contrib/qtwebsockets.git
2014-01-11 Kurt PattynRemove waitXXX() methods from websockets
2014-01-11 Frederik GladhornEnable docs for QWebSocketProtocol
2014-01-11 Frederik GladhornLink qml documentation and make it visible in creator
2014-01-11 Frederik GladhornFix typo
2014-01-09 Frederik GladhornUse new connect syntax in a few places
2014-01-04 Kurt PattynCorrect whitespace
2014-01-04 Kurt PattynCheck on max pending connections before accepting a...
2014-01-04 Kurt PattynAdd clarification in documentation
2014-01-04 Kurt PattynAdapt to Qt coding style
2013-12-27 Kurt PattynAdd Qml documentation
2013-12-27 Kurt PattynAdd limitation to write() methods
2013-12-23 Kurt PattynAdd optimizations
2013-12-23 Laszlo PappAdd CMake unit tests for WebSockets
2013-12-22 Laszlo PappFix the documentation by using the qdocconf term around
2013-12-22 Kurt PattynAdd extra documentation
2013-12-22 Kurt PattynCleanup whitespace
2013-12-22 Kurt PattynFix SSL examples
2013-12-10 Kurt PattynCleanup code to comply with Qt style
2013-11-25 Kurt PattynAdd QML websockets plugin
2013-11-18 Kurt PattynWrap SECURE_MODE in ifdef statements
2013-11-18 Kurt PattynChange open method so that a web socket can be reopened
2013-11-17 Kurt PattynAdd close code and close reason getter functions
2013-11-07 Kurt PattynWrap ssl implementation in ifdef statement
2013-11-07 Kurt PattynAdd NON_SECURE_MODE parameter to QWebSocketServer const...
2013-11-06 Kurt PattynChange url to localhost
2013-11-06 Kurt PattynAdd sslEchoClient and sslEchoServer examples
2013-11-06 Kurt PattynSanitize include directives
2013-11-06 Kurt PattynAdd html client for echo server example
2013-11-06 Kurt PattynAdd chat server example
2013-11-04 Kurt PattynAdd QtWebSockets/ directory to include to remove compil...
2013-11-04 Kurt PattynAdd QWebSocketConfiguration to pre-cache socket settings
2013-11-03 Kurt PattynPut fixed string length in test data
2013-11-03 Kurt PattynUse escape sequences to make VS happy
2013-11-03 Kurt PattynConvert string from utf8 to make VS happy
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 PattynMake mask explicitly big endian
2013-11-02 Kurt PattynCorrect cast
2013-11-02 Kurt PattynMake mask explicit little endian
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 PattynUse QT namespace and forward declarations
2013-11-02 Kurt PattynMove metatype declaration inside namespace
2013-11-02 Kurt PattynInclude functional for std::greater
2013-11-02 Kurt PattynRemove manual tests from tests.pro
2013-11-02 Kurt PattynUse full path for includes
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 PattynRemove ignoreSslErrors
2013-11-01 Kurt PattynClose namespace at end of file
2013-11-01 Kurt PattynRename autobahn to manual
2013-11-01 Kurt PattynRemove websocketcorsauthenticator tests from non-develo...
2013-11-01 Kurt PattynRename autobahn to manual
2013-11-01 Kurt PattynRemove unneeded files
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 PattynInclude qml example on when quick is available
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 PattynAdd check for host() method
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 PattynPut assignment on separate line to avoid compiler optim...
2013-10-19 Kurt PattynAdd flag to not optimize when in debug mode
2013-10-19 Kurt PattynAdd test for constructor and assignment operator
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 PattynAdded unit tests for CorsAuthenticator
2013-10-13 Kurt PattynAdded remaining tests
2013-10-13 Kurt PattynCompleted websocketframe unit tests
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 PattynAdapted auto.pro to include websocketframe unit test
2013-10-13 Kurt PattynAdded unittests for QWebSocketProtocol
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-10 Kurt PattynChanged expected failure with expected success
2013-10-06 Kurt PattynCommented out non-implemented method
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 PattynChanged the way SUBDIRS is configured
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
next