summaryrefslogtreecommitdiffstats
path: root/net/FakeSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix license headersAndras Timar2020-10-011-2/+0
* There should be no need to notify when fakeSocketRead() completesTor Lillqvist2020-07-071-2/+0
* Do notify waiting threads when fakeSocketShutdown() completesTor Lillqvist2020-07-071-0/+2
* Expand on commentTor Lillqvist2020-07-071-1/+3
* tdf#128502: Chunk of work to enable "multi-tasking" in the iOS appTor Lillqvist2020-06-261-0/+5
* Introduce more selective FakeSocket loggingTor Lillqvist2020-06-231-58/+81
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-12/+12
* typo fixes in comments and codeAndras Timar2019-10-081-6/+6
* Factor out the FakeSocketPair creation from fakeSocketSocket()Tor Lillqvist2019-10-011-4/+11
* android: Kill the extremely verbose FakeSocket logging.Jan Holesovsky2019-06-201-51/+58
* When FAKESOCKET_LOG_ALWAYS_STDERR, output also the thread idTor Lillqvist2019-03-201-1/+1
* WaE: -Werror=unused-parameterTor Lillqvist2018-11-011-1/+1
* WaE: -Werror=sign-compareTor Lillqvist2018-11-011-13/+13
* Don't access nonexistent vector element in the EOF caseTor Lillqvist2018-10-301-10/+14
* Fix fakeSocketAvailableDataLength() when peer socket is closedTor Lillqvist2018-10-251-5/+6
* Buffer an unlimited (eek, scary) number of messages per fake socketTor Lillqvist2018-10-231-20/+17
* In fakeSocketConnect() log also the fd the corresponding accept returnedTor Lillqvist2018-10-191-1/+1
* Add some includes that are missing if compiling this on LinuxTor Lillqvist2018-10-161-0/+2
* Log each line separately in fakeSocketDumpState() instead of with embedded ne...Tor Lillqvist2018-10-161-4/+4
* Add fakeSocketDumpState()Tor Lillqvist2018-10-161-0/+33
* Switch to using just one mutex in FakeSocket.cpp for nowTor Lillqvist2018-10-101-65/+26
* Bin duplicate const variableTor Lillqvist2018-10-101-1/+0
* Implement the timeout parameter to fakeSocketPoll()Tor Lillqvist2018-09-191-3/+22
* 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
* 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-171-56/+67
* FakeSocket poll fix and minor hackingTor Lillqvist2018-09-161-7/+17
* Use optional logging callback in FakeSocket.cpp instead of hardcoded writesTor Lillqvist2018-09-161-41/+58
* Attempt to fix various FakeSocket problemsTor Lillqvist2018-09-161-52/+176
* More FakeSocket hackingTor Lillqvist2018-09-151-88/+217
* Change the FakeSocket to be record-orientedTor Lillqvist2018-09-151-10/+30
* Add FakeSocketTor Lillqvist2018-09-151-0/+357