aboutsummaryrefslogtreecommitdiffstats
path: root/src/llist.h
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-4/+4
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Allow passing more complex data to list callbacksLukas Fleischer2012-06-301-5/+5
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-15/+15
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* src/llist.h: Add LLIST_{,TS}_FIND_FOREACH_CONTLukas Fleischer2011-10-051-0/+3
* src/llist.c: Add llist_next_filter()Lukas Fleischer2011-10-051-0/+3
* src/llist.c: Add a tail pointerLukas Fleischer2011-10-051-0/+1
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Add macros for linked list operations.Lukas Fleischer2011-04-191-0/+26
* Add linked lists implementation.Lukas Fleischer2011-04-191-0/+73