summaryrefslogtreecommitdiffstats
path: root/net/SslSocket.hpp
Commit message (Expand)AuthorAgeFilesLines
* fix license headersAndras Timar2020-10-011-2/+0
* wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei2020-04-251-2/+3
* YAGNI: Bin bool parameter that is passed as true at the one single call siteTor Lillqvist2020-04-191-1/+1
* Use #pragma onceTor Lillqvist2020-04-181-4/+1
* Poll - cleanup method naming, and fix merge issues.Michael Meeks2020-04-101-3/+3
* Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2020-04-101-3/+3
* re-factor: Socket / WebSocketHandler.Michael Meeks2020-03-111-1/+1
* tdf#129306 SslSocket: handle EAGAIN properly.Michael Meeks2019-12-101-5/+16
* StreamSocket: make members privateMiklos Vajna2018-10-261-4/+4
* Enable SSL in outbound, client websockets ...Michael Meeks2018-05-181-0/+5
* re-factor socket factories to take a client parameter.Michael Meeks2018-05-181-4/+7
* wsd: avoid misleading socket error logsAshod Nakashian2018-01-221-2/+2
* wsd: don't call virtuals in dtorsAshod Nakashian2017-04-101-2/+2
* assert(isCorrectThread()) -> assertCorrectThread().Jan Holesovsky2017-04-051-7/+7
* Cleanup whitespace, return is not a function.Michael Meeks2017-03-301-6/+2
* wsd: improved socket loggingAshod Nakashian2017-03-261-1/+1
* wsd: close socket when WS close handshake is completeAshod Nakashian2017-03-201-0/+3
* Unify and simplify timeout and poll events setup.Michael Meeks2017-03-171-3/+9
* wsd: SSL logging improvementAshod Nakashian2017-03-151-1/+3
* wsd: Socket stores SocketHandler shared_ptrAshod Nakashian2017-03-151-1/+1
* wsd: more informative SSL error loggingAshod Nakashian2017-03-131-2/+26
* Fix remaining -Werror,-Winconsistent-missing-override warningsMiklos Vajna2017-03-101-2/+2
* nb: loggingAshod Nakashian2017-03-101-2/+2
* nb: Perform the socket shutdown asynchronously after the data is served.Jan Holesovsky2017-03-101-2/+8
* nb: serve files synchronouslyAshod Nakashian2017-03-101-1/+1
* Tie sockets to threads, and assert that we're being used in the right one.Michael Meeks2017-03-101-0/+12
* config.h - get includes right: must always be the first include.Michael Meeks2017-03-101-2/+0
* nb: ReadOrWrite -> NeitherAshod Nakashian2017-03-101-3/+3
* nb: log more socket activityAshod Nakashian2017-03-101-0/+6
* nb: shutdown socket after file-servingAshod Nakashian2017-03-101-1/+1
* nb: StreamSocket takes ownership of SocketHandler instanceAshod Nakashian2017-03-101-2/+2
* nb: Abstract WebSocketHandler.Jan Holesovsky2017-03-101-1/+1
* nb: SimpleResponseClient is a client, not a socket I guess.Jan Holesovsky2017-03-101-31/+27
* nb: Let's avoid too much abstraction.Jan Holesovsky2017-03-101-5/+5
* nb: de-templatize ServerSocketAshod Nakashian2017-03-101-1/+1
* nb: move SslStreamSocket to own fileAshod Nakashian2017-03-101-0/+246