summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* http response: simplify the condition if the result would fitMiklos Vajna2021-07-191-1/+2
* wsd: killpoco: cert verificationAshod Nakashian2021-07-182-2/+49
* wsd: ssl certificate verification requirementsAshod Nakashian2021-07-184-15/+45
* wsd: support certificate verificationAshod Nakashian2021-07-184-19/+58
* wsd: move isLocalhost to a common areaAshod Nakashian2021-07-182-0/+67
* http response: check if result would fit into chunkLenMiklos Vajna2021-07-081-0/+5
* net: show call-site file/line for assertCorrect...Dennis Francis2021-07-023-20/+24
* Add a processtoidle event implementation.Michael Meeks2021-06-291-0/+21
* wsd: separate client SSL context from the serverAshod Nakashian2021-06-233-33/+62
* wsd: separate the SSL locks from the contextAshod Nakashian2021-06-232-28/+46
* wsd: http: handle invalid http versionsAshod Nakashian2021-06-191-6/+8
* wsd: http: break cyclic dependencyAshod Nakashian2021-06-141-30/+67
* wsd: http: better logsAshod Nakashian2021-06-131-3/+5
* wsd: http: better logging of errorsAshod Nakashian2021-06-131-1/+7
* wsd: disable socket traffic loggingAshod Nakashian2021-06-131-1/+2
* wsd: http: do not set the state explicitly on parsing errorAshod Nakashian2021-06-131-7/+1
* wsd: http: always destroy the socket lastAshod Nakashian2021-06-131-4/+4
* wsd: http: an incomplete response is an errorAshod Nakashian2021-06-131-1/+10
* wsd: http: sync requests accept external pollerAshod Nakashian2021-06-131-8/+27
* wsd: better handling of invalid port in URLAshod Nakashian2021-06-131-2/+11
* wsd: http: performWrites can be called after destroying the socketAshod Nakashian2021-06-131-5/+9
* Transfer LOK callback processing into our main thread if necessary.Michael Meeks2021-06-111-1/+1
* Add commented-out TraceEvent::emitInstantEventTor Lillqvist2021-06-071-0/+7
* Extend debug only if OpenSSL version > 1.1.0Andras Timar2021-06-041-0/+13
* Extend debug.Michael Meeks2021-06-041-3/+6
* Use larger write buffer size for UDS from kit -> wsd.Michael Meeks2021-06-041-0/+3
* wsd: http: disconnect if the server closed the socketAshod Nakashian2021-05-061-4/+19
* wsd: http: complete the http response only onceAshod Nakashian2021-05-061-1/+1
* There is no isManualDefrag parameterTor Lillqvist2021-05-051-4/+0
* Make WebSocketHandler::_isClient const and drop default values for bool parmsTor Lillqvist2021-05-052-7/+6
* android: Fix build fail and crash on doc loadmerttumer2021-05-021-1/+1
* wsd: http: simplify http::getAshod Nakashian2021-05-021-4/+4
* wsd: http: add isConnected getter to http::SessionAshod Nakashian2021-05-021-7/+9
* wsd: http: braces always on new lineAshod Nakashian2021-05-021-6/+10