Commit Graph

28 Commits

Author SHA1 Message Date
Nathan Osman
2903bb44d1 Added QHttpEngine namespace with split() function. 2015-04-29 11:40:34 -07:00
Nathan Osman
80e59424ce Removed redundant QHttpSocket class. 2015-04-28 23:30:32 -07:00
Nathan Osman
4bb72675d4 Added tests for QHttpResponse. 2015-04-28 23:27:54 -07:00
Nathan Osman
cb6c175f84 Fixed failing test on Windows caused by incorrect address. 2015-04-28 20:03:14 -07:00
Nathan Osman
1c7499b057 Finished implementing QHttpRequest class. 2015-04-28 19:03:12 -07:00
Nathan Osman
bc6ad809af Reverted previously reverted commit (having issues sorting out build failures on Windows). 2015-04-27 14:52:13 -07:00
Nathan Osman
4d78ee11c6 Reverted previous commit. 2015-04-27 14:31:59 -07:00
Nathan Osman
da394f029a Explicitly set path for runtime files. 2015-04-27 13:40:42 -07:00
Nathan Osman
ad353fbc7a Reverted previous commit. 2015-04-25 22:43:53 -07:00
Nathan Osman
870993cdfe Fixed issue with DLL not being found when testing on Windows. 2015-04-25 22:22:47 -07:00
Nathan Osman
129fb83f4a Updated tests for QHttpSocket. 2015-04-22 13:49:33 -07:00
Nathan Osman
93cf93a250 Added test for error condition in QHttpSocket. 2015-04-21 17:11:45 -07:00
Nathan Osman
e8a413d6f3 Added tests for QHttpSocket signals. 2015-04-21 16:58:51 -07:00
Nathan Osman
3d331fbdc4 Updated tests to reflect new changes in QHttpSocket. 2015-04-21 11:02:31 -07:00
Nathan Osman
3c40e12ecd Reorganized tests for QHttpSocket. 2015-04-17 16:49:15 -07:00
Nathan Osman
1f4a63d969 Updated socket test. 2015-04-16 21:45:53 -07:00
Nathan Osman
513da4d168 Added empty QJsonServer class. 2015-04-02 15:56:01 -07:00
Nathan Osman
495cec28b7 Renamed requestHeadersParsed() signal to requestHeadersReadChanged() and added a notification for the appropriate property. 2015-04-02 14:49:48 -07:00
Nathan Osman
fe52a843c1 Added methods for checking if request/response headers were read/written. 2015-04-02 14:35:15 -07:00
Nathan Osman
98c7d06e2b Switched to using QNetworkAccessManager in test suite. 2015-04-02 13:11:30 -07:00
Nathan Osman
0aa7e7f27c Made a lot of internal changes. 2015-04-01 21:53:23 -07:00
Nathan Osman
c1190a884a Added tests for response data. 2015-03-30 23:25:28 -07:00
Nathan Osman
0b39fcc551 Removed tests for classes that do not exist and added tests for QHttpSocket. 2015-03-28 22:58:41 -07:00
Nathan Osman
6d7e462aa8 Moved enable_testing command to root CMakeLists.txt. 2015-03-25 17:15:44 -07:00
Nathan Osman
3897cbb499 Lowered CMake version to 2.8.9 and used qt5_use_modules function. 2015-03-25 16:33:44 -07:00
Nathan Osman
e0552e8c4c Removed Qt 5.1 version requirement. 2015-03-24 21:59:17 -07:00
Nathan Osman
ab29a74671 Created separate options for building the documentation and test suite. 2015-03-23 21:52:36 -07:00
Nathan Osman
7d3ba74bad Added empty tests. 2015-03-23 17:26:12 -07:00