aboutsummaryrefslogtreecommitdiffstats
path: root/src/llist.c
Commit message (Expand)AuthorAgeFilesLines
* 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