summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-10tdf#129306 SslSocket: handle EAGAIN properly.Michael Meeks2-6/+18
2019-11-22WebSocketHandler: allow to build on 32bits systemsCorentin Noël1-1/+1
2019-11-20modernise TLS setupLionel Elie Mamane1-42/+70
2019-10-29test: improve HTTPServerTest::testConvertToWithForwardedClientIPAshod Nakashian1-1/+1
2019-10-28wsd: logging improvementsAshod Nakashian1-4/+3
2019-10-08typo fixes in comments and codeAndras Timar1-6/+6
2019-10-01Factor out the FakeSocketPair creation from fakeSocketSocket()Tor Lillqvist1-4/+11
2019-09-22wsd: asan: stack-use-after-scopeAshod Nakashian1-1/+1
2019-09-06tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt311-1/+1
2019-09-03wsd: cosmetic formattingAshod Nakashian1-1/+0
2019-08-21Improve SSL initializationAron Budea1-6/+3
2019-08-17wsd: formattingAshod Nakashian1-5/+9
2019-08-05wsd: Logging correctionsAshod Nakashian1-2/+3
2019-08-05Serve a decidedly unpretty clipboard download pageAshod Nakashian1-2/+2
2019-07-08keep the project buildable with poco 1.7.8Andras Timar1-1/+3
2019-06-20android: Kill the extremely verbose FakeSocket logging.Jan Holesovsky1-51/+58
2019-06-16Fix typoSamuel Mehrbrodt1-1/+1
2019-06-12net: avoid unnecessary copy in checkAndReThread()Miklos Vajna1-1/+1
2019-06-10unipoll: allow LOK's Yield callback to be called from any thread.Michael Meeks1-1/+19
2019-05-29Improve debugging by showing un-masked websocket content.Michael Meeks1-1/+2
2019-05-27net: avoid UB in WebSocketHandler::readPayload()Miklos Vajna1-3/+6
2019-05-22LocalServerSocket: can move sockFactory instead of copyMiklos Vajna1-1/+1
2019-05-22Initial chunked transfer encoding.Michael Meeks3-10/+146
2019-05-22Initial HTTP Expect: 100-continue implementation.Michael Meeks2-0/+13
2019-05-21Make the document-specific threads in the iOS app go away more reliablyTor Lillqvist1-4/+0
2019-05-20Use compile-time rather than run-time string concatenation.Michael Meeks1-1/+1
2019-05-10unipoll: restore missing asserts & some cleanup.Michael Meeks2-2/+2
2019-04-23Unipoll: integrate with the LOK mainloop in a single thread.Ashod Nakashian2-5/+9
2019-04-19gtkapp: Fix clang's error: private field '...' is not usedJan Holesovsky2-19/+31
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