index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibCore
Age
Commit message (
Expand
)
Author
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
Tests: Remove the 10KB file read test for AllocatingMemoryStream
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-20
LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of()
Ali Mohammad Pur
2023-01-19
LibCore: Make the FileWatcher test resilient against outside events
Timothy Flynn
2023-01-19
LibCore: Let offset-related Stream functions return an unsigned value
Tim Schumacher
2023-01-18
LibCore: Implement FileWatcher for Linux
Timothy Flynn
2023-01-17
LibCore: Do short forward seeks by discarding bytes from the buffer
Tim Schumacher
2023-01-17
LibCore: Calculate the correct seek offset for buffered streams
Tim Schumacher
2023-01-14
LibCore: Add `AllocatingMemoryStream::offset_of`
Tim Schumacher
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-10
LibCore: Add `{Big,Little}EndianOutputBitStream`
Tim Schumacher
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-20
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
Alexander Narsudinov
2022-12-15
LibCore: Add an automatically allocating MemoryStream
Tim Schumacher
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Remove `Stream::is_{readable,writable}`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-07-27
LibCore: Implement four-digit modes for `FilePermissionsMask` parsing
Tim Schumacher
2022-07-27
LibCore: Implement the 'X' modifier into `FilePermissionMask`
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-21
LibCore: Introduce SharedSingleProducerCircularQueue
kleines Filmröllchen
2022-04-16
LibCore+Everywhere: Make Core::Stream read_line() return StringView
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-02-16
LibCore+Tests: Add SeekableStream::truncate()
Sam Atkins
2022-02-14
LibCore+Tests: Remove Core::UDPSocket :^)
sin-ack
2022-02-06
LibCore+Userland: Remove Core::TCPSocket :^)
sin-ack
2022-02-06
LibCore: Remove Core::LocalSocket :^)
sin-ack
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibCore: Improve handling of parsing errors in FilePermissionsMask
Xavier Defrang
2022-01-24
LibCore: Restore support for multiple symbolic classes
Xavier Defrang
2022-01-23
LibCore: Allow EventLoops to run on multiple threads safely
kleines Filmröllchen
2022-01-20
Tests: Add should_error_when_connection_fails test to TestLibCoreStream
sin-ack
2022-01-20
Tests: Fix the TestLibCoreStream local_socket_write test
sin-ack
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-14
Tests: Remove some temporary files when finished using them
Andreas Kling
2022-01-13
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
sin-ack
2022-01-01
LibCore: Add FilePermissionsMask
Xavier Defrang
2022-01-01
Tests/LibCore: Add regression test for the read_until_any_of OOB read
Daniel Bertalan
2021-12-28
LibCore: Fix race conditions in TestLibCoreStream
Andreas Kling
[next]