summaryrefslogtreecommitdiff
path: root/Kernel/KBufferBuilder.h
AgeCommit message (Expand)Author
2022-05-06Kernel: Expose .length() of KBufferBuilderMacDue
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-12Kernel: Make Thread::backtrace() fallible using KStringIdan Horowitz
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-09-08Kernel: Add KBuffer::bytes() and use itAndreas Kling
2021-09-07Kernel: Make it possible for KBufferBuilder creation to failAndreas Kling
2021-09-07Kernel: Make KBufferBuilder use KBuffer instead of KBufferImplAndreas Kling
2021-09-06Kernel: Make KBufferBuilder::append() & friends return KResultAndreas Kling
2021-08-30Everywhere: Pass AK::Format TypeErasedFormatParams by referenceBrian Gianforcaro
2021-07-20Kernel: Remove KBufferBuilder's can_expand restrictionAndreas Kling
2021-07-20Kernel: Remove KBufferBuilder API for reusing an existing bufferAndreas Kling
2021-07-20Kernel: Remove confused comment in KBufferBuilder::appendff()Andreas Kling
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