summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
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
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-08-28LibCore: Store ObjectRegistration names as StringViewsAndrew Kaster
2021-08-26LibCore: Add Core::EventLoop::has_been_instantiated()Andreas Kling
2021-08-24LibCore: Set file offset in ConfigFile::syncRalf Donau
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22LibCore: Convert ConfigFile to east constnetworkException
2021-08-22LibCore: Support using a file descriptor for opening ConfigFilenetworkException
2021-08-20LibCore: Show version and help before parsing positional argumentsTheFightingCatfish
2021-08-20LibCore: Make Core::File::open() return OSError in case of failureAndreas Kling
2021-08-19LibCore: Fix build error in File.cpp on macOSfladd
2021-08-19LibCore: Make DateTime's members signedIdan Horowitz
2021-08-18LibCore: Implement preserve flag for file/directory copyJean-Baptiste Boric
2021-08-15LibCore: Move EventLoop to AK::TimeBrian Gianforcaro
2021-08-15LibCore: Make --version print same version as in LibGUI's About dialogsNico Weber
2021-08-15LibCore: Include math.h instead of defining isnan() in ArgsParser.cppNico Weber
2021-08-14LibCore: Add --version flag to ArgsParserNico Weber
2021-08-13LibCore+LibHTTP: Check the status of the socket after EINPROGRESSbrapru
2021-08-08Everywhere: Replace AK::Singleton => SingletonAndreas Kling
2021-08-06LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOSAndreas Kling
2021-08-06LibCore: Add Core::Process::spawn()Andreas Kling
2021-08-01LibCore: Remove unused header includesBrian Gianforcaro
2021-07-29LibCore: Support registration of TextWrapping propertiessin-ack
2021-07-29LibCore: Prevent LockFile fd from leaking into child processPeter Elliott
2021-07-22LibCore: Add LockFile, a filesystem based mutexPeter Elliott
2021-07-18Everywhere: Make tracking cpu usage independent from system ticksTom
2021-07-18Everywhere: Improve CPU usage calculationTom