summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-04perftrace: Annotate idleness and render it better as gaps.Michael Meeks1-0/+1
2019-04-02Creds.Michael Meeks1-1/+1
2019-04-02fix build: "sockaddr_un addrunix’ has incomplete type ...Henry Castro1-0/+1
2019-04-01Fix -Werror=maybe-uninitializedSamuel Mehrbrodt1-1/+1
2019-04-01net: fix -Werror,-Winconsistent-missing-overrideMiklos Vajna1-1/+1
2019-04-01peercred: fixup compile issues.Michael Meeks1-6/+5
2019-03-31Fix build in the MOBILEAPP caseTor Lillqvist2-11/+12
2019-03-30Use peercreds to identify processes connecting rather than URL params.Michael Meeks3-53/+126
2019-03-30Switch local prisoner sockets to abstract UDSMichael Meeks3-36/+143
2019-03-30Crop socket buffer removal to socket buffer size & warn.Michael Meeks1-1/+5
2019-03-20When FAKESOCKET_LOG_ALWAYS_STDERR, output also the thread idTor Lillqvist1-1/+1
2019-03-12Added support for defragmentation of incoming websocket fragmented messages a...Gabriel Masei1-85/+181
2019-02-12android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky5-38/+38
2019-01-22wsd: reduce warningsAshod Nakashian1-5/+9
2019-01-21net: make members private in clientnbMiklos Vajna1-0/+4
2019-01-17net: make members private in DelaySocketMiklos Vajna1-12/+16
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