Age | Commit message (Expand) | Author |
---|---|---|
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-27 | AK: Add ensure_capacity() for HashMap and HashTable. | Andreas Kling |
2019-05-06 | AK: Change HashTable and HashMap size/capacity to be ints. | Andreas Kling |
2019-04-15 | LibCore: Add a CConfigFile class, a simple INI file parser. | Andreas Kling |
2019-02-01 | Implement event loop timers. | Andreas Kling |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling |
2018-12-31 | Make PageDirectory store physical pages in a HashMap. | Andreas Kling |
2018-12-21 | Yet another pass of style fixes. | Andreas Kling |
2018-12-04 | Import a simple text editor I started working on. | Andreas Kling |
2018-10-25 | Add a very naive block cache to the DiskBackedFileSystem. | Andreas Kling |
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling |
2018-10-13 | Add HashMap::remove(). | Andreas Kling |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling |