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
/
LibCore
Age
Commit message (
Expand
)
Author
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-28
LibCore: Make ArgsParser tolerate Main::Arguments with only .strings
Ali Mohammad Pur
2023-02-25
LibCore+Utilities: Replace uses of strpbrk with find_any_of()
Andrew Kaster
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-24
LibGfx: Add scaffolding for a webp decoder
Nico Weber
2023-02-20
LibCore: Add support for NetBSD in anon_create
nipos
2023-02-20
LibCore: Enable file descriptor passing on all BSDs
nipos
2023-02-20
LibCore: All BSDs need sig_t instead of sighandler_t
nipos
2023-02-20
LibCore: Implement socket credentials for NetBSD
nipos
2023-02-16
LibCore: Add `MappedFile::map_from_file()`
Lucas CHOLLET
2023-02-16
LibCore: Allow `MappedFile` to make `File` leak its fd
Lucas CHOLLET
2023-02-16
LibCore: Forward declare `MappedFile`
Lucas CHOLLET
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
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-02-10
LibCore: Fix wrong call to stat on the Core::System::lstat method
Liav A
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-08
AK: Remove the deprecated Stream implementation :^)
Tim Schumacher
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
LibCore: Propagate errors in SecretString
Undefine
2023-02-05
LibC+LibCore: Remove serenity_setenv()
MacDue
2023-02-05
LibCore+LibC: Add putenv() wrapper
MacDue
2023-02-05
LibCore: Add const qualifier to exec() argument spans
MacDue
2023-02-04
AK: Make `SeekableStream::truncate()` take a `size_t`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move buffered 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-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-26
LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-25
LibCore: Add nice get/set_process_name() wrappers in Core::Process
Sam Atkins
2023-01-24
LibCore: Implement File::can_delete_or_move()
Karol Kosek
2023-01-24
LibCore: Add support for non-trivial types to `Stream::*_value`
Tim Schumacher
2023-01-20
LibCore: Remove `FileStream`
Tim Schumacher
2023-01-20
LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of()
Ali Mohammad Pur
2023-01-20
LibCore: Add MIME type string for TGA files
Liav A
2023-01-20
LibCore: Return StringView from guess_mime_type_based_on_filename method
Liav A
2023-01-19
LibCore: Implement FileWatcher for macOS
Timothy Flynn
2023-01-19
LibCore: Allow subclassing FileWatcher
Timothy Flynn
2023-01-19
LibCore: Let offset-related Stream functions return an unsigned value
Tim Schumacher
2023-01-19
LibCore: Return `EBADF` on unsupported stream operations
Tim Schumacher
2023-01-18
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
Timothy Flynn
2023-01-18
Userland: Add missing limits.h header includes
Timothy Flynn
2023-01-18
LibCore: Implement FileWatcher for Linux
Timothy Flynn
[prev]
[next]