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
2021-11-22
LibCore: Let ArgsParser::parse() accept Main::Arguments
Mustafa Quraish
2021-11-20
LibCore: Fix `LocalSocket.cpp` build on FreeBSD
qiu-x
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-16
LibCore: Don't include crypt.h in Account.cpp on FreeBSD
Benjamin S Osenbach
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-11-08
LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcher
Andreas Kling
2021-11-08
LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::Account
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::get_password()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::size()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::link_file()
Andreas Kling
2021-11-08
AK: Bring AK::Error into the global namespace
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-04
Base+LibCore: Store booleans in human-readable format
Ben Wiederhake
2021-11-04
LibCore: Trim trailing whitespaces from ConfigFile values
Tor-björn Claesson
2021-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
AK+WindowServer: Remove did_construct() framework used only once
Ben Wiederhake
2021-11-02
LibCore: Add REGISTER_ABSTRACT_CORE_OBJECT
thislooksfun
2021-11-02
LibCore+LibGUI: Make ObjectClassRegistration::construct() nullable
thislooksfun
2021-11-01
LibCore: Make ArgsParser '--help' description more general
Ben Wiederhake
2021-11-01
LibCore: Enable emitting markdown from ArgsParser
Ben Wiederhake
2021-10-30
LibCore: Fix off-by-one in DateTime::{create,set_time} day default arg
Linus Groh
2021-10-28
LibCore: Add ElapsedTimer::reset()
Jelle Raaijmakers
2021-10-25
LibCore: Add File::size()
Leandro Pereira
2021-10-24
LibCore: Pop the main Core::EventLoop off the stack when destroyed
Andreas Kling
2021-10-23
LibCore: Add ignored options to ArgsParser
Jean-Baptiste Boric
2021-10-19
LibCore: Avoid buffer overrun when invoking crypt() with a SecretString
Timothy Flynn
2021-10-19
LibCore: Change Account::set_password to take a SecretString
Timothy Flynn
2021-10-09
LibCore: Display the correct allocation size in the debug line
Karol Kosek
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-04
LibCore: Add a Socket::set_idle() API that turns the notifiers on/off
Ali Mohammad Pur
2021-10-04
LibCore: Allow reads smaller than the buffered data size in IODevice
Ali Mohammad Pur
2021-09-30
LibHTTP: Respect the 'Connection: close' header on keep-alive jobs
Ali Mohammad Pur
2021-09-27
LibCore: Buffer small byte reads
Karol Kosek
2021-09-27
LibCore: Add optional custom read size argument in populate_read_buffer
Karol Kosek
2021-09-25
LibCore: Add Core::EventLoop::spin_until(Function<bool()>)
Andreas Kling
2021-09-19
LibCore: Don't double-check select() in Socket's read notifier callback
Ali Mohammad Pur
2021-09-19
LibCore+RequestServer: Ignore callbacks for cancelled network jobs
Ali Mohammad Pur
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-13
LibCore: Switch to AK::secure_zero instead of platform specific APIs
Brian Gianforcaro
2021-09-12
LibCore: Add factory to create and start a new ElapsedTimer
Brian Gianforcaro
2021-09-12
Core/SecretString: Use `memset_s` instead of `explicit_bzero` on MacOS
Mustafa Quraish
2021-09-12
AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__
Brian Gianforcaro
2021-09-12
LibCore: Enable elapsed time as AK::Time on a ElapsedTimer
Brian Gianforcaro
[prev]
[next]