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-07-14
LibCore: Convert File to east-const style
Timothy
2021-07-14
LibCore: Add File method to determine absolute path
Timothy
2021-07-14
LibCore: Add File method to determine current working directory
Timothy
2021-07-14
LibCore: Generate new passwd file by checking pw_name
brapru
2021-07-14
LibCore: Add setters for all user account properties
brapru
2021-07-12
LibCore: Implement File::is_link()
Ariel Don
2021-07-12
LibCore: Tolerate misaligned addresses in struct hostent
Andrew Kaster
2021-07-09
LibCore: Add ability to not read shadow data for Account
Jean-Baptiste Boric
2021-07-09
LibCore: Implement Account::self()
Jean-Baptiste Boric
2021-07-09
LibThreading: Rename Lock => Mutex
Andreas Kling
2021-07-08
LibCore: Remove overly informal language in ArgsParser error message
Andreas Kling
2021-07-07
LibCore: Make Core::AnonymousBuffer moveable
Andreas Kling
2021-07-07
LibCore: Add unsigned option to ArgsParser
Aziz Berkay Yesilyurt
2021-07-04
LibCore: Add method to leak fd from File
Timothy
2021-07-03
LibCore: Avoid duplicate '/' in DirIterator::next_full_path()
Andreas Kling
2021-07-01
LibCore: Add peer pid retrieval for LocalSocket
Timothy
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-30
LibCore: Add getter for how many groups exist in a Core::ConfigFile
Andrew Kaster
2021-06-25
LibCore: Add InputFileStream::seek
kleines Filmröllchen
2021-06-24
LibCore+AK: Use proper atomics in `Singleton`
Daniel Bertalan
2021-06-20
LibCore: Call optional did_construct() method when constucting objects
Ali Mohammad Pur
2021-06-16
LibCore: Allow TCPServer to be blocking
stelar7
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
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
[next]