projects
/
contrib
/
qtwebsockets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
contrib/qtwebsockets.git
2013-09-29
Steven Ceuppens
update class & filenames
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Steven Ceuppens
remove declaration, only Qt5 will be supported
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Steven Ceuppens
reorganized unittests & added module pri
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Kurt Pattyn
Replaced foreach calls with iterators
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Kurt Pattyn
Added const keyword to const variables
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Kurt Pattyn
Added const to const variables, added QStringLiteral
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Kurt Pattyn
Removed unused constant declaration
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Kurt Pattyn
Replaced fromLatin1() with QStringLiteral
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Kurt Pattyn
Replace string literals with QString::fromLatin1()...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Kurt Pattyn
Replace string literals with QString::fromLatin1()...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Kurt Pattyn
Replace string literals with QString::fromLatin1()...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Steven Ceuppens
Changes to integrate the websocket module as a full...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Sergio Ahumada
tests: Enable "make check" to run unit tests
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Sergio Ahumada
Update .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Kurt Pattyn
Added TODOs for extra tests
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Sergio Ahumada
Update .gitignore file
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Sergio Ahumada
sync.profile: Remove qtnetwork from %dependencies
commit
|
commitdiff
|
tree
|
snapshot
2013-09-06
Kurt Pattyn
There was no '?' between path and query. Bug detected...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Kurt Pattyn
Open buffer in readonly mode iso readwrite mode
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Kurt Pattyn
Corrected failing tests
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Kurt Pattyn
Added checks for non-emitting of other signals than...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Kurt Pattyn
Added tests for valid and invalid close codes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Kurt Pattyn
Added maxMessageSize() and maxFrameSize() static getter...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Kurt Pattyn
Update README.md
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Kurt Pattyn
Added payload to ping() method and pong() signal
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Kurt Pattyn
Changed the way origins are checked. Instead of a virtu...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Kurt Pattyn
Added \internal to documentation of new methods
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Kurt Pattyn
Moved registerMetaType calls to init() method
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Kurt Pattyn
Moved processing of control frame from QWebSocketPrivat...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Kurt Pattyn
Added documentation for internally used classes
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Kurt Pattyn
Added ordered flag to build in declared order
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Kurt Pattyn
Added -Wextra compiler check
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Kurt Pattyn
Added -Wall and -Werror flags when building on mac...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Kurt Pattyn
Added extra unit tests
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Kurt Pattyn
Added a bunch of tests (still not complete; listed...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Kurt Pattyn
Added TO DO's for tests still to be implemented
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Kurt Pattyn
Changed error string
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Kurt Pattyn
Solved comparison bug (detected through unit tests...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Kurt Pattyn
Added unit tests for:
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Kurt Pattyn
Headers are ok
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Kurt Pattyn
Added extra error checks on network reads
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Kurt Pattyn
Redirect errors to DISPATCH_RESULT state, instead of...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Kurt Pattyn
Added extra checks:
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Added dataprocessor test
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Corrected type in reserved opcode names
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Replaced QTcpSocket * with a QIODevice * to make networ...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Added accessor and setter for the server name
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Replace QWebSocket:: scope with QObject:: in calls...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Removed scope (i.e. QWebSocket) from tr() callls
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Implemented Q_D and Q_Q paradigm
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Made parameters const references
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Removed friend class declaration as it is already conta...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Replaced use of d_ptr and q_ptr with usage of Q_D and Q_Q
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Replace QT_BUILD_SERIALPORT_LIB with QT_BUILD_WEBSOCKET...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Adapted documentation to qDoc style
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Disconnect previously connected signal (was forgotten)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Removed default values from methods in private class
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Removed virtual from open and close methods
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Made accessor methods const; made serverName parameter...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Added optimised string concatenation (replaced '+'...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Kurt Pattyn
Add tr() to translatable strings
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Replaced tabs by spaces
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added sync.profile based on that of QtSerialPort
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Changed license to LGPL 2.1 (comes from LGPL 3.0)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added required structure and .pro files to the project
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added dev specific files to ignore list
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Cleaned up a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Renamed qwebsocket.pri to qwebsockets.pri
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Ignore generated documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Adapted copyright disclaimer to be a pure C++ comment
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Moved doc directory to src as required by Qt
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added copyright disclaimer to all files
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Made documentation qdoc compatible
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added QWebSockets module documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added qdoc configuration file
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Removed doxygen configuration files
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Cleaned up the project files
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Reordered the lines a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added extra signal reemission
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added missing functionality after a comparison between...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added check on QT_NO_NETWORKPROXY to include proxy...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Added QT_BEGIN_NAMESPACE and QT_END_NAMESPACE to files
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Replaced write() methods with send() methods to comply...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Kurt Pattyn
Renamed websocket.pri to qwebsocket.pri
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Kurt Pattyn
Added warning comment to private header files
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Kurt Pattyn
Renamed test directory to tests (to be inline with Qt)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Kurt Pattyn
Renamed source directory to src (to be in line with Qt)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Kurt Pattyn
Removed unnecessary includes
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Kurt Pattyn
Added cache() command at start of .pro file to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Kurt Pattyn
Added d-pointer paradigm to QWebSocket implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Kurt Pattyn
Added d-pointer paradigm to QWebSocketServer implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Kurt Pattyn
Added export statements to public classes
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Kurt Pattyn
Renamed WebSocket to QWebSocket
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Added server name field to constructor
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Added serverName parameter to WebSocketServer constructor
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Retrieve HTTP version iso assuming that it is 1.1
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Removed commented out code
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Commented out currently unused variables
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Minor adjustments to comments
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Retrieve HTTP version iso assuming that it is 1.1
commit
|
commitdiff
|
tree
|
snapshot
next