summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm_list.h
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-04-04add alpm_list_append_strdupAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster
2016-01-15add alpm_list_appendAndrew Gregory
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-06-06Document alpm_list files are to be stand aloneAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-02-20Update copyright yearsAllan McRae
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-05Simplify alpm_list_previousAllan McRae
2011-07-05Remove alpm_list_firstAllan McRae
2011-07-03Add alpm_list_previous methodAllan McRae
2011-02-04Add new alpm_list_remove_item() functionDan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-03-25alpm_list_diff_sorted - make some arguments constAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11alpm_list : add new alpm_list_diff_sorted functionXavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-02-25alpm_list.c clean-upNagy Gabor
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-02alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier
2007-11-20New alpm_list_join functionNagy Gabor
2007-11-17Generalized alpm_list_find.Nagy Gabor
2007-11-16War on whitespaceDan McGee
2007-11-14Fix alpm_list_copy_dataDan McGee
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee
2007-10-29Make general list copy functionDan McGee
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones
2007-10-14Updates to fix Doxygen documentation generationDan McGee
2007-06-05Const correctness!Dan McGee
2007-04-28Remove FREELISTPTR macroDan McGee
2007-03-29Doxygen fixups for libalpmDan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-03-01* Switched some functions to alpm_pkg_get_* usage as I came across themAaron Griffin
2007-02-16* Removed unnecessary #defineDan McGee
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin