summaryrefslogtreecommitdiff
path: root/lib/libalpm/delta.c
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-07-28Fix brace coding style issuesMichael Straube
2017-04-16graph.h: rename childptr -> iteratorAndrew Gregory
2017-04-16graph.h: replace hardcoded values with an enumAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-10-27Alpm, check for NULL in free-functionsRikard Falkeborn
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-24_alpm_delta_parse: free memory on errorAllan McRae
2014-12-24_alpm_delta_dup: free memory on errorAllan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-01-03Use a defined constant in delta.c for num_matchesDan McGee
2013-01-03Update copyright year for 2013Allan McRae
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