index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibTLS
/
Socket.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-19
LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans
Andreas Kling
2020-12-13
LibTLS: TLSv12::read_line() should chomp result string
Andreas Kling
2020-12-13
LibCore: Make IODevice::read_line() return a String
Andreas Kling
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-07-21
LibTLS: Reschedule the timeout if we're too slow
AnotherTest
2020-05-30
LibTLS: Avoid busy-wait between ClientHello and ServerHello
AnotherTest
2020-05-26
LibTLS: Put lots of debug spam behind TLS_DEBUG
Andreas Kling
2020-05-21
LibTLS: Do not call on_tls_finished until the client has read app data
AnotherTest
2020-05-19
LibTLS: Only try to flush data when needed
AnotherTest
2020-05-18
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
Andreas Kling
2020-05-03
LibTLS: "Properly" handle the server dropping the connection
AnotherTest
2020-05-02
LibTLS: Split TLSv12 to sensible categorical files
AnotherTest