summaryrefslogtreecommitdiff
path: root/Kernel/KBufferBuilder.h
AgeCommit message (Expand)Author
2021-05-13Kernel: Avoid allocations in KBufferBuilder::appendffGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-28Kernel: Use default con/de-structorsBen Wiederhake
2021-02-23AK+Kernel+Userland: Enable some more compiletime format string checksAnotherTest
2021-02-09Kernel: Convert all *Builder::appendf() => appendff()Andreas Kling
2021-01-03Kernel: Improve ProcFS behavior in low memory conditionsTom
2020-12-18Kernel: Move KBufferBuilder to the fallible KBuffer APIAndreas Kling
2020-11-02AK+Kernel: Escape JSON keys & valuesAndreas Kling
2020-10-08Kernel: Add KBufferBuilder::appendff.asynts
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-06Kernel: Add KBufferBuilder, similar to StringBuilder but for KBufferAndreas Kling