index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibTLS
/
Socket.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-06-13
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
Matthias Zimmerman
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-09
LibTLS: Mark the underlying stream as nonblock
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-01-08
LibTLS: Mark the socket as idle after a TLS-level disconnection
Ali Mohammad Pur
2021-10-10
LibTLS: Remove useless ByteBuffer allocation in TLSv12::read_line()
Ali Mohammad Pur
2021-10-03
LibTLS: Split large application data packets into chunks
Ali Mohammad Pur
2021-09-28
LibTLS: Mark the connection as finished and disconnected on TLS error
Ali Mohammad Pur
2021-09-19
LibTLS: Don't close the underlying socket on EOF
Ali Mohammad Pur
2021-09-16
LibTLS: Close the underlying socket on EOF
Ali Mohammad Pur
2021-09-16
Revert "LibTLS: Close the underlying socket on EOF"
Brian Gianforcaro
2021-09-15
LibTLS: Increase the maximum socket read size to 4MiB
Ali Mohammad Pur
2021-09-15
LibTLS: Close the underlying socket on EOF
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-06-28
LibTLS: Ensure that on_tls_finished is called only once
Ali Mohammad Pur
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-23
LibTLS: Call the read hooks after processing messages too
Ali Mohammad Pur
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
LibTLS: Make the TLS connection options user-configurable
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling