summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Send Content-Length and Connection: close to help browsers.Michael Meeks2024-05-211-0/+2
* WaE: make older C++ compilers happy.Michael Meeks2024-05-181-1/+1
* add dumping start of current and queued async dns lookupsCaolán McNamara2024-05-172-10/+57
* unlock mutex to allow entries to queue up while resolvingCaolán McNamara2024-05-171-0/+7
* add Async DNS implementationCaolán McNamara2024-05-172-0/+148
* wrap Poco DNS lookup and cache as a DNSResolver classCaolán McNamara2024-05-171-10/+25
* net: fix clang-15 build in resolveDNS()Miklos Vajna2024-05-151-1/+1
* reuse dns caching for resolveHostAddress tooCaolán McNamara2024-05-141-1/+11
* cache DNS results for 20 secondsCaolán McNamara2024-05-142-0/+56
* Logging: annotate WebSocket, Admin and cleanup Forkit.Michael Meeks2024-05-143-27/+26
* Logging: calm down the most prolific Socket logging sites.Michael Meeks2024-05-142-24/+24
* Split outbound callback processing from incoming message queueing.Michael Meeks2024-05-091-0/+7
* bgsave: change statusindicator protocol message to 'progress' + JSON.Michael Meeks2024-05-061-0/+6
* disable watchdog while loading and savingCaolán McNamara2024-04-302-2/+15
* bgsave: have a single source for InputProcessing enable & disable.Michael Meeks2024-04-181-9/+9
* bgsave: remove closed sockets from Kit's SocketPoll.Michael Meeks2024-04-172-0/+19
* use erase/remove idiom to clean pollSocketsNoel Grandin2024-04-161-7/+5
* aarch64 doesn't have SYS_futimesatcp-24.04.1-2Caolán McNamara2024-04-071-1/+1
* killpoco: avoid using Poco::Random which likes /dev/random.Michael Meeks2024-04-071-1/+6
* SocketPoll: better re-entrancy protection.Michael Meeks2024-04-041-16/+24
* Websocket: allow a hard shutdown after flushing data.Michael Meeks2024-03-291-1/+13
* Socket: allow re-creation of wakeup pipes.Michael Meeks2024-03-292-14/+28
* Socket: allow disabling of 'shutdown' on a socket.Michael Meeks2024-03-292-0/+11
* Watchdog: expose global watchdog thread.Michael Meeks2024-03-292-7/+4
* Watchdog: re-direct USR2 when enabled to snapshot a late thread.Michael Meeks2024-03-292-19/+29
* polls: switch compiled in delays to 60 seconds.Michael Meeks2024-03-251-1/+1
* PrisonerPoll - leave unused Kit sockets in the poll.Michael Meeks2024-03-252-1/+60
* wsd: test: move WebSocketSession under testAshod Nakashian2024-03-211-428/+0
* reduce uses of MOBILEAPP on some filesJaume Pujantell2024-03-203-34/+22
* killpoco: use http::Response in admin file servingAshod Nakashian2024-03-191-2/+6
* wsd: remove sendWithDateAndAgentAshod Nakashian2024-03-193-13/+4
* wsd: remove duplicate Server and Date headersAshod Nakashian2024-03-191-2/+3
* Watchdog to call probe-point when SocketPolls are slow.Michael Meeks2024-03-192-1/+39
* Socket: add API to close all sockets.Michael Meeks2024-03-152-0/+22
* clientnb: missing includeMiklos Vajna2024-03-151-0/+1
* net: add socketpair wrapper.Michael Meeks2024-03-123-14/+35
* Calm down warnings.Michael Meeks2024-03-121-1/+1
* wsd: reduce directives for unused variable supressionAshod Nakashian2024-03-092-26/+10
* killpoco: reduce scope and number of various includes.Michael Meeks2024-03-062-18/+30
* wsd: expose http::Session's socket FDAshod Nakashian2024-03-051-0/+2
* replace Poco in StreamSocket::sendNoel Grandin2024-02-272-6/+3
* Replace Util::startsWith/endsWith w/ C++20 equivalentAron Budea2024-02-222-4/+4
* cool#8328 - config header fixup.Michael Meeks2024-02-216-9/+27
* cid#344351 COPY_INSTEAD_OF_MOVECaolán McNamara2024-02-121-4/+1
* wsd: support sendMessage with string literalsAshod Nakashian2024-02-091-0/+5
* wsd: simplify WebSocketHandler::sendErrorAndShutdownAshod Nakashian2024-02-091-1/+2
* wsd: detect unencoded WOPISrcAshod Nakashian2024-02-091-0/+43
* cid#336284 COPY_INSTEAD_OF_MOVECaolán McNamara2024-02-081-1/+1
* Reduce noise of somewhat excessive trace debug.Michael Meeks2024-02-071-4/+8
* sockets should use CLOEXEC ticket cool#8016Michael Meeks2024-01-293-8/+11