Commit History

Author SHA1 Message Date
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Andreas Kling 524ef5e475 Kernel: Add KBuffer::bytes() and use it 3 years ago
  Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail 3 years ago
  Andreas Kling 2c262ddf0f Kernel: Make KBufferBuilder use KBuffer instead of KBufferImpl 3 years ago
  Andreas Kling 2065ced8f6 Kernel: Make KBufferBuilder::append() & friends return KResult 3 years ago
  Brian Gianforcaro f0b3aa0331 Everywhere: Pass AK::Format TypeErasedFormatParams by reference 3 years ago
  Andreas Kling f85b94e6d4 Kernel: Remove KBufferBuilder's can_expand restriction 4 years ago
  Andreas Kling fef835de7f Kernel: Remove KBufferBuilder API for reusing an existing buffer 4 years ago
  Andreas Kling 4d2473b7fa Kernel: Remove confused comment in KBufferBuilder::appendff() 4 years ago
  Gunnar Beutner 93c3b6bdd2 Kernel: Avoid allocations in KBufferBuilder::appendff 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Ben Wiederhake 860a3bbce3 Kernel: Use default con/de-structors 4 years ago
  AnotherTest 7c2754c3a6 AK+Kernel+Userland: Enable some more compiletime format string checks 4 years ago
  Andreas Kling 1f277f0bd9 Kernel: Convert all *Builder::appendf() => appendff() 4 years ago
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API 4 years ago
  Andreas Kling 5e164052f6 AK+Kernel: Escape JSON keys & values 4 years ago
  asynts 2be7736010 Kernel: Add KBufferBuilder::appendff. 4 years ago
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
  Andreas Kling f083031a27 Kernel: Add KBufferBuilder, similar to StringBuilder but for KBuffer 6 years ago