summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
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
2021-07-15LibCore+LibIMAP: Move Promise to LibCoreTimothy
2021-07-14LibCore: Convert File to east-const styleTimothy
2021-07-14LibCore: Add File method to determine absolute pathTimothy
2021-07-14LibCore: Add File method to determine current working directoryTimothy
2021-07-14LibCore: Generate new passwd file by checking pw_namebrapru
2021-07-14LibCore: Add setters for all user account propertiesbrapru
2021-07-12LibCore: Implement File::is_link()Ariel Don
2021-07-12LibCore: Tolerate misaligned addresses in struct hostentAndrew Kaster
2021-07-09LibCore: Add ability to not read shadow data for AccountJean-Baptiste Boric
2021-07-09LibCore: Implement Account::self()Jean-Baptiste Boric
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-08LibCore: Remove overly informal language in ArgsParser error messageAndreas Kling
2021-07-07LibCore: Make Core::AnonymousBuffer moveableAndreas Kling
2021-07-07LibCore: Add unsigned option to ArgsParserAziz Berkay Yesilyurt
2021-07-04LibCore: Add method to leak fd from FileTimothy
2021-07-03LibCore: Avoid duplicate '/' in DirIterator::next_full_path()Andreas Kling
2021-07-01LibCore: Add peer pid retrieval for LocalSocketTimothy
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli