Add QWebSocketConfiguration to pre-cache socket settings
[contrib/qtwebsockets.git] / src /
2013-11-04 Kurt PattynAdd QWebSocketConfiguration to pre-cache socket settings
2013-11-03 Kurt PattynRemove memory access error
2013-11-03 Kurt PattynChange masking to octet based processing
2013-11-03 Kurt PattynUse alignment on 4-byte boundary for masking input
2013-11-03 Kurt PattynImprove speed of masking
2013-11-02 Kurt PattynCorrect cast
2013-11-02 Kurt PattynMove non-public methods from websocketprotocol to priva...
2013-11-02 Kurt PattynSanitize .pro files
2013-11-02 Kurt PattynUse export keyword in front of << operator
2013-11-02 Kurt PattynInclude functional for std::greater
2013-11-01 Kurt PattynMove Q_AUTOTEST_EXPORT in front of streaming operator
2013-11-01 Kurt PattynAdd null pointer checks
2013-11-01 Kurt PattynReplace qGreater with std::greater
2013-11-01 Kurt PattynClose namespace at end of file
2013-11-01 Kurt PattynAdd correct license headers
2013-11-01 Kurt PattynRefine doc generation
2013-11-01 Kurt PattynReplace int with qintptr for socket descriptor
2013-11-01 Kurt PattynAdd functionality to ignore ssl errors
2013-10-31 Kurt PattynImplement of secure web sockets
2013-10-19 Kurt PattynMark line as not relevant for code coverage
2013-10-19 Kurt PattynRemove CXX debug flags from project file
2013-10-19 Kurt PattynRemove const from return value of operator =
2013-10-19 Kurt PattynAdd flag to not optimize when in debug mode
2013-10-15 Kurt PattynRemove QtWebSockets from include directives
2013-10-14 Kurt PattynReplaced getter methods of HandshakeResponse to be...
2013-10-14 Kurt PattynCompleted unit tests for handshake request
2013-10-13 Kurt PattynCall other mask function instead of implementing it...
2013-10-13 Kurt PattynRenamed getter methods to be Qt compliant
2013-10-13 Kurt PattynRenamed getters in HandshakeRequest to comply with Qt
2013-10-13 Kurt PattynExport mask functions to be usable for unit testing
2013-10-13 Kurt PattynAdded TODO explaining some optimizations
2013-10-13 Kurt PattynAdded const to local variable
2013-10-11 Steven Ceuppensmake use of the new Q_NULLPTR keyword & shorten if...
2013-10-11 Kurt PattynAdded checks for valid control frames
2013-10-11 Kurt PattynAdded boundary checks on string lists
2013-10-11 Kurt PattynImmediately stop processing after reception of a contro...
2013-10-05 Kurt PattynAdded module QtWebSockets to documentation
2013-10-05 Kurt PattynReplaced tabs by spaces
2013-10-05 Kurt PattynAdded core to Qt
2013-10-05 Kurt PattynAdded ordered to CONFIG
2013-10-05 Kurt PattynReplaced qStableSort with std::sort
2013-10-05 Kurt PattynAdded clarifying comment
2013-10-05 Kurt PattynChanged module name to QtWebSockets
2013-10-05 Kurt PattynAdapted documentaton
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 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 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-06 Kurt PattynThere was no '?' between path and query. Bug detected...
2013-09-01 Kurt PattynAdded maxMessageSize() and maxFrameSize() static getter...
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 processing of control frame from QWebSocketPrivat...
2013-08-31 Kurt PattynAdded documentation for internally used classes
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 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 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 required structure and .pro files to the project
2013-08-25 Kurt PattynCleaned up a bit
2013-08-25 Kurt PattynRenamed qwebsocket.pri to qwebsockets.pri
next