summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2022-04-29LibCore: Simplify conditional logic in SharedCircularQueueJelle Raaijmakers
2022-04-27LibCore: Remove fixed EventLoop FIXMEJelle Raaijmakers
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-27LibCore: Remove unused `EventLoop::is_main_event_loop()`Jelle Raaijmakers
2022-04-27LibCore: Fix typo in `EventLoop` commentJelle Raaijmakers
2022-04-23Kernel+LibC+LibCore: Implement the unlinkat(2) syscallsin-ack
2022-04-21LibCore: Output invalid DateTime::to_string() specifiers as literalsSam Atkins
2022-04-21LibCore: Introduce SharedSingleProducerCircularQueuekleines Filmröllchen
2022-04-18LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1Sam Atkins
2022-04-16LibCore+LibIPC: Make Core::Stream read_without_waiting() return BytesSam Atkins
2022-04-16LibCore+Everywhere: Make Core::Stream read_line() return StringViewSam Atkins
2022-04-16LibCore+Everywhere: Make Core::Stream read_until() return BytesSam Atkins
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
2022-04-15LibC+LibCore: Change a.m./p.m. to AM/PMcflip
2022-04-15LibC+LibCore: Properly format 12-hour formatted hourscflip
2022-04-13LibCore: Add an optional permissions mask to Directory::create()Sam Atkins
2022-04-13LibCore: Prevent infinite recursion in Directory::ensure_directory()Sam Atkins
2022-04-11LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)`Sam Atkins
2022-04-11LibCore: Add a wrapper for execvpe() and friendsSam Atkins
2022-04-11LibCore+Userland: Remove File::ensure_parent_directorieskleines Filmröllchen
2022-04-11LibCore: Automatically create config directories if necessarykleines Filmröllchen
2022-04-11LibCore: Introduce Directorykleines Filmröllchen
2022-04-11LibCore: Add openat() syscall wrapper and improve open's implementationkleines Filmröllchen
2022-04-11LibCore: Extract Stream::OpenMode conversion helper into static functionkleines Filmröllchen
2022-04-09pro: Accept an optional proxy to tunnel the download throughAli Mohammad Pur
2022-04-09LibCore+RequestServer: Add support for SOCKS5 proxiesAli Mohammad Pur
2022-04-06LibCore+Base: Hide empty options sections in manpagessin-ack
2022-04-06LibCore+Base: Add way to hide ArgsParser opt.s from specific usage textssin-ack
2022-04-03Userland: Remove a few gratuitous IPC namespace qualifiersValtteri Koskivuori
2022-04-03LibCore: Turn size properties from an object into a size 2 arraykleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29LibCore: Add syscall wrapper for access()Kenneth Myhra
2022-03-28LibCore: Set the correct invariant length for consecutive short optionsAli Mohammad Pur
2022-03-27Everywhere: Rename CommandResult stdout, stderr members to output, errorBrian Gianforcaro
2022-03-27LibCore: Add Vector<size_t> variant of add_option()Kenneth Myhra
2022-03-26LibCore: Allow marking options as 'hidden' in ArgsParserAli Mohammad Pur
2022-03-26Shell+LibCore: Provide argument help strings as display triviaAli Mohammad Pur
2022-03-26LibCore: Make ArgsParser perform some completion if passed --completeAli Mohammad Pur
2022-03-25LibCore: Fix enum copy mistakes in REGISTER_TEXT_ALIGNMENT_PROPERTYkleines Filmröllchen
2022-03-25LibCore: Make EventLoop connect to InspectorServer if requestedkleines Filmröllchen
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-22LibCore: Add Core::System::drop_privileges()Brian Gianforcaro
2022-03-19LibCore: Add text/css mime typeMaciej
2022-03-19LibCore: Add some extensions that are text/plainMaciej
2022-03-19LibCore: Make application/octet-stream the default guessed MIME typeMaciej
2022-03-19LibCore: Add File::ensure_directories()Tim Schumacher
2022-03-19LibCore: Change class_name to use StringView instead of char const*Lenny Maiorani
2022-03-18Everywhere: Deduplicate day/month name constantsLenny Maiorani
2022-03-13LibCore: Use timing_safe_compare to compare password hash valuesBrian Gianforcaro
2022-03-13LibCore: Use altzone for the current time zone offset during DSTTimothy Flynn