Commit Graph

361 Commits

Author SHA1 Message Date
Nathan Osman
d653c686a3 Updated documentation for QHttpServer and QHttpSocket. 2015-07-18 16:27:52 -07:00
Nathan Osman
6597b96ca9 Updated the documentation for QHttpHandler. 2015-07-18 15:54:44 -07:00
Nathan Osman
1aca9bc1e1 QIODeviceHandler now stops operation if either the src or dest is destroyed. 2015-07-18 13:52:07 -07:00
Nathan Osman
c0a7735bad Minor updates to QFilesystemHandler. 2015-07-18 13:51:36 -07:00
Nathan Osman
95cd8cd26f Fixed missing values for EXAMPLES_INSTALL_DIR build option. 2015-07-18 13:40:11 -07:00
Nathan Osman
a36a512119 Updated README to reflect new build options. 2015-07-18 13:39:29 -07:00
Nathan Osman
1dd0cb75c2 Fixed potential security issue with QFilesystemHandler and added ability to use symbolic links in paths (fixes #5). 2015-07-18 13:38:50 -07:00
Nathan Osman
b2f8e54575 Added an option for building a static library. 2015-07-18 12:42:36 -07:00
Nathan Osman
6c40336452 Generate pkgconfig file even on Windows (for cross-compilers). 2015-07-18 12:39:06 -07:00
Nathan Osman
8043aa8a88 Corrected path to header files in the documentation. 2015-07-17 14:09:12 -07:00
Nathan Osman
9195376c37 Converted project name to uppercase. 2015-07-17 13:27:09 -07:00
Nathan Osman
0c2677f0dc Corrected name of QHttpEngineConfigVersion.cmake file. 2015-07-17 12:47:12 -07:00
Nathan Osman
a60cfc8ab4 Moved all of the header files to a separate directory. 2015-07-17 12:42:25 -07:00
Nathan Osman
7a7a52a8af Added pkgconfig file. 2015-07-17 10:43:10 -07:00
Nathan Osman
df4b00fccf Improvements to the CMake configuration files. 2015-07-16 23:53:38 -07:00
Nathan Osman
fe19e6f985 Added option for include and CMake configuration directories. 2015-07-16 23:52:43 -07:00
Nathan Osman
054fe75902 Example binaries are now installed to their source directory. 2015-07-16 23:41:45 -07:00
Nathan Osman
f9450b1766 Fixed examples path to use LIB_INSTALL_DIR. 2015-07-16 21:27:46 -07:00
Nathan Osman
76a5d1bebf Manually specified filename for CMake import module. 2015-07-16 20:57:36 -07:00
Nathan Osman
46ae3a1472 Exported shared library. 2015-07-16 14:58:48 -07:00
Nathan Osman
87cfbef5a6 Modified target_include_directories() to use generator expressions. 2015-07-16 14:57:56 -07:00
Nathan Osman
3dadd97728 Removed pkgconfig file. 2015-07-16 14:22:02 -07:00
Nathan Osman
7b76e8630f Added major version number to output name on Windows. 2015-07-16 14:19:07 -07:00
Nathan Osman
d8cbf24586 Updated build versions in README. 2015-07-16 14:16:03 -07:00
Nathan Osman
df4402f25d Library installation directory is now properly set. 2015-07-16 14:15:02 -07:00
Nathan Osman
5cc9aa5863 Corrected runtime installation path. 2015-07-16 14:13:09 -07:00
Nathan Osman
65555a2e5e Adjusted the way that include files were installed. 2015-07-16 14:09:35 -07:00
Nathan Osman
00f99723a4 Added LIB_INSTALL_DIR option. 2015-07-16 13:56:55 -07:00
Nathan Osman
dc0fdaf646 Added RUNTIME DESTINATION installation path. 2015-07-16 13:22:40 -07:00
Nathan Osman
aa156ddd77 Fixed some minor issues in Windows resource file. 2015-07-16 11:43:16 -07:00
Nathan Osman
c4cc5968c9 Improved the CMake scripts for the examples. 2015-07-16 11:24:35 -07:00
Nathan Osman
c2889434c0 Minor changes. 2015-07-15 15:45:08 -07:00
Nathan Osman
263b9b2ad4 Fixed a couple of issues with QLocalFile on Windows. 2015-07-15 14:37:26 -07:00
Nathan Osman
e235267bf6 Initial implementation of setting QLocalFile ACLs on Windows. 2015-07-15 14:12:12 -07:00
Nathan Osman
df0bd3521e Explicitly set behavior for policy CMP0043. 2015-07-15 14:11:41 -07:00
Nathan Osman
402d7ffc43 Implemented setHidden() on Windows. 2015-07-15 11:47:06 -07:00
Nathan Osman
317126fc65 Removed PROJECT_TITLE variable. 2015-07-15 11:46:30 -07:00
Nathan Osman
edc7ad6ed6 Fixed typo in resource file. 2015-07-15 10:40:45 -07:00
Nathan Osman
a01a5bd6f2 Added Windows resource file. 2015-07-15 10:39:23 -07:00
Nathan Osman
293b9b513a Updated documentation. 2015-07-14 23:04:57 -07:00
Nathan Osman
b616f20f83 Added basic test for QLocalFile. 2015-07-14 22:50:59 -07:00
Nathan Osman
112c6b20bf Updated #include for qlocalfile.h. 2015-07-14 22:49:55 -07:00
Nathan Osman
c65df65b3b Renamed QLocalAuth class to QLocalFile and began implementation for Unix platforms. 2015-07-14 20:13:28 -07:00
Nathan Osman
1f4639ac2c Added empty QLocalAuth class. 2015-07-14 13:57:27 -07:00
Nathan Osman
76c517b03f Added redirect to chatserver example. 2015-07-14 10:02:44 -07:00
Nathan Osman
ae88219c3f Added QHttpHandler::addRedirect() method and appropriate unit tests. 2015-07-14 10:00:19 -07:00
Nathan Osman
ea8f2e725c Fixed memory leak. 2015-07-13 15:15:39 -07:00
Nathan Osman
899bd4b642 Minor corrections to the documentation index page. 2015-07-09 22:37:21 -07:00
Nathan Osman
696e7d8e8d Added missing 'port' option to filserver example. 2015-07-09 22:36:46 -07:00
Nathan Osman
ae2f14c9eb Added test for file data to QFilesystemHandler tests. 2015-07-09 18:23:48 -07:00