index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
BufferStream.h
Age
Commit message (
Expand
)
Author
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-03
BufferStream: It's not an error to read up to the very end of a buffer
Andreas Kling
2019-08-03
BufferStream: Add operator<<(const char*) overload
Andreas Kling
2019-08-03
BufferStream: Support "bool" as a streaming type
Andreas Kling
2019-07-16
BufferStream: Add a function to fully reset state
Robin Burchell
2019-07-16
BufferStream: Add signed int overloads for read/write
Robin Burchell
2019-07-14
AK/LibAudio: Add stream read operators to AK::BufferStream, and use it in AWa...
Robin Burchell
2019-07-14
AK: Remove some superstition from BufferStream :)
Robin Burchell
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-02
Take StringView in more places
Robin Burchell
2019-05-30
Kernel: Add InodeFile, a File subclass for regular files.
Andreas Kling
2019-03-19
DNSLookupServer: Start working on a userspace DNS resolver.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-02
Support font files.
Andreas Kling
2019-01-23
Ext2FS: Factor out block list generation and writing into functions.
Andreas Kling
2018-12-02
Make it possible to build the Kernel on a macOS host.
Andreas Kling
2018-11-13
Reduce kmalloc() traffic in directory iteration.
Andreas Kling
2018-10-24
Lots of hacking to make a very simple "ls" utility.
Andreas Kling