contrib/qtwebsockets.git
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
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
next