index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
Age
Commit message (
Expand
)
Author
2023-04-30
LibCore: Implement integral ArgsParser positionals through a template
Fabian Dellwing
2023-04-30
LibCore: Add support for short integral type to ArgsParser
Fabian Dellwing
2023-04-27
LibCore+file: Factorize code to detect mime-type from bytes of a file
Lucas CHOLLET
2023-04-26
LibCore: Remove unused EventLoopManager::wake()
Andreas Kling
2023-04-26
LibCore: Move post_event() back to EventLoopImplementation
Andreas Kling
2023-04-25
LibCore: Include sys/ucred.h in System.h for FreeBSD
nipos
2023-04-25
LibCore: Remove unused cruft in EventLoop.h
Andreas Kling
2023-04-25
LibCore+Ladybird: Add EventLoopManager interface for persistent state
Andreas Kling
2023-04-25
Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loop
Andreas Kling
2023-04-25
LibCore: Add a hook for custom construction of EventLoopImplementation
Andreas Kling
2023-04-25
LibCore: Big first step towards pluggable Core::EventLoop
Andreas Kling
2023-04-25
Userland: Remove serialize-to-JSON functions only used for Inspector
Andreas Kling
2023-04-25
Userland: Remove "Inspector" program and related utilities
Andreas Kling
2023-04-25
LibCore: Remove unused EventLoop::Private::lock
Andreas Kling
2023-04-25
LibCore: Remove unused "client ID" from InspectorServerConnection
Andreas Kling
2023-04-25
LibCore: Remove some unnecessary includes from EventLoop.h
Andreas Kling
2023-04-25
LibCore: Move deferred_invoke() implementation out of line
Andreas Kling
2023-04-25
LibCore: Simplify Core::Notifier by only allowing one event type
Andreas Kling
2023-04-25
LibCore: Move event queueing to a per-thread event queue
Andreas Kling
2023-04-25
LibCore: Remove unused EventLoop::wake_current()
Andreas Kling
2023-04-25
LibCore: Remove awkward EventLoop::wake_once() API
Andreas Kling
2023-04-24
Kernel: Allow configuring a Jail to not impose PID isolation restriction
Liav A
2023-04-24
AK: Add new failable `JsonArray::{append/set}` functions
Cameron Youell
2023-04-21
Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes`
Tim Schumacher
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2023-04-01
LibCore: Remove colons from markdown header names in ArgsParser
Tim Ledbetter
2023-03-31
LibCore: Don't assume ArgsParser arguments are non-empty
Ali Mohammad Pur
2023-03-27
LibCore: Add DateTime::to_string()
Sam Atkins
2023-03-24
LibCore: Get the environment in Core::Process::spawn() on macOS
MacDue
2023-03-24
LibCore: Add KeepAsChild option to Core::Process::spawn()
MacDue
2023-03-24
LibCore: Fix memory leak in Core::Process::spawn()
MacDue
2023-03-21
LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`
Cameron Youell
2023-03-21
LibCore: Remove all unused `DeprecatedFile` functions
Cameron Youell
2023-03-21
LibCore: Add ErrorOr wrapper for `utimensat`
Cameron Youell
2023-03-21
LibCore: Set tm_isdst to a negative value before invoking mktime
Timothy Flynn
2023-03-19
LibCore: Improve the `TempFile` wrapper
Caoimhe
2023-03-19
LibCore: Add syscall wrapper for `mkdtemp()`
Caoimhe
2023-03-17
Userland: Use more common WAV MIME type
kleines Filmröllchen
2023-03-16
LibCore: Add new REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-16
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
LibCore: Use length-checking stream reads and writes for SOCKS5
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibCore+Userland: Make Promise's on_resolve fallible
kleines Filmröllchen
2023-03-13
LibCore: Add a constructor that sets the parent object
kleines Filmröllchen
2023-03-13
LibCore: Allow EventLoop to manage and cancel promises
kleines Filmröllchen
2023-03-13
LibCore+Userland: Allow canceling promises
kleines Filmröllchen
2023-03-13
LibCore: Add Promise to the forward declare header
kleines Filmröllchen
[next]