summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Restore commit 80b4e6d4ae92445e05eae0206d4dfc25bdff8784Michael Meeks2023-06-161-2/+4
* Implement minor changes suggested during reviewPatrick Luby2023-06-152-6/+3
* Replace preprocessor directives with C++ conditional checkPatrick Luby2023-06-151-10/+7
* Fix iOS build breakages by adding http::Request to iOS buildPatrick Luby2023-06-152-3/+11
* wsd: thread-safe socket shutdown flagAshod Nakashian2023-06-141-1/+2
* cid#318856 Uninitialized scalar fieldCaolán McNamara2023-06-141-0/+3
* cid#318915 Uninitialized scalar fieldCaolán McNamara2023-06-141-1/+2
* cid#318867 Using a moved objectCaolán McNamara2023-06-141-1/+1
* Revert this for now while we think more deeply.Michael Meeks2023-06-091-5/+2
* Fix: Speed-up callbacksShehr Bano2023-06-051-2/+5
* wsd: test: better polling in testsAshod Nakashian2023-05-311-5/+13
* wsd: de-duplicate assertCorrectThreadAshod Nakashian2023-05-222-28/+10
* wsd: http: return const& from const response getterAshod Nakashian2023-05-221-1/+1
* wsd: http: cosmetic and logAshod Nakashian2023-05-221-1/+2
* wsd: http: improved http::Session::handleIncomingMessageAshod Nakashian2023-05-151-32/+25
* killpoco: replace HTTP status codesAshod Nakashian2023-05-113-6/+24
* wsd: move streaming operator overloadsAshod Nakashian2023-05-101-2/+23
* wsd: http: native support for logging http::HeaderAshod Nakashian2023-05-101-0/+10
* wsd: simplify log streamingAshod Nakashian2023-05-101-15/+9
* wsd: return SSL_do_handshake error-codes unmodifiedAshod Nakashian2023-04-151-2/+14
* wsd: handle read failure on closed socket betterAshod Nakashian2023-04-151-0/+6
* wsd: reduce SocketPoll lock contentionAshod Nakashian2023-04-151-8/+10
* wsd: more tracing of socket and poll activityAshod Nakashian2023-04-152-0/+10
* wsd: correct log argument orderAshod Nakashian2023-04-151-2/+2
* wsd: always handle socket polls without skippingAshod Nakashian2023-04-141-24/+33
* wsd: make removeSockets privateAshod Nakashian2023-04-142-24/+40
* wsd: better merge new sockets into poll socketsAshod Nakashian2023-04-141-7/+9
* wsd: update the poll round-robin index right before usageAshod Nakashian2023-04-141-5/+2
* wsd: drain the wakeup pipe on each readAshod Nakashian2023-04-141-1/+2
* wsd: move pollingThread to privateAshod Nakashian2023-04-141-9/+9
* wsd: better scope localityAshod Nakashian2023-04-141-4/+3
* wsd: better socket loggingAshod Nakashian2023-04-142-3/+14
* wsd: helper to dump the state of an object as a stringAshod Nakashian2023-04-113-5/+5
* wsd: test: socket context loggingAshod Nakashian2023-04-112-0/+4
* wsd: better logging of the current socket being handledAshod Nakashian2023-04-112-6/+5
* wsd: http: set http::Request log contextAshod Nakashian2023-03-141-1/+2
* Fix isLocal failing check with IPv4FedericoHeichou2023-03-141-1/+2
* wsd: string::empty() is clearer than size() == 0Ashod Nakashian2023-03-103-6/+6
* wsd: improved socket creation/destruction loggingAshod Nakashian2023-03-063-3/+8
* wsd: fix DEBUG_HTTP in HttpRequestAshod Nakashian2023-03-062-2/+7
* wsd: log the socket FD of http::ResponseAshod Nakashian2023-03-062-22/+34
* wsd: log the socket FD of http::SessionAshod Nakashian2023-03-061-18/+22
* wsd: log the socket FD of PrisonerRequestDispatcherAshod Nakashian2023-03-061-5/+0
* wsd: log the socket FD of WebSocketHandlerAshod Nakashian2023-03-061-61/+63
* wsd: log the socket FD of ProtocolHandlerInterfaceAshod Nakashian2023-03-062-3/+17
* wsd: log the socket number of http::RequestAshod Nakashian2023-03-062-15/+22
* wsd: minor improvements to socket logsAshod Nakashian2023-03-062-3/+3
* Fix compiler warnings when building for WASM.Tor Lillqvist2023-02-123-2/+19
* wsd: better loggingAshod Nakashian2023-01-271-4/+4
* wsd: http: define named HTTP status codesAshod Nakashian2023-01-242-3/+97