Age | Commit message (Expand) | Author |
---|---|---|
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-05 | AK: Do not keep an open FD in MmappedFile | Sergey Bugaev |
2019-07-08 | Kernel: Have the open() syscall take an explicit path length parameter. | Andreas Kling |
2019-07-08 | MappedFile: Fix misuse of StringView::characters(). | Andreas Kling |
2019-06-03 | StringViewize a bunch of things -- mostly LibGUI | Robin Burchell |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-04-18 | AK: MappedFile should open with O_CLOEXEC. | Andreas Kling |
2019-04-03 | PNGLoader: Use MappedFile. | Andreas Kling |
2019-04-03 | Font: Clean up AK::MappedFile and use it for mapping font files. | Andreas Kling |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling |
2018-10-16 | Start fixing up AK to work inside the kernel. | Andreas Kling |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling |