summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm_list.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-25More cleanup to alpm_listDan McGee1-20/+7
2008-02-25alpm_list.c clean-upNagy Gabor1-58/+63
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-03alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier1-9/+9
2007-11-21New alpm_list_join functionNagy Gabor1-0/+33
2007-11-17Generalized alpm_list_find.Nagy Gabor1-15/+28
2007-11-17War on whitespaceDan McGee1-9/+9
2007-11-15Fix alpm_list_copy_dataDan McGee1-5/+7
2007-11-15alpm_list_add == alpm_list_add_lastNagy Gabor1-1/+1
2007-11-11Ensure list tail pointer is updated when we remove tail nodeDan McGee1-2/+10
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee1-29/+0
2007-11-07Maintain list tail pointers in the head nodeAaron Griffin1-15/+44
2007-11-04Add a little const correctness fix to alpm_listDan McGee1-3/+4
2007-10-30Make general list copy functionDan McGee1-2/+24
2007-10-20Add pmdelta_t structure and functions to libalpm.Nathan Jones1-0/+18
2007-07-20libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions.Chantry Xavier1-11/+11
2007-06-05Const correctness!Dan McGee1-19/+23
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-1/+1
2007-04-28Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee1-1/+1
2007-03-29Doxygen fixups for libalpmDan McGee1-81/+158
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee1-2/+2
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-1/+2
2007-03-03Big commit this time:Aaron Griffin1-1/+1
2007-03-01* Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee1-1/+1
2007-03-01* Switched some functions to alpm_pkg_get_* usage as I came across themAaron Griffin1-0/+27
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-8/+8
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee1-4/+4
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin1-13/+42
2007-01-23* Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin1-1/+4
2007-01-22Introduced an infinite loop during the pmlist -> alpm_list transition, whoopsAaron Griffin1-0/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-0/+429