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-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2023-04-01
LibCore: Remove colons from markdown header names in ArgsParser
Tim Ledbetter
2023-03-31
LibCore: Don't assume ArgsParser arguments are non-empty
Ali Mohammad Pur
2023-03-27
LibCore: Add DateTime::to_string()
Sam Atkins
2023-03-24
LibCore: Get the environment in Core::Process::spawn() on macOS
MacDue
2023-03-24
LibCore: Add KeepAsChild option to Core::Process::spawn()
MacDue
2023-03-24
LibCore: Fix memory leak in Core::Process::spawn()
MacDue
2023-03-21
LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`
Cameron Youell
2023-03-21
LibCore: Remove all unused `DeprecatedFile` functions
Cameron Youell
2023-03-21
LibCore: Add ErrorOr wrapper for `utimensat`
Cameron Youell
2023-03-21
LibCore: Set tm_isdst to a negative value before invoking mktime
Timothy Flynn
2023-03-19
LibCore: Improve the `TempFile` wrapper
Caoimhe
2023-03-19
LibCore: Add syscall wrapper for `mkdtemp()`
Caoimhe
2023-03-17
Userland: Use more common WAV MIME type
kleines Filmröllchen
2023-03-16
LibCore: Add new REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-16
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
LibCore: Use length-checking stream reads and writes for SOCKS5
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
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
[next]