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
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-26
LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-25
LibCore: Add nice get/set_process_name() wrappers in Core::Process
Sam Atkins
2023-01-24
LibCore: Implement File::can_delete_or_move()
Karol Kosek
2023-01-24
LibCore: Add support for non-trivial types to `Stream::*_value`
Tim Schumacher
2023-01-20
LibCore: Remove `FileStream`
Tim Schumacher
2023-01-20
LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of()
Ali Mohammad Pur
2023-01-20
LibCore: Add MIME type string for TGA files
Liav A
2023-01-20
LibCore: Return StringView from guess_mime_type_based_on_filename method
Liav A
2023-01-19
LibCore: Implement FileWatcher for macOS
Timothy Flynn
2023-01-19
LibCore: Allow subclassing FileWatcher
Timothy Flynn
2023-01-19
LibCore: Let offset-related Stream functions return an unsigned value
Tim Schumacher
2023-01-19
LibCore: Return `EBADF` on unsupported stream operations
Tim Schumacher
2023-01-18
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
Timothy Flynn
2023-01-18
Userland: Add missing limits.h header includes
Timothy Flynn
2023-01-18
LibCore: Implement FileWatcher for Linux
Timothy Flynn
2023-01-18
LibCore: Default-initialize the FileWatcher event mask
Timothy Flynn
2023-01-18
LibCore: Handle multiple events in the FileWatcher event mask formatter
Timothy Flynn
2023-01-18
LibCore: Move FileWatcher implementations into separate files
Timothy Flynn
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-17
LibCore: Remove `Stream::write_or_error`
Tim Schumacher
2023-01-17
LibCore: Do short forward seeks by discarding bytes from the buffer
Tim Schumacher
2023-01-17
LibCore: Calculate the correct seek offset for buffered streams
Tim Schumacher
2023-01-16
LibCore: Add `Stream::File::fd()`
Lucas CHOLLET
2023-01-15
AK: Define our own concept of "trivially serializable"
Tim Schumacher
2023-01-15
LibCore: Fix up type mistakes in `Stream::read_trivial_value`
Tim Schumacher
2023-01-15
LibCore: Enable file descriptor passing on OpenBSD
nipos
2023-01-14
LibCore: Don't reject an empty buffer with `ENOBUFS`
Lucas CHOLLET
2023-01-14
LibCore: Don't rely on `\n` detection to populate the buffer
Lucas CHOLLET
2023-01-14
LibCore: Resume search in `find_and_populate_until_any_of`
Lucas CHOLLET
2023-01-14
LibCore: Merge two search implementations in `Stream::BufferedStream`
Lucas CHOLLET
2023-01-14
AK: Add an optional starting offset to `CircularBuffer::offset_of`
Lucas CHOLLET
2023-01-14
LibCore: On OpenBSD, handle anon_create() like on MacOS
nipos
2023-01-13
LibCore: Add helper functions to read/write trivial values from streams
Tim Schumacher
2023-01-13
LibCore: Enable file descriptor passing on FreeBSD
Niklas Poslovski
2023-01-13
LibCore: Allow zero-sized spans in `Stream::*_entire_buffer`
Tim Schumacher
2023-01-14
LibCore: Add `AllocatingMemoryStream::offset_of`
Tim Schumacher
2023-01-13
LibCore: Call the mkstemp function in a slightly prettier way
Arda Cinar
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-11
LibCore: Add StandardPaths::font_directories()
Linus Groh
2023-01-11
LibCore: Explain EventLoop and reorder some members in the header
kleines Filmröllchen
2023-01-10
Kernel+LibCore: Make %sid path parsing not take ages
Andreas Kling
2023-01-10
LibCore: Add `{Big,Little}EndianOutputBitStream`
Tim Schumacher
2023-01-10
LibCore: Rename InputBitStream.h to BitStream.h
Tim Schumacher
[next]