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-05-16
LibCore: Support the WebM file extension when determining MIME type
Timothy Flynn
2023-05-15
LibCore: Remove DeprecatedFile::read_link
Ben Wiederhake
2023-05-15
LibCore: Use StringView in Object::find_{child,descendant}_of_type_named
Karol Kosek
2023-05-14
LibCore: Remove standard I/O from DeprecatedFile
Ben Wiederhake
2023-05-13
Userland: Allow our access check to pass flags to faccessat syscall
Fabian Dellwing
2023-05-13
LibCore: Remove unused API from DeprecatedFile
Ben Wiederhake
2023-05-13
Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h
Ben Wiederhake
2023-05-09
AK: Add `OutputBufferedStream`
Lucas CHOLLET
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
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
[next]