index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
KBufferBuilder.h
Age
Commit message (
Expand
)
Author
2022-05-06
Kernel: Expose .length() of KBufferBuilder
MacDue
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-12
Kernel: Make Thread::backtrace() fallible using KString
Idan Horowitz
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-08
Kernel: Add KBuffer::bytes() and use it
Andreas Kling
2021-09-07
Kernel: Make it possible for KBufferBuilder creation to fail
Andreas Kling
2021-09-07
Kernel: Make KBufferBuilder use KBuffer instead of KBufferImpl
Andreas Kling
2021-09-06
Kernel: Make KBufferBuilder::append() & friends return KResult
Andreas Kling
2021-08-30
Everywhere: Pass AK::Format TypeErasedFormatParams by reference
Brian Gianforcaro
2021-07-20
Kernel: Remove KBufferBuilder's can_expand restriction
Andreas Kling
2021-07-20
Kernel: Remove KBufferBuilder API for reusing an existing buffer
Andreas Kling
2021-07-20
Kernel: Remove confused comment in KBufferBuilder::appendff()
Andreas Kling
2021-05-13
Kernel: Avoid allocations in KBufferBuilder::appendff
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
2021-02-09
Kernel: Convert all *Builder::appendf() => appendff()
Andreas Kling
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
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-10-08
Kernel: Add KBufferBuilder::appendff.
asynts
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
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-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-06
Kernel: Add KBufferBuilder, similar to StringBuilder but for KBuffer
Andreas Kling