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-06-11
LibCore: Add a way to parse a DateTime from a string
x-yl
2021-06-09
LibCore: Fix building LibCore on FreeBSD
Gunnar Beutner
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-08
LibCore/ArgsParser: Learn how to stop on first non-option
Jelle Raaijmakers
2021-06-08
LibCore: Support fine-grained failure behavior for ArgsParser
Jelle Raaijmakers
2021-06-08
LibAudio+LibCore: Remove unnecessary IODeviceStreamReader.h
Nick Miller
2021-06-01
LibCore: Add StringView overloads for Core::ArgsParser
Andreas Kling
2021-05-31
LibCore: Replace fprintf(stderr)/printf() with warnln()/out()
Linus Groh
2021-05-31
AK: Remove the public ByteBuffer::trim method
Gunnar Beutner
2021-05-29
LibCore: Do not write disabled spwd values in generate_shadow_file
brapru
2021-05-26
LibCore: Add a standard error stream getter
Ali Mohammad Pur
2021-05-25
LibCore: Handle partial writes in Socket::send()
Gunnar Beutner
2021-05-24
LibCore+Userland: Add 13 more detectable file types
Valtteri Koskivuori
2021-05-23
LibCore: Make ProcessStatisticsReader return results in a Vector
Andreas Kling
2021-05-22
LibCore: Make all processes opt out of InspectorServer by default
Andreas Kling
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-21
LibGfx: Add missing TextAlignment::BottomLeft
Linus Groh
2021-05-20
LibCore: Let IODevice::can_read_line() buffer until \n or EOF
r-paiva
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-18
LibCore+Userland: Add two more detectable formats
Valtteri Koskivuori
2021-05-18
LibCore: Add offsets to binary signature matching
Valtteri Koskivuori
2021-05-18
LibCore+Userland: Add 5 more detectable filetypes
Valtteri Koskivuori
2021-05-17
LibCore: Close accepted sockets on exec() and make them non-blocking
Gunnar Beutner
2021-05-17
LibCore: Open files with O_CLOEXEC by default
Gunnar Beutner
2021-05-16
LibCore: Use Vector instead of VLA in ArgsParser::parse()
Andrew Kaster
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-14
LibCore: Expose DirIterator's underlying file descriptor
Mart G
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
LibCore: Never connect to InspectorServer if getuid() == 0
Andreas Kling
2021-05-13
LibCore+Inspector: Reverse the direction of Inspector connections
Andreas Kling
2021-05-12
LibCore: Add unit to Core::Timer interval arguments
sin-ack
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
LibCore: Don't use has_flag() with multiple flags (OpenMode::ReadWrite)
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move SeekMode out of IODevice
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-10
LibThread: Remove LOCKER() macro, as it adds no value
Brian Gianforcaro
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
[next]