summaryrefslogtreecommitdiff
path: root/lib/libalpm/delta.c
AgeCommit message (Expand)Author
2011-01-07Update copyright years for 2011Allan McRae
2010-03-25More consistent printing of off_t and time_tXavier Chantry
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14delta : add external cleanup scriptXavier Chantry
2009-09-20delta : simple code refactoringXavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-03-15Fix several issues with xdeltaXavier Chantry
2009-02-28libalpm: remove from_md5 and to_md5 from pmdelta_tXavier Chantry
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2008-11-30Add regex to delta code so we don't segfault when reading lineDan McGee
2008-06-04Use correct C type for file sizesDan McGee
2008-04-26Completely rework delta algorithmChantry Xavier
2008-04-26Rework delta struct and modify code accordinglyDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-01-21Convert deltas to dynamic allocationDan McGee
2007-12-21Fix memory leak in shortest_delta_path.Nathan Jones
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-17Generalized alpm_list_find.Nagy Gabor
2007-11-16War on whitespaceDan McGee
2007-10-29libalpm/delta: add const to most methodsDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones