There was no '?' between path and query. Bug detected by someone on the internet.
[contrib/qtwebsockets.git] / src / qwebsocketserver.cpp
2013-08-31 Kurt PattynChanged the way origins are checked. Instead of a virtu...
2013-08-29 Kurt PattynAdded extra unit tests
2013-08-27 Kurt PattynAdded unit tests for:
2013-08-26 Kurt PattynAdded accessor and setter for the server name
2013-08-26 Kurt PattynImplemented Q_D and Q_Q paradigm
2013-08-25 Kurt PattynReplaced tabs by spaces
2013-08-25 Kurt PattynAdapted copyright disclaimer to be a pure C++ comment
2013-08-25 Kurt PattynAdded copyright disclaimer to all files
2013-08-25 Kurt PattynMade documentation qdoc compatible
2013-08-25 Kurt PattynAdded missing functionality after a comparison between...
2013-08-25 Kurt PattynAdded check on QT_NO_NETWORKPROXY to include proxy...
2013-08-25 Kurt PattynAdded QT_BEGIN_NAMESPACE and QT_END_NAMESPACE to files
2013-08-24 Kurt PattynRenamed source directory to src (to be in line with Qt)