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-03-13
LibCore: Use timing_safe_compare to compare password hash values
Brian Gianforcaro
2022-03-13
LibCore: Use altzone for the current time zone offset during DST
Timothy Flynn
2022-03-10
LibCore: Verify that EventLoop is initialized in its static API
javabird25
2022-03-10
Libraries: Use default constructors/destructors in LibCore
Lenny Maiorani
2022-03-08
LibCore: Do not skip dotfiles when copying directories recursively
Daniel Bertalan
2022-03-08
LibCore: Add support for application/zip mime-type
kimlintu
2022-03-08
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
Vrins
2022-03-02
LibCore: Add wrapper for posix_openpt(), grantpt() and unlockpt()
Lucas CHOLLET
2022-03-02
LibCore+LibC: Add wrapper for setenv
Lucas CHOLLET
2022-03-02
LibCore: Add tcsetpgrp(int, pid_t) wrapper
Lucas CHOLLET
2022-03-02
LibCore: Add killpg() wrapper
Lucas CHOLLET
2022-02-28
LibCore: Add rmdir system call wrapper
Lenny Maiorani
2022-02-18
Core: Remove non-existent classes from `Forward.h`
James Puleo
2022-02-17
ArgsParser: Add support for Optional<size_t>
brapru
2022-02-17
LibCore: Make FreeBSD build SerenityOS
Isak Holmstrom
2022-02-17
LibCore: Add FreeBSD as OpenBSD/Apple in System.cpp & System.h
Isak Holmstrom
2022-02-16
LibCore: Migrate ConfigFile to Core::Stream API :^)
Sam Atkins
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()
Sam Atkins
2022-02-16
LibCore: Create ConfigFiles with an already-open File
Sam Atkins
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-16
LibCore+Tests: Add SeekableStream::truncate()
Sam Atkins
2022-02-16
LibCore: Make ConfigFile parsing work for non-null-terminated strings
Sam Atkins
2022-02-15
LibCore: Exit get_next_timer_expiration() sooner if possible
Andreas Kling
2022-02-14
LibCore: Remove Core::Socket :^)
sin-ack
2022-02-14
LibCore: Implement System::fchown
sin-ack
2022-02-14
LibCore+Tests: Remove Core::UDPSocket :^)
sin-ack
2022-02-14
LibCore: Add a timeout option to UDPSocket::connect
sin-ack
2022-02-13
LibCore: Allow event loops on other threads to wake up
kleines Filmröllchen
2022-02-13
LibCore: Fix event loop stacks on non-main threads
kleines Filmröllchen
2022-02-13
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
Idan Horowitz
2022-02-13
LibCore: Add Darwin anon_create support
Filiph Sandström
2022-02-13
LibCore: Add syscall wrapper for profiling_free_buffer()
rvictorr
2022-02-13
LibCore: Add syscall wrapper for profiling_disable()
rvictorr
2022-02-13
LibCore: Add syscall wrapper for profiling_enable()
rvictorr
2022-02-10
LibCore: Convert AnonymousBuffer to use System::anon_create
kleines Filmröllchen
2022-02-10
LibCore/System: Add anon_create syscall wrapper
kleines Filmröllchen
2022-02-08
LibCore: Make BufferedHelper::read() block at most once per read
Ali Mohammad Pur
2022-02-07
LibGUI: Move GML parsing and formatting to new AST
kleines Filmröllchen
2022-02-06
LibCore+Userland: Remove Core::TCPSocket :^)
sin-ack
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-02-06
LibCore: Stop buffering when a zero-size slice is read regardless of EOF
Ali Mohammad Pur
2022-02-06
LibCore: Rewrite BufferedStream::read_until_any_of() with memmem
Ali Mohammad Pur
2022-02-06
LibCore: Make sure BufferedSocket takes the buffer into account
Ali Mohammad Pur
2022-02-06
LibCore: Add Core::Stream::Socket::set_notifications_enabled()
Ali Mohammad Pur
2022-02-06
LibCore: Take StringViews by value in Stream::* function arguments
Ali Mohammad Pur
2022-02-06
LibCore: Add a pure virtual parent to Core::Stream::BufferedSocket<T>
Ali Mohammad Pur
2022-02-06
LibCore: Remove Core::LocalSocket :^)
sin-ack
2022-02-06
LibCore: Use Core::Stream::LocalSocket in InspectorServerConnection
sin-ack
2022-02-06
LibCore: Use SystemServerTakeover functionality in LocalServer
sin-ack
2022-02-06
LibCore: Implement LocalSocket::release_fd
sin-ack
[next]