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-01-22
LibCore: Populate the read buffer of Core::Stream::BufferedHelper
kleines Filmröllchen
2022-01-22
LibCore: Introduce MemoryStream
kleines Filmröllchen
2022-01-22
LibCore: Introduce BigEndianInputBitStream
kleines Filmröllchen
2022-01-21
LibCore: Parse classless symbolic notation
Jean-Baptiste Boric
2022-01-21
LibCore: Do not leak FILE pointer in Group::add_group()
Kenneth Myhra
2022-01-21
LibCore: Use generic AK_OS_BSD_GENERIC to hide Group::add_group()
Kenneth Myhra
2022-01-21
LibCore: Make sockets close-on-exec by default
sin-ack
2022-01-21
LibCore: Add Core::System wrapper for disown()
Maciej
2022-01-21
LibCore: Handle null lines in ConfigFile
Maciej
2022-01-21
LibCore: Add ArgsParser::add_option for Optional double
mjz19910
2022-01-21
LibCore: Add ErrorOr wrapper for adjtime
mjz19910
2022-01-20
LibCore: Use Core::System and Error::from_syscall in Stream classes
sin-ack
2022-01-20
LibCore: Implement Core::System::lseek
sin-ack
2022-01-20
LibCore: Don't manually close the fd when connection fails in sockets
sin-ack
2022-01-16
LibCore: Add Core::Group abstraction for group management :^)
Kenneth Myhra
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-15
LibCore: Implement LocalSocket::peer_pid
sin-ack
2022-01-15
LibCore: Implement LocalSocket::adopt_fd
sin-ack
2022-01-15
LibCore: Implement LocalSocket::read_without_waiting
sin-ack
2022-01-15
LibCore: Implement LocalSocket::receive_fd and send_fd
sin-ack
2022-01-14
LibCore: Add wrapper for sethostname
Lucas CHOLLET
2022-01-14
LibCore: Remove usage of a hardcoded constant in gethostname()
Lucas CHOLLET
2022-01-13
LibCore: Use Error::from_errno in Stream APIs
sin-ack
2022-01-13
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
sin-ack
2022-01-13
LibCore: Remove the SocketError class
sin-ack
2022-01-12
LibCore: Add utility class for temporary files and directories
Itamar
2022-01-12
LibCore: Make Core::command return CommandResult struct
Itamar
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-11
LibCore+flock: Make Core::System::waitpid more ergonomic
Junior Rantila
2022-01-09
LibCore: Add beep wrapper
Junior Rantila
2022-01-09
LibCore: Add a wrapper for setsid()
Lucas CHOLLET
2022-01-08
LibCore: Change a west const to an east const
nyabla
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-07
LibCore: Guard access to EventLoop notifiers set with a mutex
Andreas Kling
2022-01-06
LibCore+ImageViewer: Add unlink() wrapper, use it
Junior Rantila
2022-01-06
LibCore: Make `EventLoop::pump()` return event count
Jelle Raaijmakers
2022-01-04
LibCore: Impliment ErrorOr wrapper for chdir
mjz19910
2022-01-04
Userland: Fail Core::find_executable_in_path on empty inputs
Andrew Kaster
2022-01-04
LibCore: Add an ErrorOr wrapper for uname
mjz19910
2022-01-02
LibCore: Mark 'Read options' parameter [[maybe_unused]] in Account.cpp
Linus Groh
2022-01-02
LibCore: Enforce correct mode when creating new passwd and shadow files
Andreas Kling
2022-01-02
LibCore: Add Core::UmaskScope to set and unset a temporary umask
Andreas Kling
2022-01-02
LibCore+id: Make more use of Core::System wrappers in Core::Account
Andreas Kling
2022-01-02
LibCore: Add Core::System wrappers for getspent() and getspnam()
Andreas Kling
2022-01-02
LibCore: Add syscall wrappers for getpwuid() and getgrgid()
Andreas Kling
2022-01-02
LibCore: Add syscall wrapper for getgroups()
Andreas Kling
2022-01-02
LibCore: Reset `errno` before using LibC pwd functions
Andreas Kling
2022-01-01
LibCore: Add FilePermissionsMask
Xavier Defrang
2022-01-01
Kernel+LibC+LibCore: Add lchown and fchownat functions
circl
2022-01-01
LibCore: Fix OOB read in Stream::BufferedSeekable::read_until_any_of
Daniel Bertalan
[next]