summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wsd: move HttpHelper namespace from Socket to its homeAshod Nakashian2020-11-024-119/+128
* wsd: misc minor cleanupAshod Nakashian2020-11-022-3/+4
* Provide methods that output error headers into the socketJan Dageförde2020-10-282-0/+67
* Fix typosAndrea Gelmini2020-10-071-1/+1
* fix license headersAndras Timar2020-10-0112-24/+0
* wsd: allow pings from clientsAshod Nakashian2020-09-171-15/+7
* Mark processInputEnabled() as constMiklos Vajna2020-09-152-3/+3
* net: mark SocketPoll dtor as virtualMiklos Vajna2020-09-101-1/+1
* kit: disable parallel processing at higher levelsGabriel Masei2020-07-251-1/+1
* kit: disable parallel handling of messages while processing load and saveGabriel Masei2020-07-222-3/+54
* Handle multiple queued fragments in WebSocket _inBuffer without timeout.Michael Meeks2020-07-141-1/+1
* Make objects and threads go away more reliably in the iOS appTor Lillqvist2020-07-141-0/+1
* Add a FIXMETor Lillqvist2020-07-081-0/+5
* There should be no need to notify when fakeSocketRead() completesTor Lillqvist2020-07-071-2/+0
* Do notify waiting threads when fakeSocketShutdown() completesTor Lillqvist2020-07-071-0/+2
* Expand on commentTor Lillqvist2020-07-071-1/+3
* wsd: improve readabilityAshod Nakashian2020-07-011-0/+1
* wsd: faster jail setup via bind-mountAshod Nakashian2020-07-012-1/+1
* tdf#128502: Chunk of work to enable "multi-tasking" in the iOS appTor Lillqvist2020-06-261-0/+5
* No pinging necessary in the MOBILEAPP caseTor Lillqvist2020-06-242-17/+22
* Introduce more selective FakeSocket loggingTor Lillqvist2020-06-231-58/+81
* Snap needs a specific unix socket name.Jan Holesovsky2020-06-121-2/+9
* Remember to shutdown the socket after serving files.Michael Meeks2020-06-032-20/+26
* wsd: single-char string literals -> charAshod Nakashian2020-06-028-95/+95
* Improve exceptions.Michael Meeks2020-05-211-2/+2
* Proxy: re-arrange URL structure & document it better.Michael Meeks2020-05-131-1/+1
* Proxy: only accept request from localhost.Michael Meeks2020-05-082-0/+15
* killpoco: removed Poco::Thread from net directoryPranam Lashkari2020-05-041-6/+3
* remove unused method from WebSocketHandlerGabriel Masei2020-04-291-28/+0
* let the higher levels to process the recvmsg return valueGabriel Masei2020-04-291-13/+6
* killpoco: removed Poco::Process completelyPranam Lashkari2020-04-291-1/+1
* wsd: admin: send smaps fd along websocket upgrade requestGabriel Masei2020-04-282-6/+15
* typo fixes in comments and codeAndras Timar2020-04-261-2/+2
* wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei2020-04-253-20/+164
* I think "us" is supposed to be the current thread idTor Lillqvist2020-04-241-1/+1
* Proxy: improve debugging and connection handling.Michael Meeks2020-04-241-1/+0
* Proxy: ensure dumpState dumps via the MessageHandlerInterface too.Michael Meeks2020-04-241-0/+2
* wsd: harden socket weakptrAshod Nakashian2020-04-241-10/+9
* Proxy protocol bits.Michael Meeks2020-04-241-2/+12
* Proxy websocket prototype.Michael Meeks2020-04-241-0/+5
* YAGNI: Bin bool parameter that is passed as true at the one single call siteTor Lillqvist2020-04-192-3/+3
* Use #pragma onceTor Lillqvist2020-04-187-27/+7
* Poll - cleanup method naming, and fix merge issues.Michael Meeks2020-04-106-20/+20
* Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2020-04-106-158/+172
* Revert "wsd: minimize wait when DocBroker terminates"Jan Holesovsky2020-04-092-35/+1
* Replaced pipe with websocket based on Unix socket in communication with ForKitGabriel Masei2020-04-071-0/+5
* Add an initial libfuzzer based fuzzer for the admin consoleMiklos Vajna2020-04-021-1/+1
* wsd: minimize wait when DocBroker terminatesMichael Meeks2020-03-262-1/+35
* Rework the somewhat odd sendTextMessage() interfaceMiklos Vajna2020-03-162-5/+5
* Make closing the document work again in the iOS (and Android?) appTor Lillqvist2020-03-131-0/+1