Age | Commit message (Expand) | Author |
---|---|---|
2019-09-13 | Revert "AK: Made Strings reversible" | Andreas Kling |
2019-09-13 | AK: Made Strings reversible | Jesse Buhagiar |
2019-09-11 | AK: Add String::number(size_t) overload | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2018-12-04 | Import a simple text editor I started working on. | Andreas Kling |
2018-11-07 | Add a Chomp feature to String construction that removes a trailing newline. | Andreas Kling |
2018-10-31 | Add getpwent() family of functions to LibC. | Andreas Kling |
2018-10-28 | Add a simple FileSystemPath class that can canonicalize paths. | Andreas Kling |
2018-10-26 | Add sys$gethostname and /bin/hostname | Andreas Kling |
2018-10-24 | Add a "pwd" utility to userland. | Andreas Kling |
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling |
2018-10-16 | Add String::substring(). | Andreas Kling |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling |