summaryrefslogtreecommitdiff
path: root/AK/BufferStream.h
AgeCommit message (Expand)Author
2020-04-20LibDebug: Parse line number information from DWARF formatItamar
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-05AK+IPCCompiler: Get rid of BufferStream overloads for size_tAndreas Kling
2020-02-05AK: Support 64-bit integers in BufferStreamjoshua stein
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-02AK: Allow BufferStream to serialize/deserialize floatsAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-03BufferStream: It's not an error to read up to the very end of a bufferAndreas Kling
2019-08-03BufferStream: Add operator<<(const char*) overloadAndreas Kling
2019-08-03BufferStream: Support "bool" as a streaming typeAndreas Kling
2019-07-16BufferStream: Add a function to fully reset stateRobin Burchell
2019-07-16BufferStream: Add signed int overloads for read/writeRobin Burchell
2019-07-14AK/LibAudio: Add stream read operators to AK::BufferStream, and use it in AWa...Robin Burchell
2019-07-14AK: Remove some superstition from BufferStream :)Robin Burchell
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-02Take StringView in more placesRobin Burchell
2019-05-30Kernel: Add InodeFile, a File subclass for regular files.Andreas Kling
2019-03-19DNSLookupServer: Start working on a userspace DNS resolver.Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-02-02Support font files.Andreas Kling
2019-01-23Ext2FS: Factor out block list generation and writing into functions.Andreas Kling
2018-12-02Make it possible to build the Kernel on a macOS host.Andreas Kling
2018-11-13Reduce kmalloc() traffic in directory iteration.Andreas Kling
2018-10-24Lots of hacking to make a very simple "ls" utility.Andreas Kling