ladybird/Userland
Tim Schumacher f205f62a44 LibCore: Add an automatically allocating MemoryStream
Similar to AK::DuplexStream, this writes to the end and reads from the
beginning of a dynamically allocated buffer.
2022-12-15 13:28:29 +00:00
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications Piano: Overhaul AudioPlayerLoop and throw out event loops 2022-12-15 00:21:00 -07:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos VirGLDemo: Make a factory function for Demo and propagate errors 2022-12-15 12:35:19 +00:00
DevTools LibFileSystemAccessClient: Rename try_save_file => 2022-12-14 18:26:25 +00:00
DynamicLoader AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Games LibFileSystemAccessClient: Rename try_save_file => 2022-12-14 18:26:25 +00:00
Libraries LibCore: Add an automatically allocating MemoryStream 2022-12-15 13:28:29 +00:00
Services LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
Shell Shell: Disable interactive mode on '-c' 2022-12-12 13:57:06 +00:00
Utilities LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00