Andreas Kling
|
27a294547d
LibTLS: Add segmentation to the application buffer to avoid memcpy churn
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Andrew Kaster
|
baa26d10a8
LibTLS: Retry sending in TLSv12::flush() on EAGAIN or EINTR
|
1 年之前 |
Lucas CHOLLET
|
9581fe1d7d
LibTLS: Remove unused methods
|
2 年之前 |
stelar7
|
5853d9642a
LibTLS: Move AlertDescription to Extensions.h
|
2 年之前 |
stelar7
|
611a235a52
LibTLS: Rename AlertLevel Critial to FATAL
|
2 年之前 |
stelar7
|
082e64e167
LibTLS: Rename MessageType to ContentType
|
2 年之前 |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 年之前 |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 年之前 |
Sam Atkins
|
a8cf0c9371
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 年之前 |
Matthias Zimmerman
|
c10d48b72c
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
|
3 年之前 |
Sam Atkins
|
3b1e063d30
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
3 年之前 |
Ali Mohammad Pur
|
bd5403adf1
LibTLS: Mark the underlying stream as nonblock
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Ali Mohammad Pur
|
aafc451016
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
|
3 年之前 |
Ali Mohammad Pur
|
524381aa78
LibTLS: Mark the socket as idle after a TLS-level disconnection
|
3 年之前 |
Ali Mohammad Pur
|
e8891e6d56
LibTLS: Remove useless ByteBuffer allocation in TLSv12::read_line()
|
3 年之前 |
Ali Mohammad Pur
|
ab46864674
LibTLS: Split large application data packets into chunks
|
3 年之前 |
Ali Mohammad Pur
|
3d24850db5
LibTLS: Mark the connection as finished and disconnected on TLS error
|
3 年之前 |
Ali Mohammad Pur
|
d3ea0818f3
LibTLS: Don't close the underlying socket on EOF
|
3 年之前 |
Ali Mohammad Pur
|
f4d3c54c12
LibTLS: Close the underlying socket on EOF
|
3 年之前 |
Brian Gianforcaro
|
b61eff8730
Revert "LibTLS: Close the underlying socket on EOF"
|
3 年之前 |
Ali Mohammad Pur
|
e5fde795e0
LibTLS: Increase the maximum socket read size to 4MiB
|
3 年之前 |
Ali Mohammad Pur
|
23febbed41
LibTLS: Close the underlying socket on EOF
|
3 年之前 |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年之前 |
sin-ack
|
8ea22121ac
Userland: Migrate to argument-less deferred_invoke
|
3 年之前 |
Brian Gianforcaro
|
18d6f9ed5c
Libraries: Remove unused header includes
|
4 年之前 |
Ali Mohammad Pur
|
2a7cb4fe42
LibTLS: Ensure that on_tls_finished is called only once
|
4 年之前 |