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-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
2013-08-22
Kurt Pattyn
Added build specific files to ignore list
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Removed the starting default comment
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Appended _p to the names of internal files
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Renamed WebSocketProtocol::getCurrentVersion() with...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Removed unnecessary forward declaration
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Removed the verb 'get' from the name of public getters
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Removed the verb 'get' from the name of public getters
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Replaced QRegExp with QRegularExpression as suggested...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Merge branch 'master' of https://github.com/KurtPattyn...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
Kurt Pattyn
Deleted unnecessary file
commit
|
commitdiff
|
tree
|
snapshot
2013-08-19
Kurt Pattyn
Add usage paragraph
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Kurt Pattyn
Added TODO line indicating removal of fixed values
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Kurt Pattyn
Removed the fixed version from the response
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Kurt Pattyn
Added comment to fixed string indicating it is a consta...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Added setErrorString
v0.9.0
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Split frameReceived into textFrameReceived, binaryFrame...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Added doxygen snippet tags
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Finished doxygen documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Made setSocketState private
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Changed configuration to:
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Added doxygen documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Added doxygen snippet tags
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Renamed WebWocketClient to EchoClient to be consistent...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Kurt Pattyn
Renamed WebWocketClient to EchoClient to be consistent...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Commented out unused aboutToClose signal connection
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Put output reports into a subdirectory so the reports...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Ignored build specific output
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Corrected close behaviour
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Optimized against possible memory leaks
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Optimized against possible memory leaks
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Updated TODO comments
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Implemented missing methods
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Cleaned up .pro file
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Renamed HelloWorldServer to EchoServer
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Kurt Pattyn
Added flush after handshake response has been sent...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Kurt Pattyn
Added source code documentation (ongoing)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Kurt Pattyn
Ignore generated documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Kurt Pattyn
Changed parsing of connection header; connection header...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Kurt Pattyn
Change "Invalid code points" to "non-characters" (as...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Excluded report directory from commit
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Added configuration file for Autobahn fuzzing client...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Removed protocolVersion when constructing web socket
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Use getLatestVersion() iso fixed version 13 as supporte...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Added inline getCurrentVersion() method (to be used...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Removed hardcoded origin header value
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Adapted helloworldserver to use new signals (has been...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Implemented check on invalid UTF-8 sequence in close...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Removed duplicate line
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Added information regarding restrictions
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Added dev specific files to .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Ignore dev specific files
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Kurt Pattyn
Changed name of user-agent to QWebSockets/0.9
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Kurt Pattyn
Fixed early close bug
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Kurt Pattyn
Changed agent name to QWebSockets again
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Kurt Pattyn
Cleaned up code
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Kurt Pattyn
Cleaned up code
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Kurt Pattyn
Cleaned up code
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Kurt Pattyn
Exclude developer specific files
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Kurt Pattyn
Removed file, because coverity does not work
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Kurt Pattyn
Reworked data processor to use QTextCodec to check...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Kurt Pattyn
Added development specific files to ignore list
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Kurt Pattyn
Added analyse script for Coverity
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Kurt Pattyn
Added ignored files and coverity configuration file
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Kurt Pattyn
Added start of source code comment
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Kurt Pattyn
Added examples for WebSocket usage
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Kurt Pattyn
Removed unneeded qDebug statements
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Kurt Pattyn
Renamed fragment to frame. Added textMessageReceived...
commit
|
commitdiff
|
tree
|
snapshot
next