Remove waitXXX() methods from websockets
[contrib/qtwebsockets.git] / src /
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
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
next