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-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
2021-09-12
LibCore: Make Account::authenticate take a SecretString
Brian Gianforcaro
2021-09-12
LibCore: Make get_password return SecretString instead of String
Brian Gianforcaro
2021-09-12
LibCore: Add SecretString, a buffer that is zero'd on destruction
Brian Gianforcaro
2021-09-12
LibCore: Fix link_file inverting src and dst paths on duplicate names
Callum Walker
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-02
LibCore: Refactor a version-reading utility
Mahmoud Mandour
2021-09-02
LibCore+LibGUI: Define a Serenity version in LibCore
Mahmoud Mandour
2021-09-02
LibCore: Remove deferred_invoke overload with Object& parameter
sin-ack
2021-09-02
LibCore+Userland: Implement Core::deferred_invoke
sin-ack
[next]