summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added build specific files to ignore listKurt Pattyn2013-08-221-0/+1
* Removed the starting default commentKurt Pattyn2013-08-221-8/+2
* Appended _p to the names of internal filesKurt Pattyn2013-08-2210-24/+24
* Renamed WebSocketProtocol::getCurrentVersion() with currentVersion()Kurt Pattyn2013-08-224-4/+4
* Removed unnecessary forward declarationKurt Pattyn2013-08-221-2/+0
* Removed the verb 'get' from the name of public gettersKurt Pattyn2013-08-222-9/+9
* Removed the verb 'get' from the name of public gettersKurt Pattyn2013-08-222-13/+13
* Replaced QRegExp with QRegularExpression as suggested by ShaneKurt Pattyn2013-08-221-4/+5
* Merge branch 'master' of https://github.com/KurtPattyn/QWebSocketsKurt Pattyn2013-08-221-0/+6
|\
| * Add usage paragraphKurt Pattyn2013-08-191-0/+6
* | Deleted unnecessary fileKurt Pattyn2013-08-221-17/+0
|/
* Added TODO line indicating removal of fixed valuesKurt Pattyn2013-08-151-1/+1
* Removed the fixed version from the responseKurt Pattyn2013-08-151-0/+1
* Added comment to fixed string indicating it is a constant coming from the RFCKurt Pattyn2013-08-151-1/+1
* Added setErrorStringv0.9.0Kurt Pattyn2013-08-132-10/+40
* Split frameReceived into textFrameReceived, binaryFrameReceived and controlFr...Kurt Pattyn2013-08-134-21/+18
* Added doxygen snippet tagsKurt Pattyn2013-08-131-0/+6
* Finished doxygen documentationKurt Pattyn2013-08-132-26/+159
* Made setSocketState privateKurt Pattyn2013-08-131-3/+1
* Changed configuration to:Kurt Pattyn2013-08-131-8/+9
* Added doxygen documentationKurt Pattyn2013-08-133-4/+223
* Added doxygen snippet tagsKurt Pattyn2013-08-131-0/+10
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ex...Kurt Pattyn2013-08-135-17/+16
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ex...Kurt Pattyn2013-08-134-0/+0
* Commented out unused aboutToClose signal connectionKurt Pattyn2013-08-121-2/+2
* Put output reports into a subdirectory so the reports are accessible via a br...Kurt Pattyn2013-08-121-1/+1
* Ignored build specific outputKurt Pattyn2013-08-121-0/+1
* Corrected close behaviourKurt Pattyn2013-08-121-11/+2
* CleanupKurt Pattyn2013-08-121-6/+0
* Optimized against possible memory leaksKurt Pattyn2013-08-121-2/+3
* Optimized against possible memory leaksKurt Pattyn2013-08-123-5/+14
* Updated TODO commentsKurt Pattyn2013-08-121-2/+2
* Implemented missing methodsKurt Pattyn2013-08-121-0/+35
* Cleaned up .pro fileKurt Pattyn2013-08-121-9/+2
* Renamed HelloWorldServer to EchoServerKurt Pattyn2013-08-126-40/+31
* Added flush after handshake response has been sent, so that servers can start...Kurt Pattyn2013-08-121-0/+1
* Added source code documentation (ongoing)Kurt Pattyn2013-08-107-181/+2316
* Ignore generated documentationKurt Pattyn2013-08-101-0/+1
* Changed parsing of connection header; connection header can contain multiple ...Kurt Pattyn2013-08-101-3/+9
* Change "Invalid code points" to "non-characters" (as this is the appropriate ...Kurt Pattyn2013-08-091-1/+1
* Excluded report directory from commitKurt Pattyn2013-08-071-0/+1
* Added configuration file for Autobahn fuzzing client (to be used iso command ...Kurt Pattyn2013-08-071-0/+17
* Removed protocolVersion when constructing web socketKurt Pattyn2013-08-071-1/+1
* Use getLatestVersion() iso fixed version 13 as supported web socket protocol ...Kurt Pattyn2013-08-071-2/+1
* Added inline getCurrentVersion() method (to be used iso V_LATEST)Kurt Pattyn2013-08-071-15/+17
* Removed hardcoded origin header valueKurt Pattyn2013-08-072-6/+12
* Adapted helloworldserver to use new signals (has been tested against autobahn)Kurt Pattyn2013-08-072-13/+18
* Implemented check on invalid UTF-8 sequence in close reasonKurt Pattyn2013-08-071-3/+16
* Removed duplicate lineKurt Pattyn2013-08-071-1/+0
* Added information regarding restrictionsKurt Pattyn2013-08-071-19/+20