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
2022-11-19
LibCore: Add a ConfigFile::open() overload for Core::Stream::File
Sam Atkins
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-11-14
LibCore: Invoke `forward` from the global namespace inside C_OBJECT
Timothy Flynn
2022-11-14
LibCore: Allow TCPServer's port to be reused after it exits
Timothy Flynn
2022-11-13
LibCore: Allow `MemoryStream::seek` to go to EOF
Lucas CHOLLET
2022-11-13
LibCore: Add query for all accounts and groups
ne0ndrag0n
2022-11-08
LibCore: Add support for LocalServer to propogate accept() errors
Timothy Flynn
2022-11-05
Userland: Add support for jails
Liav A
2022-11-05
LibCore: Add System::exec_command method
Liav A
2022-11-04
LibCore: Handle resolving executable paths even when PATH is null
meiskam
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-31
LibCore: Add Core::System::readlink
Peter Elliott
2022-10-27
LibCore: Limit to the user buffer size when reading lines from a stream
Tim Schumacher
2022-10-25
LibCore: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-24
Userland: Unveil /usr/lib/Loader.so when using 'x' permissions on unveil
Liav A
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-24
LibCore: Link against LibSystem
Tim Schumacher
2022-10-17
LibCore: Add argument to specify working directory in Process::spawn
cflip
2022-10-16
Lagom+LibCore: Build LibCore, AK, and LibMain with add_subdirectory
Andrew Kaster
2022-10-14
Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version
kleines Filmröllchen
2022-10-14
LibCore: Read version information from uname() instead of /res/version
kleines Filmröllchen
2022-10-12
LibCore: Add standard_{output, input, error} functions to File::Stream
davidot
2022-10-12
LibCore: Add option to Stream::File to not close the file on destruction
davidot
2022-10-10
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-10
LibCore: Don't assume that the first address from getaddrinfo is IPv4
Andrew Kaster
2022-10-07
LibCore: Make Core::System::{send,recv}fd work on macOS
Gunnar Beutner
2022-10-06
LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocket
Andreas Kling
2022-10-06
LibCore: Implement LocalSocket send_fd() and receive_fd() on Linux
Andreas Kling
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-10-03
LibCore: Create Core::SessionManagement for session management
Peter Elliott
2022-10-03
LibCore: Make usernames optional in ProcessStatisticsReader
Peter Elliott
2022-10-03
LibCore: Add Core::System wrapper for getsid()
Peter Elliott
2022-10-01
LibCore: Add documents_directory() to StandardPaths
thankyouverycool
2022-10-01
LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()
thankyouverycool
2022-09-30
LibCore+LibGUI: Make it fast to check if a Core::Object is a Widget
Andreas Kling
2022-09-27
LibCore: Propagate errors from LibCore::Account::login()
Lucas CHOLLET
2022-09-27
LibCore: Allow the setgroups wrapper to be used on Lagom
Lucas CHOLLET
2022-09-27
LibCore: Use `StringView` instead of `char *` in Account
Lucas CHOLLET
2022-09-22
LibCore: Only include Account.h on Serenity in EventLoop and System
Andrew Kaster
2022-09-20
LibCore: Actually tell people to stop using Core::File in new code
Sam Atkins
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-09-15
LibCore: Rewrite Core::Stream::read_all_impl
sin-ack
2022-09-15
LibCore: Add documentation to Stream functions + make parameter clearer
sin-ack
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-09-09
LibCore: Add File::open_file_or_standard_stream()
demostanis
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
[next]