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-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
LibCore: Don't use DT_WHT in DirectoryEntry on OpenBSD
nipos
2023-03-05
LibCore: Introduce a new directory iteration API
Sam Atkins
2023-03-05
LibCore: Remove unused Directory::create_iterator() method
Sam Atkins
2023-03-05
LibCore: Expose Directory file descriptor
Sam Atkins
2023-03-05
LibCore: Ensure that Directory always has a path
Sam Atkins
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
LibCore: Expose file type from DirIterator
Sam Atkins
2023-03-05
Kernel+Userland: Add support for using the PCSpeaker with various tones
Liav A
2023-03-04
LibCore: Add support for Solaris in anon_create
nipos
2023-03-04
LibCore: Don't use execvpe on Solaris
nipos
2023-03-04
LibCore: Refer to type utsname as struct on Solaris
nipos
2023-03-04
LibCore: Use non-const char * for sethostname on Solaris
nipos
2023-03-04
LibCore: Implement socket credentials for Solaris
nipos
2023-03-04
LibCore: Include sys/filio.h for file-related ioctls on Solaris
nipos
2023-03-04
LibCore: Use SIG_TYP instead of sig_t for signals on Solaris
nipos
2023-03-03
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
Andreas Kling
2023-03-01
LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)
Ali Mohammad Pur
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
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
[next]