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-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
2022-08-23
LibCore: Fix deadlock in SharedSingleProducerCircularQueue
kleines Filmröllchen
2022-08-17
LibCore: Make EventLoop's connection to InspectorServer work again
kleines Filmröllchen
2022-08-16
LibCore: Add MIME sniffing for MP3 and WAV
kleines Filmröllchen
2022-08-16
LibCore: The MIME type is 'audio/flac', not 'extra/flac'
kleines Filmröllchen
2022-08-15
LibCore: Add Directory::chown() API and use it in Core::Account
Andreas Kling
2022-08-15
LoginServer+LibCore: Only create user temp directory from LoginServer
Andreas Kling
2022-08-14
Base: Launch InspectorServer at session start-up
Lucas CHOLLET
2022-08-14
LibCore: Make LocalServer aware of %uid in path
Lucas CHOLLET
2022-08-14
LibCore: Make `Core::System::unveil` aware of %uid in path
Lucas CHOLLET
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-08-02
LibC+LibCore: Use tm_isdst to handle time zone offsets in DST
Timothy Flynn
2022-08-01
AK: Prefix CACHE_ALIGNED & SYSTEM_CACHE_ALIGNMENT_SIZE
Brian Gianforcaro
[next]