summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Comment out log.dump() call againTor Lillqvist1-1/+1
2018-09-19Implement the timeout parameter to fakeSocketPoll()Tor Lillqvist2-5/+24
2018-09-19Small correction to poll semanticsTor Lillqvist1-0/+4
2018-09-19Bin one presumably pointless lock and unlockTor Lillqvist1-2/+0
2018-09-19Avoid potential deadlockTor Lillqvist1-0/+2
2018-09-19Still more iOS app and related Online C++ code hackingTor Lillqvist4-86/+189
2018-09-19Avoid double "0x" prefix for pointer values in log outputTor Lillqvist1-3/+3
2018-09-18Add possiblity to force logging to stderr with environment variableTor Lillqvist1-1/+6
2018-09-18In the logging always precede FakeSocket "fd" numbers with #Tor Lillqvist1-39/+39
2018-09-18Improve shutdown semanticsTor Lillqvist1-6/+6
2018-09-17Add fakeSocketShutdown() and drop fakeSocketFeed()Tor Lillqvist2-58/+69
2018-09-17Revert part of my iOS related commit, causes compilation warning with ClangTor Lillqvist1-4/+0
2018-09-16FakeSocket poll fix and minor hackingTor Lillqvist1-7/+17
2018-09-16Use optional logging callback in FakeSocket.cpp instead of hardcoded writesTor Lillqvist2-41/+60
2018-09-16Attempt to fix various FakeSocket problemsTor Lillqvist1-52/+176
2018-09-15More FakeSocket hackingTor Lillqvist2-135/+225
2018-09-15Change the FakeSocket to be record-orientedTor Lillqvist2-10/+32
2018-09-15Add FakeSocketTor Lillqvist2-0/+443
2018-09-13Move SocketPoll::pollingThreadEntry() implementation to cpp fileTor Lillqvist2-25/+27
2018-09-12Intermediate commit of work in progress on an iOS appTor Lillqvist3-1/+71
2018-09-11Revert "Just define these static const int members in-class"Tor Lillqvist2-2/+5
2018-09-10Just define these static const int members in-classTor Lillqvist2-5/+2
2018-09-10More mobile app stuff, very much early state of work in progressTor Lillqvist3-9/+27
2018-09-04Make this file compile for iOSTor Lillqvist1-1/+14
2018-08-29Make this file compile for iOSTor Lillqvist1-10/+10
2018-07-19Avoid potential confusion by not using the term "packet" in a commentTor Lillqvist1-1/+1
2018-07-19Don't log binary data as such, use Util::stringifyHexLine()Tor Lillqvist1-4/+12
2018-07-18Add FIXME: Do we really want to log binary data as such here?Tor Lillqvist1-0/+1
2018-07-11Use Util::symbolicErrno()Tor Lillqvist1-3/+3
2018-07-10Fis our use of inet_ntop() etcTor Lillqvist1-7/+7
2018-06-15Fix logging a little.Michael Meeks1-2/+1
2018-06-15Implement client websocket masking.Michael Meeks1-12/+37
2018-06-15Outgoing websocket - remove silly stuff.Michael Meeks1-4/+1
2018-05-24net: use std::move() in the StreamSocket ctorMiklos Vajna1-2/+2
2018-05-18Use std::shared_ptr consistently.Jan Holesovsky2-4/+4
2018-05-18Use correct path in the client websockets.Jan Holesovsky1-1/+1
2018-05-18Move the functionality from connectToMonitor() to SocketPoll.Jan Holesovsky2-35/+134
2018-05-18Enable SSL in outbound, client websockets ...Michael Meeks2-2/+7
2018-05-18re-factor socket factories to take a client parameter.Michael Meeks2-7/+11
2018-05-18The WebSocketHandler::handleClientUpgrade() needs to handle a Response,Jan Holesovsky2-34/+55
2018-05-18Get ping/pong handling sorted with more isClient conditionality.Michael Meeks1-22/+69
2018-05-18More work on client / Monitor websocket connections.Michael Meeks1-3/+63
2018-05-18Allow a 'monitor' to be connected to remotely if configured.Michael Meeks2-1/+6
2018-05-18serve files with old gith hash in their path, that comes from cached discover...Andras Timar1-0/+4
2018-05-14Use inet_ntop for ipv6 address names.Michael Meeks1-2/+18
2018-05-01Share HTTP header parsing inside the StreamSocket.Michael Meeks2-2/+83
2018-04-30wsd: to filter clientAddress before POST action.YiiChang Yen2-3/+18
2018-02-26'static const int' needs an explicit definition in C++11Miklos Vajna2-2/+5
2018-02-23wsd: WebSocket state is a property of the socketAshod Nakashian3-40/+46
2018-02-11ut: log timestamp to track timeouts betterAshod Nakashian1-12/+11