aboutsummaryrefslogtreecommitdiffstats
path: root/src/llist.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-135/+136
* Fix braces in if-else statementsLukas Fleischer2013-02-171-6/+6
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* src/llist.c: Compare data pointers if callback is NULLLukas Fleischer2012-06-301-9/+30
* Allow passing more complex data to list callbacksLukas Fleischer2012-06-301-4/+4
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-114/+86
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* src/llist.c: Bail out early on negative indexesLukas Fleischer2012-02-161-1/+7
* src/llist.c: Add llist_next_filter()Lukas Fleischer2011-10-051-0/+13
* src/llist.c: Add a tail pointerLukas Fleischer2011-10-051-6/+14
* src/llist.c: Use stable insertion algorithmLukas Fleischer2011-06-201-2/+2
* Fix whitespace issuesLukas Fleischer2011-06-091-2/+2
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Add comments to linked list functions.Lukas Fleischer2011-04-221-0/+39
* llist.c: Nullify pointers after free()'ing.Lukas Fleischer2011-04-221-1/+6
* Add linked lists implementation.Lukas Fleischer2011-04-191-0/+212