summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Split config.h into separate headers to avoid extensive rebuildAron Budea2022-09-052-1/+4
* mutex include cleanup.Michael Meeks2022-08-312-3/+0
* UTF8 validation: print out offset of problem in hex to match the dump.Michael Meeks2022-08-271-2/+2
* Fix typos in commentsAndras Timar2022-08-234-7/+7
* fuzzers: fixup HttpEchoAshod Nakashian2022-08-171-1/+1
* wsd: http: check for timeout in sync requestsAshod Nakashian2022-08-171-1/+3
* wsd: add HttpEcho fuzzerAshod Nakashian2022-08-171-1/+2
* Replace #ifdef-s with #if-s, and enable -WundefAron Budea2022-08-031-1/+1
* wsd: test: send WS close-frame only onceAshod Nakashian2022-08-021-12/+15
* wsd: test: correct shutdown UnitWebSocketAshod Nakashian2022-08-021-0/+2
* wsd: test: correct shutdown of WebSocketSessionAshod Nakashian2022-08-021-8/+7
* wsd: test: break WebSocketHandler polling when terminatingAshod Nakashian2022-08-022-2/+10
* wsd: test: killpoco for UnitCloseAshod Nakashian2022-08-022-5/+15
* wsd: test: clang-tidy some argsAshod Nakashian2022-08-021-2/+7
* wsd: test: remove COOLWebSocket from WopiTestServerAshod Nakashian2022-08-021-1/+0
* wsd: http: improved loggingAshod Nakashian2022-08-022-5/+7
* wsd: minor log improvementsAshod Nakashian2022-07-252-6/+5
* wsd: invoke handlePoll on all socketsAshod Nakashian2022-07-191-4/+2
* wsd: http: do not assert on net::connect returning nullptrAshod Nakashian2022-07-031-1/+3
* net: add "response" getter functionHenry Castro2022-06-271-0/+1
* net: add getter funtion "getUrl"Henry Castro2022-06-271-0/+1
* wsd: test: filterSendMessage -> filterSendWebSocketMessageAshod Nakashian2022-06-271-1/+2
* wsd: http: support shutting down the socketAshod Nakashian2022-06-241-0/+21
* wsd: test: fix heap-use-after-freeAshod Nakashian2022-06-241-1/+7
* wsd: cosmetics and assertionAshod Nakashian2022-06-071-3/+6
* wsd: better logging of unix socket bindingAshod Nakashian2022-06-071-7/+24
* wsd: simplify socket read loggingAshod Nakashian2022-06-071-13/+17
* wsd: improved socket loggingAshod Nakashian2022-06-072-14/+18
* wsd: make socket FD log prefix implicit and cleanup logsAshod Nakashian2022-06-074-120/+107
* wsd: handle socket closed on read betterAshod Nakashian2022-06-032-13/+18
* socket: only wakeup the mainloop on addCallback for the 1st callback.Michael Meeks2022-05-261-1/+3
* wds: enable experimental blocks unconditionallyAshod Nakashian2022-05-232-12/+6
* wsd: return status from writeOutgoingDataAshod Nakashian2022-04-302-16/+22
* wsd: log macro cleanupAshod Nakashian2022-04-261-1/+1
* wsd: use the default DH parameters in SSLAshod Nakashian2022-04-221-0/+5
* wsd: remove identical simulateSocketError overrideAshod Nakashian2022-04-203-22/+1
* wsd: remove argument default-valueAshod Nakashian2022-04-201-2/+2
* wsd: do not close the socket while have data to readAshod Nakashian2022-04-141-1/+10
* wsd: detect ECONNRESET and EPIPE after writesAshod Nakashian2022-04-141-2/+5
* wsd: use STATE_ENUM for httpAshod Nakashian2022-04-061-80/+40
* wsd: logging and minor cosmeticsAshod Nakashian2022-04-061-1/+2
* Validate as utf-8 all Websocket text messages in debug mode.Michael Meeks2022-04-041-0/+16
* wsd: test SSL hostnameAshod Nakashian2022-04-012-8/+25
* wsd: hostname is needed for SSL SNIAshod Nakashian2022-03-272-5/+10
* wsd: reduce logging noise in socket readsAshod Nakashian2022-03-231-1/+5
* wsd: trace poll events and revents flags arround ppollAshod Nakashian2022-03-212-1/+4
* wsd: always include the BIO errors in SSL logsAshod Nakashian2022-03-215-62/+98
* wsd: reduce polling when blocked on ssl handshakeAshod Nakashian2022-03-172-6/+39
* wsd: exit the kit when we fail to connect to wsdAshod Nakashian2022-02-242-5/+7
* wsd: reduce debug and generally redundant logsAshod Nakashian2022-02-243-33/+35