summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-21Improve exceptions.Michael Meeks1-2/+2
2020-05-13Proxy: re-arrange URL structure & document it better.Michael Meeks1-1/+1
2020-05-08Proxy: only accept request from localhost.Michael Meeks2-0/+15
2020-05-04killpoco: removed Poco::Thread from net directoryPranam Lashkari1-6/+3
2020-04-29remove unused method from WebSocketHandlerGabriel Masei1-28/+0
2020-04-29let the higher levels to process the recvmsg return valueGabriel Masei1-13/+6
2020-04-29killpoco: removed Poco::Process completelyPranam Lashkari1-1/+1
2020-04-28wsd: admin: send smaps fd along websocket upgrade requestGabriel Masei2-6/+15
2020-04-26typo fixes in comments and codeAndras Timar1-2/+2
2020-04-25wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei3-20/+164
2020-04-24I think "us" is supposed to be the current thread idTor Lillqvist1-1/+1
2020-04-24Proxy: improve debugging and connection handling.Michael Meeks1-1/+0
2020-04-24Proxy: ensure dumpState dumps via the MessageHandlerInterface too.Michael Meeks1-0/+2
2020-04-24wsd: harden socket weakptrAshod Nakashian1-10/+9
2020-04-24Proxy protocol bits.Michael Meeks1-2/+12
2020-04-24Proxy websocket prototype.Michael Meeks1-0/+5
2020-04-19YAGNI: Bin bool parameter that is passed as true at the one single call siteTor Lillqvist2-3/+3
2020-04-18Use #pragma onceTor Lillqvist7-27/+7
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