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
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
2021-12-27
LibCore+Services: Make TCPServer propagate errors
Sam Atkins
2021-12-16
Tests: Implement tests for the Serenity Stream API
sin-ack
2021-12-12
LibCore: Add support for range-based for loops on LineIterators
Sahan Fernando
2021-11-30
LibCore: Fix relative seeking in IODevice
Arne Elster
2021-11-26
Tests: Fix TestLibCoreArgsParser with add_positional_argument API change
Brian Gianforcaro
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-09-02
Tests: Add tests for Core::deferred_invoke
sin-ack
2021-08-20
LibCore: Make Core::File::open() return OSError in case of failure
Andreas Kling
2021-06-22
LibCore: Add unit test for File::read_line
coderdreams
2021-06-13
LibC: Make `getopt` modify `argv` again
Jelle Raaijmakers
2021-06-08
LibCore/ArgsParser: Learn how to stop on first non-option
Jelle Raaijmakers
2021-06-08
LibCore/ArgsParser: Add test suite
Jelle Raaijmakers
2021-05-12
Tests: Add InodeWatcher and FileWatcher tests
sin-ack