summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-12-03CRYPTO_dynlock_value: make members privateMiklos Vajna1-3/+7
2018-11-07Don't name parameter after a local method.Michael Meeks1-2/+2
2018-11-07Respond to SSL/TLS over http - when we don't expect it.Michael Meeks2-0/+15
2018-11-01WaE: -Werror=unused-parameterTor Lillqvist3-3/+3
2018-11-01WaE: -Werror=sign-compareTor Lillqvist1-13/+13
2018-10-30Avoid 'Unused variable' warnings in the MOBILEAPP casseTor Lillqvist1-2/+1
2018-10-30Don't access nonexistent vector element in the EOF caseTor Lillqvist1-10/+14
2018-10-30Handle EOF case (when fakeSocketAvailableDataLength() returns 0)Tor Lillqvist1-0/+2
2018-10-29SocketPoll: make members privateMiklos Vajna2-11/+20
2018-10-26StreamSocket: make members privateMiklos Vajna2-5/+20
2018-10-25Fix fakeSocketAvailableDataLength() when peer socket is closedTor Lillqvist1-5/+6
2018-10-25Adapt after 4724aa0cf78f3aedf7f7f4222d251ef8395d5523Tor Lillqvist1-1/+1
2018-10-25Socket: do what the TODO saysMiklos Vajna2-20/+24
2018-10-24WebSocket: make members privateMiklos Vajna1-1/+12
2018-10-23Buffer an unlimited (eek, scary) number of messages per fake socketTor Lillqvist1-20/+17
2018-10-19As far as I see, no getPollEvents() implementation will ever return negativeTor Lillqvist1-10/+3
2018-10-19In fakeSocketConnect() log also the fd the corresponding accept returnedTor Lillqvist1-1/+1
2018-10-17More work on the GTK+ testbed appTor Lillqvist1-0/+2
2018-10-17Empty out _newCallbacks when stopping a SocketPoll in the MOBILEAPP caseTor Lillqvist1-0/+12
2018-10-16wsd: support polling on client threadAshod Nakashian2-3/+27
2018-10-16wsd: always use signal-safe callsAshod Nakashian1-4/+7
2018-10-16wsd: clang-format logging macros and pass logger explicitlyAshod Nakashian1-1/+1
2018-10-16Add some includes that are missing if compiling this on LinuxTor Lillqvist2-0/+4
2018-10-16Initialise also _threadFinished and _stop in SocketPoll::startThread()Tor Lillqvist1-1/+6
2018-10-16Improve a commentTor Lillqvist1-1/+1
2018-10-16Log each line separately in fakeSocketDumpState() instead of with embedded ne...Tor Lillqvist1-4/+4
2018-10-16Add fakeSocketDumpState()Tor Lillqvist2-0/+35
2018-10-15net: unnecessary value parameter in SocketMiklos Vajna1-1/+1
2018-10-10Switch to using just one mutex in FakeSocket.cpp for nowTor Lillqvist1-65/+26
2018-10-10Bin duplicate const variableTor Lillqvist1-1/+0
2018-10-05fix that internal port 9981 was opened on all interfacesAndras Timar1-2/+2
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