summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm_list.c
AgeCommit message (Expand)Author
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
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-03-01* Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee
2007-03-01* Switched some functions to alpm_pkg_get_* usage as I came across themAaron Griffin
2007-01-30K. Piche <kpiche@rogers.com>Aaron 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-23* Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin
2007-01-22Introduced an infinite loop during the pmlist -> alpm_list transition, whoopsAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin