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-13
LibCore+Userland: Make Promise's on_resolve fallible
kleines Filmröllchen
2023-03-13
LibCore: Add a constructor that sets the parent object
kleines Filmröllchen
2023-03-13
LibCore: Allow EventLoop to manage and cancel promises
kleines Filmröllchen
2023-03-13
LibCore+Userland: Allow canceling promises
kleines Filmröllchen
2023-03-13
LibCore: Add Promise to the forward declare header
kleines Filmröllchen
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-10
Base+Userland: Add support for QOA files everywhere
kleines Filmröllchen
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
LibCore: Use fallible versions of StringBuilder::append in MimeData
Karol Baraniecki
2023-03-09
LibCore: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
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
[next]