summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsockethandshakerequest_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove _p suffix from cpp filenames.Kurt Pattyn2014-01-131-308/+0
* Limit line length to 100 characters.Kurt Pattyn2014-01-121-4/+8
* Adapt to Qt coding styleKurt Pattyn2014-01-041-12/+6
* Add optimizationsKurt Pattyn2013-12-231-5/+5
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-103/+92
* Sanitize include directivesKurt Pattyn2013-11-061-7/+8
* Include functional for std::greaterKurt Pattyn2013-11-021-0/+1
* Replace qGreater with std::greaterKurt Pattyn2013-11-011-1/+1
* Add correct license headersKurt Pattyn2013-11-011-18/+40
* Completed unit tests for handshake requestKurt Pattyn2013-10-141-67/+80
* Renamed getters in HandshakeRequest to comply with QtKurt Pattyn2013-10-131-10/+10
* Added boundary checks on string listsKurt Pattyn2013-10-111-66/+80
* Replaced qStableSort with std::sortKurt Pattyn2013-10-051-1/+1
* update class & filenamesSteven Ceuppens2013-09-291-0/+270