summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wsd: http: do not assert on net::connect returning nullptrAshod Nakashian2022-08-051-0/+3
* wsd: test: filterSendMessage -> filterSendWebSocketMessageAshod Nakashian2022-08-051-1/+2
* wsd: invoke handlePoll on all socketsAshod Nakashian2022-07-211-4/+2
* net: add "response" getter functionHenry Castro2022-07-061-0/+1
* net: add getter funtion "getUrl"Henry Castro2022-07-061-0/+1
* wsd: handle socket closed on read betterAshod Nakashian2022-06-072-13/+18
* socket: only wakeup the mainloop on addCallback for the 1st callback.Michael Meeks2022-06-071-1/+3
* wds: enable experimental blocks unconditionallyAshod Nakashian2022-06-072-12/+6
* wsd: log macro cleanupAshod Nakashian2022-05-241-1/+1
* wsd: return status from writeOutgoingDataAshod Nakashian2022-05-022-16/+22
* wsd: use the default DH parameters in SSLAshod Nakashian2022-04-251-0/+5
* wsd: remove identical simulateSocketError overrideAshod Nakashian2022-04-213-22/+1
* wsd: remove argument default-valueAshod Nakashian2022-04-211-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-141-80/+40
* wsd: logging and minor cosmeticsAshod Nakashian2022-04-141-1/+2
* 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-212-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
* wsd: dump all the state managers in DocBrokerAshod Nakashian2022-02-241-2/+3
* wsd: test: embue all tests with a name and unify logsAshod Nakashian2022-02-172-3/+3
* wsd: reduce noisy logsAshod Nakashian2022-02-043-12/+14
* wsd: enforce TLSv1.2 as the minimum acceptable versionAshod Nakashian2022-01-101-1/+4
* Handle exceptions in Socket messages processingSzymon Kłos2022-01-092-3/+40
* Create a link to the master UDS file inside the jail when we aren't using abs...Gleb Popov2022-01-083-3/+20
* Buffer: remove _size member and calculate it from _offset as needed.Michael Meeks2021-11-301-17/+11
* Buffer: erase fully when we wrote everything that is left.Michael Meeks2021-11-301-3/+3
* rename: remaining lool->cool changesAndras Timar2021-11-186-9/+9
* make Socket use Buffer for input buffer tooLuboš Luňák2021-10-264-12/+49
* stress: store and dump some statistics.Michael Meeks2021-10-021-1/+8
* wsd: chunked transfer and testsAshod Nakashian2021-09-261-2/+10
* wsd: http: reason phrase is optionalAshod Nakashian2021-09-261-5/+3
* Don't try to set empty hostname for SNISzymon Kłos2021-09-151-1/+1
* wsd: throw when an invalid URL is used to create an http sessionAshod Nakashian2021-09-131-1/+2
* Handle poll results in SocketPoll in a round-robin orderTor Lillqvist2021-08-212-18/+52
* Host: header don't append port for standard ports.Michael Meeks2021-08-131-1/+9
* Remove non-abstract unix socket files on shutdown.Gleb Popov2021-07-312-0/+15
* Use more sensible value for #ifdef when checking for abstract unix sockets.Gleb Popov2021-07-311-2/+5
* Remove unused private class member.Gleb Popov2021-07-301-3/+0
* ssl: setup hostname for SNISzymon Kłos2021-07-221-0/+3
* Add profilezone around kitPoll function and SocketPoll constructorGopi Krishna Menon2021-07-211-0/+2
* No need for the template class MessageQueueBaseTor Lillqvist2021-07-211-1/+1
* wsd: Close socket hard when necessaryAshod Nakashian2021-07-195-8/+52
* http response: if the result doesn't fit, then consider that a fatal errorMiklos Vajna2021-07-191-1/+2