summaryrefslogtreecommitdiff
path: root/examples/sslechoserver/sslechoserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move examples into 'websockets' folderKai Koehne2014-03-191-147/+0
* Remove superfluous setProtocol callKurt Pattyn2014-02-161-1/+0
* Catch SSL errors in exampleKurt Pattyn2014-02-161-0/+7
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Remove checks on return value of sendXXX methodsKurt Pattyn2014-02-131-4/+2
* Replace delete loop with qDeleteAllKurt Pattyn2014-02-051-4/+1
* Add cleanup to examplesKurt Pattyn2014-02-031-0/+9
* Rename processMessage to processTextMessageKurt Pattyn2014-01-211-4/+4
* Rename SecureMode to SslModeKurt Pattyn2014-01-201-1/+1
* Rename write methodsKurt Pattyn2014-01-201-2/+2
* Use QStringLiteral where appropriateKurt Pattyn2014-01-201-1/+2
* Consume return value of write functionKurt Pattyn2014-01-201-2/+4
* Use new connect syntaxKurt Pattyn2014-01-201-5/+7
* Limit line length to 100 chars per lineKurt Pattyn2014-01-201-1/+2
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-181-1/+1
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-061-0/+131