summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm_list.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-1/+0
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-0/+1
2011-07-05Simplify alpm_list_previousAllan McRae1-1/+1
2011-07-05Remove alpm_list_firstAllan McRae1-1/+0
2011-07-03Add alpm_list_previous methodAllan McRae1-0/+1
2011-02-04Add new alpm_list_remove_item() functionDan McGee1-0/+1
2011-01-08Use size_t for alpm_list sizesAllan McRae1-3/+3
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-26alpm_list_diff_sorted - make some arguments constAllan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-11alpm_list : add new alpm_list_diff_sorted functionXavier Chantry1-0/+2
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-0/+1
2008-02-25alpm_list.c clean-upNagy Gabor1-1/+0
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee1-0/+2
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-03alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier1-3/+3
2007-11-21New alpm_list_join functionNagy Gabor1-0/+1
2007-11-17Generalized alpm_list_find.Nagy Gabor1-2/+3
2007-11-17War on whitespaceDan McGee1-3/+3
2007-11-15Fix alpm_list_copy_dataDan McGee1-1/+1
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee1-1/+0
2007-10-30Make general list copy functionDan McGee1-0/+1
2007-10-20Add pmdelta_t structure and functions to libalpm.Nathan Jones1-0/+1
2007-10-15Updates to fix Doxygen documentation generationDan McGee1-4/+2
2007-06-05Const correctness!Dan McGee1-9/+9
2007-04-28Remove FREELISTPTR macroDan McGee1-4/+1
2007-03-29Doxygen fixups for libalpmDan McGee1-2/+18
2007-03-03Big commit this time:Aaron Griffin1-1/+1
2007-03-01* Switched some functions to alpm_pkg_get_* usage as I came across themAaron Griffin1-0/+1
2007-02-16* Removed unnecessary #defineDan McGee1-1/+0
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin1-3/+3
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee1-2/+2
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin1-6/+7
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-0/+71