Re-enable QML component
[contrib/qtwebsockets.git] / src /
2014-02-11 Kurt PattynRe-enable QML component
2014-02-07 Kurt PattynSanitize open() method
2014-02-07 Kurt PattynConnect sslErrors signal when a secure connection is...
2014-02-06 Milian WolffDo not double-delete the TCP socket of a QWebSocket.
2014-02-06 Milian WolffDo not try to invoke/emit signal on shutdown.
2014-02-06 Milian WolffFix assertion when encountering invalid header line.
2014-02-06 Milian WolffDo not access QObject API before its private data is...
2014-02-06 Milian WolffFix compilation of websocketprotocol test.
2014-02-05 Kurt PattynUse QObjectPrivate instead of dedicated d-ptr
2014-02-04 Kurt PattynRemove superfluous Q_REQUIRED_RESULT
2014-02-04 Kurt PattynComment out QML component
2014-02-02 Kurt PattynUpdate documentation
2014-02-02 Kurt PattynAdd unit tests for QWebSocketServer
2014-02-02 Kurt PattynRemove parenting of QWebSockets in QWebSocketServer
2014-02-02 Kurt PattynCheck return value of listen and set appropriate error...
2014-02-02 Kurt PattynAdd private method to set error from QAbstractSocket...
2014-02-02 Kurt PattynCorrect include path
2014-02-02 Kurt PattynRemove qWarning statements
2014-02-02 Kurt PattynUpdate documentation
2014-02-01 Kurt PattynAllow writes only when socket is in connected state
2014-02-01 Kurt PattynAdapt isValid to only return true when socket is in...
2014-02-01 Kurt PattynSet default error and errorstring
2014-02-01 Kurt PattynLocally cache read buffer size and pause mode
2014-02-01 Kurt PattynAdd TODOs for improvements
2014-02-01 Kurt PattynMove versionFromString() from public to private API
2014-02-01 Kurt PattynCleanup inline comments
2014-02-01 Kurt PattynRemove socketOption functionality
2014-02-01 Kurt PattynUpdate documentation
2014-02-01 Kurt PattynRemoved unsupported functionality
2014-02-01 Milian WolffRemove unconditional debug output.
2014-01-25 Kurt PattynFix wrong comparison
2014-01-20 Kurt PattynRename processMessage to processTextMessage
2014-01-20 Kurt PattynSmall fix to error text
2014-01-20 Kurt PattynRename SecureMode to SslMode
2014-01-20 Kurt PattynRename write methods
2014-01-20 Kurt PattynBump module version to 5.3.0
2014-01-20 Kurt PattynRemove dubious functions
2014-01-20 Kurt PattynUse QStringLiteral where appropriate
2014-01-20 Kurt PattynCleanup documentation
2014-01-20 Kurt PattynMove currentVersion method to private namespace
2014-01-18 Kurt PattynRename enumerations to comply with Qt style
2014-01-18 Kurt PattynAdd reference to related feature report
2014-01-18 Frederik GladhornUse QString() instead of QStringLiteral("")
2014-01-18 Frederik GladhornMake single argument ctor explicit
2014-01-17 Frederik Gladhornone if (m_mustMask) is enough
2014-01-17 Frederik GladhornAdd a few more const refs
2014-01-17 Frederik GladhornFix warning
2014-01-17 Frederik GladhornFix docs after adding const refs
2014-01-17 Frederik GladhornFix typo (passive requires past participle)
2014-01-17 Frederik GladhornUse const ref in public signals
2014-01-17 Frederik GladhornMake sure that the random generator is initialized...
2014-01-17 Frederik GladhornSimplify handshake reading functions
2014-01-17 Laszlo AgocsRemove doc reference to non-existent function
2014-01-13 Kurt PattynRemove _p suffix from cpp filenames.
2014-01-13 Kurt PattynMove OpCode out of public API
2014-01-13 Kurt PattynUpdate documentation
2014-01-13 Kurt PattynUse new connect syntax
2014-01-12 Kurt PattynLimit line length to 100 characters.
2014-01-11 Kurt PattynReplace emit by Q_EMIT
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-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-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-06 Kurt PattynAdd sslEchoClient and sslEchoServer examples
2013-11-06 Kurt PattynSanitize include directives
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 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
next