summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
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
2022-03-10LibCore: Verify that EventLoop is initialized in its static APIjavabird25
2022-03-10Libraries: Use default constructors/destructors in LibCoreLenny Maiorani
2022-03-08LibCore: Do not skip dotfiles when copying directories recursivelyDaniel Bertalan
2022-03-08LibCore: Add support for application/zip mime-typekimlintu
2022-03-08LibGfx: Add support for TextAlignment::TopCenter / BottomCenterVrins
2022-03-02LibCore: Add wrapper for posix_openpt(), grantpt() and unlockpt()Lucas CHOLLET
2022-03-02LibCore+LibC: Add wrapper for setenvLucas CHOLLET
2022-03-02LibCore: Add tcsetpgrp(int, pid_t) wrapperLucas CHOLLET
2022-03-02LibCore: Add killpg() wrapperLucas CHOLLET
2022-02-28LibCore: Add rmdir system call wrapperLenny Maiorani
2022-02-18Core: Remove non-existent classes from `Forward.h`James Puleo
2022-02-17ArgsParser: Add support for Optional<size_t>brapru
2022-02-17LibCore: Make FreeBSD build SerenityOSIsak Holmstrom
2022-02-17LibCore: Add FreeBSD as OpenBSD/Apple in System.cpp & System.hIsak Holmstrom
2022-02-16LibCore: Migrate ConfigFile to Core::Stream API :^)Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore: Create ConfigFiles with an already-open FileSam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16LibCore+Tests: Add SeekableStream::truncate()Sam Atkins
2022-02-16LibCore: Make ConfigFile parsing work for non-null-terminated stringsSam Atkins
2022-02-15LibCore: Exit get_next_timer_expiration() sooner if possibleAndreas Kling
2022-02-14LibCore: Remove Core::Socket :^)sin-ack
2022-02-14LibCore: Implement System::fchownsin-ack
2022-02-14LibCore+Tests: Remove Core::UDPSocket :^)sin-ack
2022-02-14LibCore: Add a timeout option to UDPSocket::connectsin-ack
2022-02-13LibCore: Allow event loops on other threads to wake upkleines Filmröllchen
2022-02-13LibCore: Fix event loop stacks on non-main threadskleines Filmröllchen
2022-02-13AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnullIdan Horowitz
2022-02-13LibCore: Add Darwin anon_create supportFiliph Sandström
2022-02-13LibCore: Add syscall wrapper for profiling_free_buffer()rvictorr
2022-02-13LibCore: Add syscall wrapper for profiling_disable()rvictorr