summaryrefslogtreecommitdiff
path: root/net/clientnb.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-02wsd: single-char string literals -> charAshod Nakashian1-5/+5
2020-05-04killpoco: removed Poco::Thread from net directoryPranam Lashkari1-6/+3
2019-01-21net: make members private in clientnbMiklos Vajna1-0/+4
2017-12-20loplugin:nullptrPranav Kant1-1/+1
2017-12-20loplugin:includeformPranav Kant1-2/+2
2017-06-23net: remove unused using declarations in clientnbMiklos Vajna1-4/+0
2017-04-05Suppress assert()'s in the production builds.Jan Holesovsky1-3/+12
2017-03-10Use pseudo-random-ness in test to make strace cleaner.Michael Meeks1-1/+5
2017-03-10nb: cleanup some loggingAshod Nakashian1-1/+0
2017-03-10nb: websocket echo testAshod Nakashian1-3/+36
2017-03-10nb: refactor getResponse into raw string and int versionsAshod Nakashian1-9/+15
2017-03-10nb: cosmeticsAshod Nakashian1-3/+4
2017-03-10SSL - accept self-signed certificates for tests.Michael Meeks1-0/+11
2017-03-10nb: support ssl in all client testsAshod Nakashian1-17/+28
2017-03-10WS: cleanup calculation, masking, short reads and other bits.Michael Meeks1-16/+19
2017-03-10nb: support SSL in clientnbAshod Nakashian1-6/+10
2017-03-10wsd: no tabsAshod Nakashian1-12/+12
2017-03-10Websocket client test with WS=1Michael Meeks1-12/+42
2017-03-10Bang on the server with some threads.Michael Meeks1-4/+22
2017-03-10Thread to poke server.Michael Meeks1-2/+33
2017-03-10Get number response / ping bits working.Michael Meeks1-1/+2
2017-03-10Lean on Poco for request parsing.Michael Meeks1-8/+0
2017-03-10Initial http header parsing pieces.Michael Meeks1-16/+53
2017-03-10Implement basic buffering.Michael Meeks1-1/+2
2017-03-10First cut at a Poco based client.Michael Meeks1-0/+99