Skip to content

Tags: bryanchance/qhttp

Tags

version-3.1

Toggle version-3.1's commit message
example: exlude keepalive pro when client is ruled out

version-3.0

Toggle version-3.0's commit message
update README and bump to version 3.0

version-2.1

Toggle version-2.1's commit message
update README.md and add `unsupported` to SSL backend.

tweak for ./update-dependencies.sh

version-2.0.0beta

Toggle version-2.0.0beta's commit message
new file name convention to project source tree.

* server class files are start with qhttpserver prefix.
* some better doxygen comments.
* a unique convention for #ifndef of each *.hpp file.
* remove Windows dllexport/dllimport directive.
* show a warning for Windows compilation.
* show an error if Qt < 5.0.0
* remove all license headers!

version-1.1.1

Toggle version-1.1.1's commit message
QHttpConnection: public QTcpSocket, add Q_DECLARE_PRIVATE.

change other sources to comply.

version-1.1.0

Toggle version-1.1.0's commit message
fix problems on example/httpclient-raw.

change direct call of start() as a slot to QMetaObject::invokeMethod.

version-1.0.0

Toggle version-1.0.0's commit message
change write() to end() in ClientConnection.

version-0.1.0

Toggle version-0.1.0's commit message
add example/basic-server project.