Age | Commit message (Expand) | Author |
---|---|---|
2020-12-18 | Kernel: Move KBufferBuilder to the fallible KBuffer API | Andreas Kling |
2020-11-02 | AK+Kernel: Escape JSON keys & values | Andreas Kling |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-07-05 | Kernel: Fix KBufferBuilder::append() | Sergey Bugaev |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-25 | Kernel: Make kernel memory regions be non-executable by default | Andreas Kling |
2019-12-12 | Kernel: Bump KBufferBuilder VM allocation to 4 MB | Andreas Kling |
2019-08-06 | Kernel: Add KBufferBuilder, similar to StringBuilder but for KBuffer | Andreas Kling |