summaryrefslogtreecommitdiff
path: root/AK/SinglyLinkedList.h
AgeCommit message (Expand)Author
2023-01-02AK: Combine SinglyLinkedList and SinglyLinkedListWithCountLenny Maiorani
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-01AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocketGunnar Beutner
2022-06-10AK: Add SinglyLinkedList::prepend()Tim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-19AK: Fix erroneous move operators for SinglyLinkedListLucas CHOLLET
2022-01-15AK: Explicitly define copy and assignment operator for SinglyLinkedListLucas CHOLLET
2021-08-31AK: Make SinglyLinkedList::remove() publickleines Filmröllchen
2021-06-15AK: Add support for removing SinglyLinkedList nodes during iterationIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-31SinglyLinkedList: Correctly pass args to append, insert_before, insert_afterLenny Maiorani
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-11SinglyLinkedList: Implement `find` in terms of `AK::find`Lenny Maiorani
2020-09-06AK: SinglyLinkedList use Traits<T>::equals in findMuhammad Zahalqa
2020-04-27AK: Add SinglyLinkedListIterator::is_begin()Brian Gianforcaro
2020-03-08AK: Move memory stuff (fast memcpy, etc) to a separate headerAndreas Kling
2020-02-27AK: Expose SinglyLinkedListIterator constructorWilliam McPherson
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-27AK: Fix unused parameter bug in SinglyLinkedList (#928)Valtteri Koskivuori
2019-12-27AK: Simplify const T& versions of append/insert in SinglyLinkedListConrad Pankoff
2019-12-27AK: Add insert_{before,after}(iterator, value) to SinglyLinkedListConrad Pankoff
2019-12-09AK: SinglyLinkedList::size_slow() should return size_tAndreas Kling
2019-07-08AK: Add some missing includes in SinglyLinkedList.Andreas Kling
2019-06-29AK: Allow HashMap to be used with non-default-constructible values.Andreas Kling
2019-06-29AK: Defer to Traits<T> for equality comparison in container templates.Andreas Kling
2019-06-27AK: Use a SinglyLinkedList<T> as HashTable's bucket chain storage.Andreas Kling
2019-06-15AK: Add a simple Queue<T> class.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-03-13AK: Fix node leak in SinglyLinkedList::take_first().Andreas Kling
2019-03-11Kernel: Add a NetworkTask and a received network packet queue.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-19Coding style fixes in AK.Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-10-13Make SinglyLinkedList destruction actually work.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling