summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::size()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::link_file()Andreas Kling
2021-11-08AK: Bring AK::Error into the global namespaceAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-11-04Base+LibCore: Store booleans in human-readable formatBen Wiederhake
2021-11-04LibCore: Trim trailing whitespaces from ConfigFile valuesTor-björn Claesson
2021-11-02Libraries: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02AK+WindowServer: Remove did_construct() framework used only onceBen Wiederhake
2021-11-02LibCore: Add REGISTER_ABSTRACT_CORE_OBJECTthislooksfun
2021-11-02LibCore+LibGUI: Make ObjectClassRegistration::construct() nullablethislooksfun
2021-11-01LibCore: Make ArgsParser '--help' description more generalBen Wiederhake
2021-11-01LibCore: Enable emitting markdown from ArgsParserBen Wiederhake
2021-10-30LibCore: Fix off-by-one in DateTime::{create,set_time} day default argLinus Groh
2021-10-28LibCore: Add ElapsedTimer::reset()Jelle Raaijmakers
2021-10-25LibCore: Add File::size()Leandro Pereira
2021-10-24LibCore: Pop the main Core::EventLoop off the stack when destroyedAndreas Kling
2021-10-23LibCore: Add ignored options to ArgsParserJean-Baptiste Boric
2021-10-19LibCore: Avoid buffer overrun when invoking crypt() with a SecretStringTimothy Flynn
2021-10-19LibCore: Change Account::set_password to take a SecretStringTimothy Flynn
2021-10-09LibCore: Display the correct allocation size in the debug lineKarol Kosek
2021-10-08Libraries: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-04LibCore: Add a Socket::set_idle() API that turns the notifiers on/offAli Mohammad Pur
2021-10-04LibCore: Allow reads smaller than the buffered data size in IODeviceAli Mohammad Pur
2021-09-30LibHTTP: Respect the 'Connection: close' header on keep-alive jobsAli Mohammad Pur
2021-09-27LibCore: Buffer small byte readsKarol Kosek
2021-09-27LibCore: Add optional custom read size argument in populate_read_bufferKarol Kosek
2021-09-25LibCore: Add Core::EventLoop::spin_until(Function<bool()>)Andreas Kling
2021-09-19LibCore: Don't double-check select() in Socket's read notifier callbackAli Mohammad Pur
2021-09-19LibCore+RequestServer: Ignore callbacks for cancelled network jobsAli Mohammad Pur
2021-09-19RequestServer+LibHTTP+LibGemini: Cache connections to the same hostAli Mohammad Pur
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-13LibCore: Switch to AK::secure_zero instead of platform specific APIsBrian Gianforcaro
2021-09-12LibCore: Add factory to create and start a new ElapsedTimerBrian Gianforcaro
2021-09-12Core/SecretString: Use `memset_s` instead of `explicit_bzero` on MacOSMustafa Quraish
2021-09-12AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__Brian Gianforcaro
2021-09-12LibCore: Enable elapsed time as AK::Time on a ElapsedTimerBrian Gianforcaro
2021-09-12LibCore: Make Account::authenticate take a SecretStringBrian Gianforcaro
2021-09-12LibCore: Make get_password return SecretString instead of StringBrian Gianforcaro
2021-09-12LibCore: Add SecretString, a buffer that is zero'd on destructionBrian Gianforcaro
2021-09-12LibCore: Fix link_file inverting src and dst paths on duplicate namesCallum Walker
2021-09-11Everywhere: Fix format-vulnerabilitiesBen Wiederhake
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-02LibCore: Refactor a version-reading utilityMahmoud Mandour
2021-09-02LibCore+LibGUI: Define a Serenity version in LibCoreMahmoud Mandour
2021-09-02LibCore: Remove deferred_invoke overload with Object& parametersin-ack
2021-09-02LibCore+Userland: Implement Core::deferred_invokesin-ack