contrib/qtwebsockets.git
2013-10-05 Kurt PattynReplaced qStableSort with std::sort
2013-10-05 Kurt PattynAdded clarifying comment
2013-10-05 Kurt PattynAdded tests with no close code and/or close reason
2013-10-05 Kurt PattynChanged module name to QtWebSockets
2013-10-05 Kurt PattynAdapted documentaton
2013-10-05 Kurt PattynAdded some tests
2013-10-05 Kurt PattynRenamed test methods to be consistent
2013-10-05 Kurt PattynCheck on ending '?' before adding a '?' (led to an...
2013-10-01 Steven CeuppensUpdate unit tests
2013-10-01 Steven CeuppensUpdate to fix minor compiler warnings
2013-09-29 Kurt PattynUncommented data processor from auto.pro
2013-09-29 Kurt PattynInclude qwebsocketdataprocessor iso dataprocessor
2013-09-29 Steven Ceuppensmoved class to separate file
2013-09-29 Steven Ceuppensupdate _global file, to match Qt default
2013-09-29 Steven Ceuppensremoved unused includes
2013-09-29 Steven Ceuppenswhitesapce updates
2013-09-29 Steven Ceuppensupdate class & filenames
2013-09-29 Steven Ceuppensremove declaration, only Qt5 will be supported
2013-09-29 Steven Ceuppensreorganized unittests & added module pri
2013-09-29 Kurt PattynReplaced foreach calls with iterators
2013-09-29 Kurt PattynAdded const keyword to const variables
2013-09-29 Kurt PattynAdded const to const variables, added QStringLiteral
2013-09-29 Kurt PattynRemoved unused constant declaration
2013-09-29 Kurt PattynReplaced fromLatin1() with QStringLiteral
2013-09-29 Kurt PattynReplace string literals with QString::fromLatin1()...
2013-09-29 Kurt PattynReplace string literals with QString::fromLatin1()...
2013-09-29 Kurt PattynReplace string literals with QString::fromLatin1()...
2013-09-28 Steven CeuppensChanges to integrate the websocket module as a full...
2013-09-28 Sergio Ahumadatests: Enable "make check" to run unit tests
2013-09-28 Sergio AhumadaUpdate .gitignore
2013-09-28 Kurt PattynAdded TODOs for extra tests
2013-09-28 Sergio AhumadaUpdate .gitignore file
2013-09-28 Sergio Ahumadasync.profile: Remove qtnetwork from %dependencies
2013-09-06 Kurt PattynThere was no '?' between path and query. Bug detected...
2013-09-01 Kurt PattynOpen buffer in readonly mode iso readwrite mode
2013-09-01 Kurt PattynCorrected failing tests
2013-09-01 Kurt PattynAdded checks for non-emitting of other signals than...
2013-09-01 Kurt PattynAdded tests for valid and invalid close codes
2013-09-01 Kurt PattynAdded maxMessageSize() and maxFrameSize() static getter...
2013-09-01 Kurt PattynUpdate README.md
2013-08-31 Kurt PattynAdded payload to ping() method and pong() signal
2013-08-31 Kurt PattynChanged the way origins are checked. Instead of a virtu...
2013-08-31 Kurt PattynAdded \internal to documentation of new methods
2013-08-31 Kurt PattynMoved registerMetaType calls to init() method
2013-08-31 Kurt PattynMoved processing of control frame from QWebSocketPrivat...
2013-08-31 Kurt PattynAdded documentation for internally used classes
2013-08-31 Kurt PattynAdded ordered flag to build in declared order
2013-08-30 Kurt PattynAdded -Wextra compiler check
2013-08-30 Kurt PattynAdded -Wall and -Werror flags when building on mac...
2013-08-29 Kurt PattynAdded extra unit tests
2013-08-28 Kurt PattynAdded a bunch of tests (still not complete; listed...
2013-08-28 Kurt PattynAdded TO DO's for tests still to be implemented
2013-08-28 Kurt PattynChanged error string
2013-08-28 Kurt PattynSolved comparison bug (detected through unit tests...
2013-08-27 Kurt PattynAdded unit tests for:
2013-08-27 Kurt PattynHeaders are ok
2013-08-27 Kurt PattynAdded extra error checks on network reads
2013-08-27 Kurt PattynRedirect errors to DISPATCH_RESULT state, instead of...
2013-08-27 Kurt PattynAdded extra checks:
2013-08-26 Kurt PattynAdded dataprocessor test
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 PattynAdded accessor and setter for the server name
2013-08-26 Kurt PattynReplace QWebSocket:: scope with QObject:: in calls...
2013-08-26 Kurt PattynRemoved scope (i.e. QWebSocket) from tr() callls
2013-08-26 Kurt PattynImplemented Q_D and Q_Q paradigm
2013-08-26 Kurt PattynMade parameters const references
2013-08-26 Kurt PattynRemoved friend class declaration as it is already conta...
2013-08-26 Kurt PattynReplaced use of d_ptr and q_ptr with usage of Q_D and Q_Q
2013-08-26 Kurt PattynReplace QT_BUILD_SERIALPORT_LIB with QT_BUILD_WEBSOCKET...
2013-08-26 Kurt PattynAdapted documentation to qDoc style
2013-08-26 Kurt PattynDisconnect previously connected signal (was forgotten)
2013-08-26 Kurt PattynRemoved default values from methods in private class
2013-08-26 Kurt PattynRemoved virtual from open and close methods
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 PattynAdded sync.profile based on that of QtSerialPort
2013-08-25 Kurt PattynChanged license to LGPL 2.1 (comes from LGPL 3.0)
2013-08-25 Kurt PattynAdded required structure and .pro files to the project
2013-08-25 Kurt PattynAdded dev specific files to ignore list
2013-08-25 Kurt PattynCleaned up a bit
2013-08-25 Kurt PattynRenamed qwebsocket.pri to qwebsockets.pri
2013-08-25 Kurt PattynIgnore generated documentation
2013-08-25 Kurt PattynAdapted copyright disclaimer to be a pure C++ comment
2013-08-25 Kurt PattynMoved doc directory to src as required by Qt
2013-08-25 Kurt PattynAdded copyright disclaimer to all files
2013-08-25 Kurt PattynMade documentation qdoc compatible
2013-08-25 Kurt PattynAdded QWebSockets module documentation
2013-08-25 Kurt PattynAdded qdoc configuration file
2013-08-25 Kurt PattynRemoved doxygen configuration files
2013-08-25 Kurt PattynCleaned up the project files
2013-08-25 Kurt PattynReordered the lines a bit
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-25 Kurt PattynRenamed websocket.pri to qwebsocket.pri
next