An open API service providing commit metadata for open source projects.

GitHub / nitroshare/qhttpengine / commits

SHA Message Author Date Stats
43f55df5 Fix link type mismatch on Windows and build a shared library by default. Nathan Osman <n****n@q****m> over 8 years ago
f70405e4 merge Merge pull request #25 from tonytheodore/master Nathan Osman <n****n@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
4b2705fb Require Qt5Network in pkg-config file Tony Theodore <t****t@l****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
b85aa4b2 Enable static builds Tony Theodore <t****t@l****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
d05bdd3e Use QT_STATIC to define QHTTPENGINE_EXPORT Tony Theodore <t****t@l****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
e01c0f23 Bump patch version. Nathan Osman <n****n@q****m> over 8 years ago
ada6c531 Correct typo in package names. Nathan Osman <n****n@q****m> almost 9 years ago
c06432ca Update test environment to Qt 5.9.2. Nathan Osman <n****n@q****m> almost 9 years ago
f56b1951 Remove unnecessary code from chat example. Nathan Osman <n****n@q****m> almost 9 years ago
c2b21cdc Ensure readChannelFinished() is only emitted once (fixes #21). Nathan Osman <n****n@q****m> almost 9 years ago
9652e8f5 Remove unnecessary line. Nathan Osman <n****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
8b3fc481 Bump copyright. Nathan Osman <n****n@q****m> almost 9 years ago
83f8113a Fix typo. Nathan Osman <n****n@q****m> almost 9 years ago
65c30c90 Fix typo. Nathan Osman <n****n@q****m> about 9 years ago
a30530b2 Attempt to avoid unusual race condition. Nathan Osman <n****n@q****m> about 9 years ago
40345c81 Fix issues with building CPack installers. Nathan Osman <n****n@q****m> about 9 years ago
5fcfb11e Remove erroneous socket close() calls and clarify documentation. Nathan Osman <n****n@q****m> about 9 years ago
0a7b81d4 Ensure Socket::close() deletes the object once closed. Nathan Osman <n****n@q****m> about 9 years ago
461d5100 Rename internal class QProxySocket and add slot for downstream disconnect. Nathan Osman <n****n@q****m> about 9 years ago
96a714c9 Fix failing server test. Nathan Osman <n****n@q****m> about 9 years ago
7e962c8a Ensure socket is not prematurely destroyed when client disconnects (fixes #15). Nathan Osman <n****n@q****m> about 9 years ago
255200ab Minor fix-ups. Nathan Osman <n****n@q****m> about 9 years ago
c769cee6 Remove build instructions from README in favor of linking to Doxygen document... Nathan Osman <n****n@q****m> about 9 years ago
ad01f31c Fix auth example. Nathan Osman <n****n@q****m> about 9 years ago
c0c7d883 Add server auth example. Nathan Osman <n****n@q****m> about 9 years ago
25ea4686 Attempt to fix race condition that was causing the macOS build to fail. Nathan Osman <n****n@q****m> about 9 years ago
77fb7c4d Minor fixes to proxy class. Nathan Osman <n****n@q****m> about 9 years ago
76a9bc17 Ensure auth file is removed during destruction. Nathan Osman <n****n@q****m> about 9 years ago
2c48893e Fix target name when building on Windows. Nathan Osman <n****n@q****m> about 9 years ago
da7eb850 Fix typos. Nathan Osman <n****n@q****m> about 9 years ago
784e2202 Fix pkgconfig file. Nathan Osman <n****n@q****m> about 9 years ago
2df0aa07 Update documentation to reflect new class names. Nathan Osman <n****n@q****m> about 9 years ago
5c57fda4 Rename export header. Nathan Osman <n****n@q****m> about 9 years ago
bd7740bb Update Doxyfile and documentation. Nathan Osman <n****n@q****m> about 9 years ago
a77badb8 Fix failing test for QObjectHandler. Nathan Osman <n****n@q****m> about 9 years ago
91ca9c82 Rename tests to conform with class names. Nathan Osman <n****n@q****m> about 9 years ago
61d21972 Move everything into the QHttpEngine namespace. Nathan Osman <n****n@q****m> about 9 years ago
6fea4fbd Update build scripts. Nathan Osman <n****n@q****m> about 9 years ago
4866f853 Move include and src files. Nathan Osman <n****n@q****m> about 9 years ago
396168a0 Update comment block and #include lines. Nathan Osman <n****n@q****m> about 9 years ago
fd7e7e96 Rename classes to match filenames. Nathan Osman <n****n@q****m> about 9 years ago
2fdf8fac Rename source files. Nathan Osman <n****n@q****m> about 9 years ago
e68c0b0f Rename most classes to remove the 'Q' prefix. Nathan Osman <n****n@q****m> about 9 years ago
0197444a Remove all uppercase headers. Nathan Osman <n****n@q****m> about 9 years ago
aa6650f6 Escape arguments for copy_if_different. Nathan Osman <n****n@q****m> over 9 years ago
82a50436 Fix chat example (fixes #16). Nathan Osman <n****n@q****m> over 9 years ago
8e13f164 Fix compilation on earlier versions of MSVC++ (fixes #17). Nathan Osman <n****n@q****m> over 9 years ago
eca60978 Removed extra newline. Nathan Osman <n****n@q****m> over 9 years ago
88169f59 Minor adjustment. Nathan Osman <n****n@q****m> over 9 years ago
ac624944 Fix compilation on Qt 5.8 due to removal of QtPrivate::is_same. Nathan Osman <n****n@q****m> over 9 years ago
d73fbe09 Fix path to Qt 5.8 binaries for Travis-CI. Nathan Osman <n****n@q****m> over 9 years ago
018989c0 Bump qtbase package version for Travis-CI. Nathan Osman <n****n@q****m> over 9 years ago
998416ab Bump Qt version for Travis-CI. Nathan Osman <n****n@q****m> over 9 years ago
a9d1891f Fix QLocalFile file permission error on Windows (fixes nitroshare/nitroshare-... Nathan Osman <n****n@q****m> over 9 years ago
1972d828 Fix issue with upgraded WebSocket connections. Nathan Osman <n****n@q****m> over 9 years ago
bead7a68 Fix incorrect HTTP version. Nathan Osman <n****n@q****m> over 9 years ago
c48f20c2 Fixed logic error preventing 502 error. Nathan Osman <n****n@q****m> over 9 years ago
3c662ab0 Move socket proxy code to separate class. Nathan Osman <n****n@q****m> over 9 years ago
58c5dd78 Add X-Forwarded-For and X-Real-IP headers to QProxyHandler. Nathan Osman <n****n@q****m> over 9 years ago
bde806b2 Add peerAddress() method to QHttpSocket. Nathan Osman <n****n@q****m> over 9 years ago
48967c39 Add test for QProxyHandler. Nathan Osman <n****n@q****m> over 9 years ago
ab5282c9 Add initial implementation of QProxyHandler. Nathan Osman <n****n@q****m> over 9 years ago
4a2fc923 merge Merge pull request #14 from impegoraro/hotfix-socketclosed Nathan Osman <n****n@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
927d6436 Fixes issue #12, closes socket when done Ilan Pegoraro <i****o@m****t> almost 10 years ago
651fb873 Regenerate private key and cert because OS X was choking on them for some stu... Nathan Osman <n****n@q****m> almost 10 years ago
0c22530a Add test for SSL. Nathan Osman <n****n@q****m> almost 10 years ago
8ca36661 Add missing call to setSocketDescriptor(). Nathan Osman <n****n@q****m> almost 10 years ago
49aa771b Add SSL capabilities to QHttpServer. Nathan Osman <n****n@q****m> almost 10 years ago
1633a085 merge Merge pull request #11 from impegoraro/master Nathan Osman <n****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
79da42f0 Add more http status code Ilan Pegoraro <i****o@m****t> almost 10 years ago
f454b0be Update documentation home page. Nathan Osman <n****n@q****m> almost 10 years ago
c3fc9fd4 Prevent multiple enum values from appearing on one line. Nathan Osman <n****n@q****m> almost 10 years ago
cf393252 Add QLocalAuth class. Nathan Osman <n****n@q****m> almost 10 years ago
482a6773 Finish moving JSON code into QHttpSocket. Nathan Osman <n****n@q****m> almost 10 years ago
f059e9bc Move JSON output functionality to socket. Nathan Osman <n****n@q****m> almost 10 years ago
4dd17ad4 Fix bug with include paths on MSVC. Nathan Osman <n****n@q****m> almost 10 years ago
7e7e6945 Fix MSVC template error. Nathan Osman <n****n@q****m> almost 10 years ago
4cfbec7c Rename QHttpSocket::QQueryStringMap and QHttpSocket::QHttpHeaderMap. Nathan Osman <n****n@q****m> almost 10 years ago
5968739f Add JSON utility functions to QObjectHandler. Nathan Osman <n****n@q****m> almost 10 years ago
c1fc8a11 Remove all JSON marshalling code from QObjectHandler. Nathan Osman <n****n@q****m> almost 10 years ago
e8b076bd Update documentation. Nathan Osman <n****n@q****m> almost 10 years ago
1604bcf2 Fix runtime bug caused by typo. Nathan Osman <n****n@q****m> almost 10 years ago
6edf9f4c Add HTTP basic authentication. Nathan Osman <n****n@q****m> almost 10 years ago
6df88ad4 Implement middleware. Nathan Osman <n****n@q****m> almost 10 years ago
e35fdbde Fix comparison issue with QIByteArray and improve performance by inlining all... Nathan Osman <n****n@q****m> almost 10 years ago
1c1c1e77 Change default path of example to current directory. Nathan Osman <n****n@q****m> almost 10 years ago
642ea69f Update README to reflect new requirements for building. Nathan Osman <n****n@q****m> almost 10 years ago
8304e03c Minor formatting and documentation updates. Nathan Osman <n****n@q****m> almost 10 years ago
0708516e Fix path to header. Nathan Osman <n****n@q****m> almost 10 years ago
17e8b4e8 merge Merge pull request #10 from Kuraisu/range-support Nathan Osman <n****n@q****m> almost 10 years ago
7e7ec8c7 Add partial content support to QFilesystemHandler. Aleksey Yermakov <j****u@g****m> almost 10 years ago
f7290e0c Added QHttpRange class and tests. Aleksey Yermakov <j****u@g****m> almost 10 years ago
a700e854 Fix compilation issues on MSVC2013. Nathan Osman <n****n@q****m> almost 10 years ago
7ac8fa1c merge Merge branch 'new-features' Nathan Osman <n****n@q****m> almost 10 years ago
7c3a13e8 Bump version. Nathan Osman <n****n@q****m> almost 10 years ago
409ba4be Update documentation for QObjectHandler. Nathan Osman <n****n@q****m> almost 10 years ago
27cc2312 Fix typo causing failing test. Nathan Osman <n****n@q****m> almost 10 years ago
f73a7659 Add tests for new-style connection syntax. Nathan Osman <n****n@q****m> almost 10 years ago
bf4ca27c Update tests for QObjecHandler. Nathan Osman <n****n@q****m> almost 10 years ago
b9017577 Completely rewrite QObjectHandler to be more flexible. Nathan Osman <n****n@q****m> almost 10 years ago

← Back to repository