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-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
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-08-28
LibCore: Store ObjectRegistration names as StringViews
Andrew Kaster
2021-08-26
LibCore: Add Core::EventLoop::has_been_instantiated()
Andreas Kling
2021-08-24
LibCore: Set file offset in ConfigFile::sync
Ralf Donau
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
LibCore: Convert ConfigFile to east const
networkException
2021-08-22
LibCore: Support using a file descriptor for opening ConfigFile
networkException
2021-08-20
LibCore: Show version and help before parsing positional arguments
TheFightingCatfish
2021-08-20
LibCore: Make Core::File::open() return OSError in case of failure
Andreas Kling
2021-08-19
LibCore: Fix build error in File.cpp on macOS
fladd
2021-08-19
LibCore: Make DateTime's members signed
Idan Horowitz
2021-08-18
LibCore: Implement preserve flag for file/directory copy
Jean-Baptiste Boric
2021-08-15
LibCore: Move EventLoop to AK::Time
Brian Gianforcaro
2021-08-15
LibCore: Make --version print same version as in LibGUI's About dialogs
Nico Weber
2021-08-15
LibCore: Include math.h instead of defining isnan() in ArgsParser.cpp
Nico Weber
2021-08-14
LibCore: Add --version flag to ArgsParser
Nico Weber
2021-08-13
LibCore+LibHTTP: Check the status of the socket after EINPROGRESS
brapru
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-06
LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOS
Andreas Kling
2021-08-06
LibCore: Add Core::Process::spawn()
Andreas Kling
2021-08-01
LibCore: Remove unused header includes
Brian Gianforcaro
2021-07-29
LibCore: Support registration of TextWrapping properties
sin-ack
2021-07-29
LibCore: Prevent LockFile fd from leaking into child process
Peter Elliott
2021-07-22
LibCore: Add LockFile, a filesystem based mutex
Peter Elliott
2021-07-18
Everywhere: Make tracking cpu usage independent from system ticks
Tom
2021-07-18
Everywhere: Improve CPU usage calculation
Tom
[next]