summaryrefslogtreecommitdiff
path: root/AK/StringBuilder.cpp
AgeCommit message (Expand)Author
2019-01-18StringBuilder: Use a ByteBuffer internally instead of a Vector<String>.Andreas Kling
2019-01-18Add a simple StringBuilder::appendf() and use it for ProcFS.Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-11-18Finally hook up the mkdir code to a syscall.Andreas Kling
2018-10-29Fix broken SpinLock.Andreas Kling
2018-10-28Add a simple FileSystemPath class that can canonicalize paths.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling