summaryrefslogtreecommitdiff
path: root/src/llist.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-06-30src/llist.c: Compare data pointers if callback is NULLLukas Fleischer
2012-06-30Allow passing more complex data to list callbacksLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-02-16src/llist.c: Bail out early on negative indexesLukas Fleischer
2011-10-05src/llist.c: Add llist_next_filter()Lukas Fleischer
2011-10-05src/llist.c: Add a tail pointerLukas Fleischer
2011-06-20src/llist.c: Use stable insertion algorithmLukas Fleischer
2011-06-09Fix whitespace issuesLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-22Add comments to linked list functions.Lukas Fleischer
2011-04-22llist.c: Nullify pointers after free()'ing.Lukas Fleischer
2011-04-19Add linked lists implementation.Lukas Fleischer