Age | Commit message (Expand) | Author |
---|---|---|
2019-07-08 | AK: Add some missing includes in SinglyLinkedList. | Andreas Kling |
2019-06-29 | AK: Allow HashMap to be used with non-default-constructible values. | Andreas Kling |
2019-06-29 | AK: Defer to Traits<T> for equality comparison in container templates. | Andreas Kling |
2019-06-27 | AK: Use a SinglyLinkedList<T> as HashTable's bucket chain storage. | Andreas Kling |
2019-06-15 | AK: Add a simple Queue<T> class. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-03-13 | AK: Fix node leak in SinglyLinkedList::take_first(). | Andreas Kling |
2019-03-11 | Kernel: Add a NetworkTask and a received network packet queue. | Andreas Kling |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling |
2019-01-19 | Coding style fixes in AK. | Andreas Kling |
2018-12-21 | Yet another pass of style fixes. | Andreas Kling |
2018-10-13 | Make SinglyLinkedList destruction actually work. | Andreas Kling |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling |