summaryrefslogtreecommitdiffstats
path: root/net/clientnb.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix license headersAndras Timar2020-10-021-2/+0
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-5/+5
* killpoco: removed Poco::Thread from net directoryPranam Lashkari2020-05-041-6/+3
* net: make members private in clientnbMiklos Vajna2019-01-211-0/+4
* loplugin:nullptrPranav Kant2017-12-201-1/+1
* loplugin:includeformPranav Kant2017-12-201-2/+2
* net: remove unused using declarations in clientnbMiklos Vajna2017-06-231-4/+0
* Suppress assert()'s in the production builds.Jan Holesovsky2017-04-051-3/+12
* Use pseudo-random-ness in test to make strace cleaner.Michael Meeks2017-03-101-1/+5
* nb: cleanup some loggingAshod Nakashian2017-03-101-1/+0
* nb: websocket echo testAshod Nakashian2017-03-101-3/+36
* nb: refactor getResponse into raw string and int versionsAshod Nakashian2017-03-101-9/+15
* nb: cosmeticsAshod Nakashian2017-03-101-3/+4
* SSL - accept self-signed certificates for tests.Michael Meeks2017-03-101-0/+11
* nb: support ssl in all client testsAshod Nakashian2017-03-101-17/+28
* WS: cleanup calculation, masking, short reads and other bits.Michael Meeks2017-03-101-16/+19
* nb: support SSL in clientnbAshod Nakashian2017-03-101-6/+10
* wsd: no tabsAshod Nakashian2017-03-101-12/+12
* Websocket client test with WS=1Michael Meeks2017-03-101-12/+42
* Bang on the server with some threads.Michael Meeks2017-03-101-4/+22
* Thread to poke server.Michael Meeks2017-03-101-2/+33
* Get number response / ping bits working.Michael Meeks2017-03-101-1/+2
* Lean on Poco for request parsing.Michael Meeks2017-03-101-8/+0
* Initial http header parsing pieces.Michael Meeks2017-03-101-16/+53
* Implement basic buffering.Michael Meeks2017-03-101-1/+2
* First cut at a Poco based client.Michael Meeks2017-03-101-0/+99