summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/delta.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Style change: return(x) --> return xDan McGee1-18/+18
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-26More consistent printing of off_t and time_tXavier Chantry1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15delta : add external cleanup scriptXavier Chantry1-3/+43
2009-09-20delta : simple code refactoringXavier Chantry1-26/+41
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-03-15Fix several issues with xdeltaXavier Chantry1-2/+3
2009-02-28libalpm: remove from_md5 and to_md5 from pmdelta_tXavier Chantry1-42/+15
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-2/+2
2008-12-01Add regex to delta code so we don't segfault when reading lineDan McGee1-0/+15
2008-06-04Use correct C type for file sizesDan McGee1-8/+8
2008-04-26Completely rework delta algorithmChantry Xavier1-95/+137
2008-04-26Rework delta struct and modify code accordinglyDan McGee1-46/+39
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-01-22Convert deltas to dynamic allocationDan McGee1-7/+16
2007-12-21Fix memory leak in shortest_delta_path.Nathan Jones1-2/+4
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-11-17Generalized alpm_list_find.Nagy Gabor1-1/+1
2007-11-17War on whitespaceDan McGee1-2/+2
2007-10-29libalpm/delta: add const to most methodsDan McGee1-4/+4
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-1/+2
2007-10-20Add pmdelta_t structure and functions to libalpm.Nathan Jones1-0/+265