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-05-07
LibCore: Remove Core::IODevice::printf()
Andreas Kling
2021-05-07
LibCore: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-07
LibCore+Userland: Add more detectable types
Valtteri Koskivuori
2021-05-07
LibCore: Implement basic mime type guessing based on binary patterns
Valtteri Koskivuori
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-05-05
LibCore: Call setgrent before looping on groups in get_extra_gids
setepenre
2021-05-04
LibCore: Avoid unnecessary Vector copy in Account ctor
Linus Groh
2021-05-04
LibCore: Don't include user GID in Account::extra_gids()
Linus Groh
2021-05-04
LibCore: Let Account::from_* succeed if /etc/shadow is unreadable
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
LibCore: Fix building the library on macOS
Gunnar Beutner
2021-05-01
LibC: Implement support for getspnam() and friends
Gunnar Beutner
2021-05-01
LibC: Move crypt() and crypt_r() to the right header file
Gunnar Beutner
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
[next]