summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2023-05-19LibCore: Migrate Command from Deprecated{File,String}Ben Wiederhake
2023-05-19LibCore: Explicitly mark HashMap copyBen Wiederhake
2023-05-19LibCore: Remove recursive copy API from DeprecatedFileBen Wiederhake
2023-05-17Kernel+Userland: Split bind-mounting and re-mounting from mount syscallLiav A
2023-05-17LibCore: Cancel jobs on event loop exitkleines Filmröllchen
2023-05-16LibCore: Support the WebM file extension when determining MIME typeTimothy Flynn
2023-05-15LibCore: Remove DeprecatedFile::read_linkBen Wiederhake
2023-05-15LibCore: Use StringView in Object::find_{child,descendant}_of_type_namedKarol Kosek
2023-05-14LibCore: Remove standard I/O from DeprecatedFileBen Wiederhake
2023-05-13Userland: Allow our access check to pass flags to faccessat syscallFabian Dellwing
2023-05-13LibCore: Remove unused API from DeprecatedFileBen Wiederhake
2023-05-13Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.hBen Wiederhake
2023-05-09AK: Add `OutputBufferedStream`Lucas CHOLLET
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-04-30LibCore: Implement integral ArgsParser positionals through a templateFabian Dellwing
2023-04-30LibCore: Add support for short integral type to ArgsParserFabian Dellwing
2023-04-27LibCore+file: Factorize code to detect mime-type from bytes of a fileLucas CHOLLET
2023-04-26LibCore: Remove unused EventLoopManager::wake()Andreas Kling
2023-04-26LibCore: Move post_event() back to EventLoopImplementationAndreas Kling
2023-04-25LibCore: Include sys/ucred.h in System.h for FreeBSDnipos
2023-04-25LibCore: Remove unused cruft in EventLoop.hAndreas Kling
2023-04-25LibCore+Ladybird: Add EventLoopManager interface for persistent stateAndreas Kling
2023-04-25Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loopAndreas Kling
2023-04-25LibCore: Add a hook for custom construction of EventLoopImplementationAndreas Kling
2023-04-25LibCore: Big first step towards pluggable Core::EventLoopAndreas Kling
2023-04-25Userland: Remove serialize-to-JSON functions only used for InspectorAndreas Kling
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-25LibCore: Remove unused EventLoop::Private::lockAndreas Kling
2023-04-25LibCore: Remove unused "client ID" from InspectorServerConnectionAndreas Kling
2023-04-25LibCore: Remove some unnecessary includes from EventLoop.hAndreas Kling
2023-04-25LibCore: Move deferred_invoke() implementation out of lineAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-25LibCore: Move event queueing to a per-thread event queueAndreas Kling
2023-04-25LibCore: Remove unused EventLoop::wake_current()Andreas Kling
2023-04-25LibCore: Remove awkward EventLoop::wake_once() APIAndreas Kling
2023-04-24Kernel: Allow configuring a Jail to not impose PID isolation restrictionLiav A
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-04-21Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes`Tim Schumacher
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-01LibCore: Remove colons from markdown header names in ArgsParserTim Ledbetter
2023-03-31LibCore: Don't assume ArgsParser arguments are non-emptyAli Mohammad Pur
2023-03-27LibCore: Add DateTime::to_string()Sam Atkins
2023-03-24LibCore: Get the environment in Core::Process::spawn() on macOSMacDue
2023-03-24LibCore: Add KeepAsChild option to Core::Process::spawn()MacDue
2023-03-24LibCore: Fix memory leak in Core::Process::spawn()MacDue
2023-03-21LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`Cameron Youell
2023-03-21LibCore: Remove all unused `DeprecatedFile` functionsCameron Youell
2023-03-21LibCore: Add ErrorOr wrapper for `utimensat`Cameron Youell
2023-03-21LibCore: Set tm_isdst to a negative value before invoking mktimeTimothy Flynn