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-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