There was no '?' between path and query. Bug detected by someone on the internet.
[contrib/qtwebsockets.git] / src / qwebsocket_p.cpp
2013-09-06 Kurt PattynThere was no '?' between path and query. Bug detected...
2013-08-31 Kurt PattynAdded payload to ping() method and pong() signal
2013-08-31 Kurt PattynAdded \internal to documentation of new methods
2013-08-31 Kurt PattynMoved processing of control frame from QWebSocketPrivat...
2013-08-26 Kurt PattynCorrected type in reserved opcode names
2013-08-26 Kurt PattynReplaced QTcpSocket * with a QIODevice * to make networ...
2013-08-26 Kurt PattynRemoved scope (i.e. QWebSocket) from tr() callls
2013-08-26 Kurt PattynMade parameters const references
2013-08-26 Kurt PattynReplaced use of d_ptr and q_ptr with usage of Q_D and Q_Q
2013-08-26 Kurt PattynDisconnect previously connected signal (was forgotten)
2013-08-26 Kurt PattynMade accessor methods const; made serverName parameter...
2013-08-26 Kurt PattynAdded optimised string concatenation (replaced '+'...
2013-08-26 Kurt PattynAdd tr() to translatable strings
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 PattynAdded extra signal reemission
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-25 Kurt PattynReplaced write() methods with send() methods to comply...
2013-08-24 Kurt PattynRenamed source directory to src (to be in line with Qt)