summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm_list.c
Commit message (Expand)AuthorAge
...
* 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
* Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee2007-01-30
* * Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin2007-01-24
* * Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin2007-01-23
* Introduced an infinite loop during the pmlist -> alpm_list transition, whoopsAaron Griffin2007-01-22
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19