summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-04-10Poll - cleanup method naming, and fix merge issues.Michael Meeks6-20/+20
2020-04-10Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks6-158/+172
2020-04-09Revert "wsd: minimize wait when DocBroker terminates"Jan Holesovsky2-35/+1
2020-04-07Replaced pipe with websocket based on Unix socket in communication with ForKitGabriel Masei1-0/+5
2020-04-02Add an initial libfuzzer based fuzzer for the admin consoleMiklos Vajna1-1/+1
2020-03-26wsd: minimize wait when DocBroker terminatesMichael Meeks2-1/+35
2020-03-16Rework the somewhat odd sendTextMessage() interfaceMiklos Vajna2-5/+5
2020-03-13Make closing the document work again in the iOS (and Android?) appTor Lillqvist1-0/+1
2020-03-12Bin code that has always been inside #if 0Tor Lillqvist1-15/+0
2020-03-12Fix assertion failure in the MOBILEAPP caseTor Lillqvist1-4/+9
2020-03-12wsd: some logging improvementsAshod Nakashian1-11/+15
2020-03-11re-factor: Socket / WebSocketHandler.Michael Meeks4-29/+153
2020-03-05WebSocket - simplify handleMessage for now.Michael Meeks1-20/+8
2020-03-05Session: simplify shutdown and privatize some pieces.Michael Meeks1-1/+2
2020-02-04Remove unused method.Gabriele Ponzo1-16/+0
2020-01-06Avoid taking address over the end of a vector if reading 0 bytes.Michael Meeks1-0/+3
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