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-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
2022-02-06
LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCore
sin-ack
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-28
LibCore: Change DateTime format strings to be StringViews
Timothy Flynn
2022-01-28
LibCore: Remove time zone from default format string
Timothy Flynn
2022-01-25
LibCore: Support (and use) DateTime string formatting of the form %Z
Timothy Flynn
2022-01-25
LibCore: Support DateTime string formatting of the form %:z
Timothy Flynn
2022-01-25
LibCore: Support DateTime string formatting of the form %z
Timothy Flynn
2022-01-25
LibCore: Make Core::s_main_event_loop actually global
Andreas Kling
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibCore: Add mkfifo() syscall wrapper
Kenneth Myhra
2022-01-24
LibCore: Add mknod() syscall wrapper
Kenneth Myhra
[next]