summaryrefslogtreecommitdiff
path: root/libkmod/libkmod-list.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-25Remove FSF mailing addressLucas De Marchi1-2/+1
2014-10-09libkmod: remove unused inline functionsLucas De Marchi1-16/+0
2013-07-04Use "-internal" suffix instead of "-private"Lucas De Marchi1-1/+1
2013-01-16Update copyright noticesLucas De Marchi1-1/+1
2012-01-17libkmod-list: allow to append an empty listLucas De Marchi1-0/+3
2012-01-09doc: organize sectionsLucas De Marchi1-0/+5
2012-01-09Update copyrightLucas De Marchi1-1/+1
2011-12-27Fix kmod_list_remove_n_latest()Lucas De Marchi1-15/+6
2011-12-17introduce kmod_list_last()Gustavo Sverzut Barbieri1-0/+20
2011-12-17fix kmod_list_prev().Gustavo Sverzut Barbieri1-1/+1
2011-12-12Change licensesLucas De Marchi1-1/+2
2011-12-12coding style: fix lines over 80 charsLucas De Marchi1-4/+6
2011-12-08kmod_list: document exported functionsLucas De Marchi1-2/+27
2011-12-06kmod_list: remove nodes in orderLucas De Marchi1-1/+1
2011-12-06kmod_list: add helper function to merge two listsLucas De Marchi1-0/+31
2011-12-06kmod_list: add helper kmod_list_insert_before()Lucas De Marchi1-0/+31
2011-12-06kmod_list: add helper kmod_list_insert_after()Lucas De Marchi1-0/+31
2011-12-03improve "const" keyword usage.Gustavo Sverzut Barbieri1-10/+10
2011-12-01Add kmod_list_remove_n_latest()Lucas De Marchi1-0/+28
2011-12-01Add kmod_list_prev to exported functionsLucas De Marchi1-0/+12
2011-11-28Fix wrong copyrightLucas De Marchi1-1/+0
2011-11-23Add some function attributes and use themLucas De Marchi1-1/+0
2011-11-23Implement circular double-linked listLucas De Marchi1-0/+153