summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm_list.c
Commit message (Expand)AuthorAge
* alpm_list: use malloc instead of callocDan McGee2011-09-27
* Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee2011-09-22
* Improved alpm_list_mmerge() performance (fixed coding style)Diogo Sousa2011-08-24
* Convert package filelists to an array instead of linked listDan McGee2011-07-21
* Simplify alpm_list_previousAllan McRae2011-07-05
* Remove alpm_list_firstAllan McRae2011-07-05
* Add alpm_list_previous methodAllan McRae2011-07-03
* Merge branch 'maint'Dan McGee2011-06-01
|\
| * alpm_list: fix typo in doxygen commentPang Yan Han2011-05-24
* | Header inclusion cleanupDan McGee2011-04-20
* | syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* alpm_list: fix typo in doxygen commentDave Reisner2011-03-16
* Add new alpm_list_remove_item() functionDan McGee2011-02-04
* Use size_t for alpm_list sizesAllan McRae2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* alpm_list_diff_sorted - make some arguments constAllan McRae2010-03-25
* Bump copyright dates to 2010Dan McGee2010-03-14
* Fix a small typo in alpm_list.cLaszlo Papp2009-10-24
* alpm_list : add new alpm_list_diff_sorted functionXavier Chantry2009-10-11
* alpm_list : fix a bug in alpm_list_removeXavier Chantry2009-10-11
* Update copyright headers and messagesDan McGee2009-07-01
* alpm_list_remove treat NULL needle as "nothing"Nagy Gabor2008-07-17
* Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier2008-05-13
* More cleanup to alpm_listDan McGee2008-02-24
* alpm_list.c clean-upNagy Gabor2008-02-25
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier2007-12-02
* New alpm_list_join functionNagy Gabor2007-11-20
* Generalized alpm_list_find.Nagy Gabor2007-11-17
* War on whitespaceDan McGee2007-11-16
* Fix alpm_list_copy_dataDan McGee2007-11-14
* alpm_list_add == alpm_list_add_lastNagy Gabor2007-11-14
* Ensure list tail pointer is updated when we remove tail nodeDan McGee2007-11-11
* Remove unused and broken alpm_list_remove_node functionDan McGee2007-11-11
* Maintain list tail pointers in the head nodeAaron Griffin2007-11-06
* Add a little const correctness fix to alpm_listDan McGee2007-11-04
* Make general list copy functionDan McGee2007-10-29
* Add pmdelta_t structure and functions to libalpm.Nathan Jones2007-10-19
* libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions.Chantry Xavier2007-07-20
* Const correctness!Dan McGee2007-06-05
* Remove unnecessary casts on malloc and elsewhereDan McGee2007-05-14
* Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee2007-04-27
* Doxygen fixups for libalpmDan McGee2007-03-29
* * Fix group comparison issue and associated compilation warnings by usingDan McGee2007-03-11
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* Big commit this time:Aaron Griffin2007-03-03
* * Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee2007-03-01
* * Switched some functions to alpm_pkg_get_* usage as I came across themAaron Griffin2007-03-01
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30