summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/delta.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-16graph.h: rename childptr -> iteratorAndrew Gregory1-5/+5
2017-04-16graph.h: replace hardcoded values with an enumAndrew Gregory1-2/+2
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-10-27Alpm, check for NULL in free-functionsRikard Falkeborn1-0/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-24_alpm_delta_parse: free memory on errorAllan McRae1-4/+8
2014-12-24_alpm_delta_dup: free memory on errorAllan McRae1-4/+8
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-01-03Use a defined constant in delta.c for num_matchesDan McGee1-3/+6
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee1-1/+2
2012-01-02Only compile delta regex onceDan McGee1-14/+19
2012-01-01Fix delta parsingDan McGee1-1/+2
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-13delta: use regex substring matchingDave Reisner1-23/+20
2011-09-12account for partial delta files in download sizeDave Reisner1-5/+21
2011-09-03More package operations cleanupDan McGee1-4/+1
2011-09-03Clean up handling of size fieldsDan McGee1-4/+3
2011-08-30Parse > 2GiB file sizes correctlyDan McGee1-1/+1
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-2/+2
2011-06-28Rename pmgraph_t to alpm_graph_tAllan McRae1-11/+11
2011-06-28Rename pmdelta_t to alpm_delta_tAllan McRae1-20/+20
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-2/+2
2011-06-20Correctly duplicate delta objectsDan McGee1-2/+16
2011-06-16Make pmdelta_t publicDan McGee1-37/+6
2011-06-14Switch all logging to use handle directlyDan McGee1-4/+2
2011-06-14Move pm_errno onto the handleDan McGee1-5/+9
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-5/+6
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-2/+0
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