summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm_list.c
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2012-02-06Merge branch 'maint'Dan McGee
2012-01-31Fix rare segfault on package removalAllan McRae
2012-01-02alpm_list_msort: inline alpm_list_nth() callDan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-09-27alpm_list: use malloc instead of callocDan McGee
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee
2011-08-24Improved alpm_list_mmerge() performance (fixed coding style)Diogo Sousa
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-06-01Merge branch 'maint'Dan McGee
2011-05-24alpm_list: fix typo in doxygen commentPang Yan Han
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-16alpm_list: fix typo in doxygen commentDave Reisner
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-24Fix a small typo in alpm_list.cLaszlo Papp
2009-10-11alpm_list : add new alpm_list_diff_sorted functionXavier Chantry
2009-10-11alpm_list : fix a bug in alpm_list_removeXavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2008-07-17alpm_list_remove treat NULL needle as "nothing"Nagy Gabor
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-02-24More cleanup to alpm_listDan McGee
2008-02-25alpm_list.c clean-upNagy Gabor
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-14alpm_list_add == alpm_list_add_lastNagy Gabor
2007-11-11Ensure list tail pointer is updated when we remove tail nodeDan McGee
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee
2007-11-06Maintain list tail pointers in the head nodeAaron Griffin
2007-11-04Add a little const correctness fix to alpm_listDan McGee
2007-10-29Make general list copy functionDan McGee
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones
2007-07-20libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions.Chantry Xavier
2007-06-05Const correctness!Dan McGee
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-04-27Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee
2007-03-29Doxygen fixups for libalpmDan McGee
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee