summaryrefslogtreecommitdiff
path: root/lib/libalpm/delta.c
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2012-01-18Allow UseDelta option to specify a delta ratioDan McGee
2012-01-02Only compile delta regex onceDan McGee
2011-12-31Fix delta parsingDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-12-13delta: use regex substring matchingDave Reisner
2011-09-11account for partial delta files in download sizeDave Reisner
2011-09-02More package operations cleanupDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-08-29Parse > 2GiB file sizes correctlyDan McGee
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-28Rename pmgraph_t to alpm_graph_tAllan McRae
2011-06-28Rename pmdelta_t to alpm_delta_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-20Correctly duplicate delta objectsDan McGee
2011-06-16Make pmdelta_t publicDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
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