summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
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
2022-02-13LibCore: Add syscall wrapper for profiling_enable()rvictorr
2022-02-10LibCore: Convert AnonymousBuffer to use System::anon_createkleines Filmröllchen
2022-02-10LibCore/System: Add anon_create syscall wrapperkleines Filmröllchen
2022-02-08LibCore: Make BufferedHelper::read() block at most once per readAli Mohammad Pur
2022-02-07LibGUI: Move GML parsing and formatting to new ASTkleines Filmröllchen
2022-02-06LibCore+Userland: Remove Core::TCPSocket :^)sin-ack
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-02-06LibCore: Stop buffering when a zero-size slice is read regardless of EOFAli Mohammad Pur
2022-02-06LibCore: Rewrite BufferedStream::read_until_any_of() with memmemAli Mohammad Pur
2022-02-06LibCore: Make sure BufferedSocket takes the buffer into accountAli Mohammad Pur
2022-02-06LibCore: Add Core::Stream::Socket::set_notifications_enabled()Ali Mohammad Pur
2022-02-06LibCore: Take StringViews by value in Stream::* function argumentsAli Mohammad Pur
2022-02-06LibCore: Add a pure virtual parent to Core::Stream::BufferedSocket<T>Ali Mohammad Pur
2022-02-06LibCore: Remove Core::LocalSocket :^)sin-ack
2022-02-06LibCore: Use Core::Stream::LocalSocket in InspectorServerConnectionsin-ack
2022-02-06LibCore: Use SystemServerTakeover functionality in LocalServersin-ack
2022-02-06LibCore: Implement LocalSocket::release_fdsin-ack