summaryrefslogtreecommitdiff
path: root/net/SslSocket.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-25wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei1-2/+3
2020-04-19YAGNI: Bin bool parameter that is passed as true at the one single call siteTor Lillqvist1-1/+1
2020-04-18Use #pragma onceTor Lillqvist1-4/+1
2020-04-10Poll - cleanup method naming, and fix merge issues.Michael Meeks1-3/+3
2020-04-10Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks1-3/+3
2020-03-11re-factor: Socket / WebSocketHandler.Michael Meeks1-1/+1
2019-12-10tdf#129306 SslSocket: handle EAGAIN properly.Michael Meeks1-5/+16
2018-10-26StreamSocket: make members privateMiklos Vajna1-4/+4
2018-05-18Enable SSL in outbound, client websockets ...Michael Meeks1-0/+5
2018-05-18re-factor socket factories to take a client parameter.Michael Meeks1-4/+7
2018-01-22wsd: avoid misleading socket error logsAshod Nakashian1-2/+2
2017-04-10wsd: don't call virtuals in dtorsAshod Nakashian1-2/+2
2017-04-05assert(isCorrectThread()) -> assertCorrectThread().Jan Holesovsky1-7/+7
2017-03-30Cleanup whitespace, return is not a function.Michael Meeks1-6/+2
2017-03-26wsd: improved socket loggingAshod Nakashian1-1/+1
2017-03-20wsd: close socket when WS close handshake is completeAshod Nakashian1-0/+3
2017-03-17Unify and simplify timeout and poll events setup.Michael Meeks1-3/+9
2017-03-15wsd: SSL logging improvementAshod Nakashian1-1/+3
2017-03-15wsd: Socket stores SocketHandler shared_ptrAshod Nakashian1-1/+1
2017-03-13wsd: more informative SSL error loggingAshod Nakashian1-2/+26
2017-03-10Fix remaining -Werror,-Winconsistent-missing-override warningsMiklos Vajna1-2/+2
2017-03-10nb: loggingAshod Nakashian1-2/+2
2017-03-10nb: Perform the socket shutdown asynchronously after the data is served.Jan Holesovsky1-2/+8
2017-03-10nb: serve files synchronouslyAshod Nakashian1-1/+1
2017-03-10Tie sockets to threads, and assert that we're being used in the right one.Michael Meeks1-0/+12
2017-03-10config.h - get includes right: must always be the first include.Michael Meeks1-2/+0
2017-03-10nb: ReadOrWrite -> NeitherAshod Nakashian1-3/+3
2017-03-10nb: log more socket activityAshod Nakashian1-0/+6
2017-03-10nb: shutdown socket after file-servingAshod Nakashian1-1/+1
2017-03-10nb: StreamSocket takes ownership of SocketHandler instanceAshod Nakashian1-2/+2
2017-03-10nb: Abstract WebSocketHandler.Jan Holesovsky1-1/+1
2017-03-10nb: SimpleResponseClient is a client, not a socket I guess.Jan Holesovsky1-31/+27
2017-03-10nb: Let's avoid too much abstraction.Jan Holesovsky1-5/+5
2017-03-10nb: de-templatize ServerSocketAshod Nakashian1-1/+1
2017-03-10nb: move SslStreamSocket to own fileAshod Nakashian1-0/+246