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
/
ByteBuffer.h
Age
Commit message (
Expand
)
Author
2019-03-18
GIODevice: Add a read_all() that returns a ByteBuffer with all we can read.
Andreas Kling
2019-03-17
AK: Make ByteBuffer's copy() and wrap() take void*.
Andreas Kling
2019-03-16
AK: Remove Buffer<T> since it was only ever instantiated with T=byte.
Andreas Kling
2019-03-12
Kernel: More work on the ICMP and IPv4 support.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-18
StringBuilder: Use a ByteBuffer internally instead of a Vector<String>.
Andreas Kling
2018-12-21
Yet another pass of style fixes.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-10-27
Greatly improve /proc/PID/stack by tracing the ebp frame chain.
Andreas Kling
2018-10-16
Reduce dependence on STL.
Andreas Kling
2018-10-13
Ext2FileSystem::readInode() should return an empty buffer for 0-length files.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling