summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-17wsd: allow pings from clientsAshod Nakashian1-15/+7
2020-09-15Mark processInputEnabled() as constMiklos Vajna2-3/+3
2020-09-10net: mark SocketPoll dtor as virtualMiklos Vajna1-1/+1
2020-07-25kit: disable parallel processing at higher levelsGabriel Masei1-1/+1
2020-07-22kit: disable parallel handling of messages while processing load and saveGabriel Masei2-3/+54
2020-07-14Handle multiple queued fragments in WebSocket _inBuffer without timeout.Michael Meeks1-1/+1
2020-07-14Make objects and threads go away more reliably in the iOS appTor Lillqvist1-0/+1
2020-07-08Add a FIXMETor Lillqvist1-0/+5
2020-07-07There should be no need to notify when fakeSocketRead() completesTor Lillqvist1-2/+0
2020-07-07Do notify waiting threads when fakeSocketShutdown() completesTor Lillqvist1-0/+2
2020-07-07Expand on commentTor Lillqvist1-1/+3
2020-07-01wsd: improve readabilityAshod Nakashian1-0/+1
2020-07-01wsd: faster jail setup via bind-mountAshod Nakashian2-1/+1
2020-06-26tdf#128502: Chunk of work to enable "multi-tasking" in the iOS appTor Lillqvist1-0/+5
2020-06-24No pinging necessary in the MOBILEAPP caseTor Lillqvist2-17/+22
2020-06-23Introduce more selective FakeSocket loggingTor Lillqvist1-58/+81
2020-06-12Snap needs a specific unix socket name.Jan Holesovsky1-2/+9
2020-06-03Remember to shutdown the socket after serving files.Michael Meeks2-20/+26
2020-06-02wsd: single-char string literals -> charAshod Nakashian8-95/+95
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