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
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
LibCore: Support Vector<String> positional arguments
Andreas Kling
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibCore: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
Userland: Use Core::DirIterator::next_full_path()
Andreas Kling
2021-04-21
LibCore: Remove the barely-used Core::safe_syscall()
Andreas Kling
2021-04-18
LibCore: Add ArgsParser::add_option(String&)
DexesTTP
2021-04-18
LibCore: Remove the no-longer-used Core::DateTime::is_before() function
AnotherTest
2021-04-18
LibCore: Implement operator less-than for Core::DateTime
AnotherTest
2021-04-17
LibCore: Use is<T> in Object::find_*_of_type helpers
Andreas Kling
2021-04-17
LibCore: Make File take String instead of StringView
Andreas Kling
2021-04-17
LibCore: Make DirIterator take String instead of StringView
Andreas Kling
2021-04-17
LibCore: Don't needlessly use StringView in Core::Object APIs
Andreas Kling
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-16
LibCore+LibIPC: Add IPC coder for Core::DateTime
Timothy Flynn
2021-04-15
SystemServer+LibCore: Allow service to request multiple sockets
sin-ack
2021-04-14
LibCore: Use dbgln_if in EventLoop.cpp
Maciej Zygmanowski
2021-04-13
LibCore: Don't leak file descriptor inside AnonymousBuffer on Linux
Jean-Baptiste Boric
2021-04-10
LibCore: Save errno before it gets clobbered in Core::IODevice::write()
Andreas Kling
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-06
Kernel+LibCore: Note whether a process is kernel mode in /proc/all
Andreas Kling
2021-03-30
LibCore: Add Core::File is_device() helpers
Idan Horowitz
2021-03-29
LibGUI: Enable the use of font properties through GML
Edgar Araújo
2021-03-28
LibCore: Add Timer::create_repeating convenience method
Tom
2021-03-28
LibCore: Make Core::Object::event() protected
Andreas Kling
2021-03-28
LibCore: Add a way to install an event filter on a Core::Object
Andreas Kling
2021-03-18
LibCore: Verify type of value in enum property setter
Vyacheslav Pukhanov
2021-03-12
AK+LibCore: Remove empty files
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-07
LibCore: Add String variant for ArgsParser::add_positional_argument
speles
2021-03-03
LibCore+LibHTTP+LibGfx: Switch to LibCompress
Idan Horowitz
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibCore: Add file management helpers to reduce code duplication
Mițca Dumitru
2021-02-17
LibCore: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-15
LibCore: Expose UDPServer::fd() and make the constructor protected
Sergey Bugaev
2021-02-11
LibCore: Added FileWatcher, a binding for the watch_file syscall
DexesTTP
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-02
LibCore: Use serenity_readlink() instead of making syscalls directly
Andreas Kling
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
[prev]
[next]