summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
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
2022-02-06LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCoresin-ack
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-28Userland: Fix unnecessary heap allocation of singleton objectsDaniel Bertalan
2022-01-28LibCore: Change DateTime format strings to be StringViewsTimothy Flynn
2022-01-28LibCore: Remove time zone from default format stringTimothy Flynn
2022-01-25LibCore: Support (and use) DateTime string formatting of the form %ZTimothy Flynn
2022-01-25LibCore: Support DateTime string formatting of the form %:zTimothy Flynn
2022-01-25LibCore: Support DateTime string formatting of the form %zTimothy Flynn
2022-01-25LibCore: Make Core::s_main_event_loop actually globalAndreas Kling
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-24LibCore: Add mkfifo() syscall wrapperKenneth Myhra
2022-01-24LibCore: Add mknod() syscall wrapperKenneth Myhra
2022-01-24LibCore: Improve handling of parsing errors in FilePermissionsMaskXavier Defrang
2022-01-24LibCore: Restore support for multiple symbolic classesXavier Defrang
2022-01-23LibCore+LibC: Enforce the global event loop ban in codekleines Filmröllchen
2022-01-23LibCore: Fix signal handling race condition in EventLoopkleines Filmröllchen
2022-01-23LibCore: Create wake pipe on each threadkleines Filmröllchen
2022-01-23LibCore: Allow EventLoops to run on multiple threads safelykleines Filmröllchen
2022-01-23LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUGNico Weber
2022-01-23LibCore: Print the actual errno if sysbeep failedLiav A
2022-01-22LibCore: Add syscall wrapper for umount()Federico Guerinoni
2022-01-22LibCore: Populate the read buffer of Core::Stream::BufferedHelperkleines Filmröllchen
2022-01-22LibCore: Introduce MemoryStreamkleines Filmröllchen