summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* fix that internal port 9981 was opened on all interfacesAndras Timar2018-10-051-2/+2
* Comment out log.dump() call againTor Lillqvist2018-09-201-1/+1
* Implement the timeout parameter to fakeSocketPoll()Tor Lillqvist2018-09-192-5/+24
* Small correction to poll semanticsTor Lillqvist2018-09-191-0/+4
* Bin one presumably pointless lock and unlockTor Lillqvist2018-09-191-2/+0
* Avoid potential deadlockTor Lillqvist2018-09-191-0/+2
* Still more iOS app and related Online C++ code hackingTor Lillqvist2018-09-194-86/+189
* Avoid double "0x" prefix for pointer values in log outputTor Lillqvist2018-09-191-3/+3
* Add possiblity to force logging to stderr with environment variableTor Lillqvist2018-09-181-1/+6
* In the logging always precede FakeSocket "fd" numbers with #Tor Lillqvist2018-09-181-39/+39
* Improve shutdown semanticsTor Lillqvist2018-09-181-6/+6
* Add fakeSocketShutdown() and drop fakeSocketFeed()Tor Lillqvist2018-09-172-58/+69
* Revert part of my iOS related commit, causes compilation warning with ClangTor Lillqvist2018-09-171-4/+0
* FakeSocket poll fix and minor hackingTor Lillqvist2018-09-161-7/+17
* Use optional logging callback in FakeSocket.cpp instead of hardcoded writesTor Lillqvist2018-09-162-41/+60
* Attempt to fix various FakeSocket problemsTor Lillqvist2018-09-161-52/+176
* More FakeSocket hackingTor Lillqvist2018-09-152-135/+225
* Change the FakeSocket to be record-orientedTor Lillqvist2018-09-152-10/+32
* Add FakeSocketTor Lillqvist2018-09-152-0/+443
* Move SocketPoll::pollingThreadEntry() implementation to cpp fileTor Lillqvist2018-09-132-25/+27
* Intermediate commit of work in progress on an iOS appTor Lillqvist2018-09-123-1/+71
* Revert "Just define these static const int members in-class"Tor Lillqvist2018-09-112-2/+5
* Just define these static const int members in-classTor Lillqvist2018-09-102-5/+2
* More mobile app stuff, very much early state of work in progressTor Lillqvist2018-09-103-9/+27
* Make this file compile for iOSTor Lillqvist2018-09-041-1/+14
* Make this file compile for iOSTor Lillqvist2018-08-291-10/+10
* Avoid potential confusion by not using the term "packet" in a commentTor Lillqvist2018-07-191-1/+1
* Don't log binary data as such, use Util::stringifyHexLine()Tor Lillqvist2018-07-191-4/+12
* Add FIXME: Do we really want to log binary data as such here?Tor Lillqvist2018-07-181-0/+1
* Use Util::symbolicErrno()Tor Lillqvist2018-07-111-3/+3
* Fis our use of inet_ntop() etcTor Lillqvist2018-07-101-7/+7
* Fix logging a little.Michael Meeks2018-06-151-2/+1
* Implement client websocket masking.Michael Meeks2018-06-151-12/+37
* Outgoing websocket - remove silly stuff.Michael Meeks2018-06-151-4/+1
* net: use std::move() in the StreamSocket ctorMiklos Vajna2018-05-241-2/+2
* Use std::shared_ptr consistently.Jan Holesovsky2018-05-182-4/+4
* Use correct path in the client websockets.Jan Holesovsky2018-05-181-1/+1
* Move the functionality from connectToMonitor() to SocketPoll.Jan Holesovsky2018-05-182-35/+134
* Enable SSL in outbound, client websockets ...Michael Meeks2018-05-182-2/+7
* re-factor socket factories to take a client parameter.Michael Meeks2018-05-182-7/+11
* The WebSocketHandler::handleClientUpgrade() needs to handle a Response,Jan Holesovsky2018-05-182-34/+55
* Get ping/pong handling sorted with more isClient conditionality.Michael Meeks2018-05-181-22/+69
* More work on client / Monitor websocket connections.Michael Meeks2018-05-181-3/+63
* Allow a 'monitor' to be connected to remotely if configured.Michael Meeks2018-05-182-1/+6
* serve files with old gith hash in their path, that comes from cached discover...Andras Timar2018-05-181-0/+4
* Use inet_ntop for ipv6 address names.Michael Meeks2018-05-141-2/+18
* Share HTTP header parsing inside the StreamSocket.Michael Meeks2018-05-012-2/+83
* wsd: to filter clientAddress before POST action.YiiChang Yen2018-04-302-3/+18
* 'static const int' needs an explicit definition in C++11Miklos Vajna2018-02-262-2/+5
* wsd: WebSocket state is a property of the socketAshod Nakashian2018-02-233-40/+46