summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
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
2022-01-22LibCore: Introduce BigEndianInputBitStreamkleines Filmröllchen
2022-01-21LibCore: Parse classless symbolic notationJean-Baptiste Boric
2022-01-21LibCore: Do not leak FILE pointer in Group::add_group()Kenneth Myhra
2022-01-21LibCore: Use generic AK_OS_BSD_GENERIC to hide Group::add_group()Kenneth Myhra
2022-01-21LibCore: Make sockets close-on-exec by defaultsin-ack
2022-01-21LibCore: Add Core::System wrapper for disown()Maciej
2022-01-21LibCore: Handle null lines in ConfigFileMaciej
2022-01-21LibCore: Add ArgsParser::add_option for Optional doublemjz19910
2022-01-21LibCore: Add ErrorOr wrapper for adjtimemjz19910
2022-01-20LibCore: Use Core::System and Error::from_syscall in Stream classessin-ack
2022-01-20LibCore: Implement Core::System::lseeksin-ack
2022-01-20LibCore: Don't manually close the fd when connection fails in socketssin-ack
2022-01-16LibCore: Add Core::Group abstraction for group management :^)Kenneth Myhra
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-15LibCore: Implement LocalSocket::peer_pidsin-ack
2022-01-15LibCore: Implement LocalSocket::adopt_fdsin-ack
2022-01-15LibCore: Implement LocalSocket::read_without_waitingsin-ack
2022-01-15LibCore: Implement LocalSocket::receive_fd and send_fdsin-ack
2022-01-14LibCore: Add wrapper for sethostnameLucas CHOLLET
2022-01-14LibCore: Remove usage of a hardcoded constant in gethostname()Lucas CHOLLET