summaryrefslogtreecommitdiff
path: root/lib/libalpm/delta.c
Commit message (Expand)AuthorAge
* graph.h: rename childptr -> iteratorAndrew Gregory2017-04-16
* graph.h: replace hardcoded values with an enumAndrew Gregory2017-04-16
* Update copyright yearsAllan McRae2017-01-04
* Update copyright years for 2016Allan McRae2016-01-04
* Alpm, check for NULL in free-functionsRikard Falkeborn2015-10-27
* Update copyright notices for 2015Allan McRae2015-02-01
* _alpm_delta_parse: free memory on errorAllan McRae2014-12-24
* _alpm_delta_dup: free memory on errorAllan McRae2014-12-24
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Use a defined constant in delta.c for num_matchesDan McGee2013-01-03
* Update copyright year for 2013Allan McRae2013-01-03
* Update copyright yearsAllan McRae2012-02-20
* Allow UseDelta option to specify a delta ratioDan McGee2012-01-18
* Only compile delta regex onceDan McGee2012-01-02
* Fix delta parsingDan McGee2011-12-31
* include config.h via MakefilesDave Reisner2011-12-21
* delta: use regex substring matchingDave Reisner2011-12-13
* account for partial delta files in download sizeDave Reisner2011-09-11
* More package operations cleanupDan McGee2011-09-02
* Clean up handling of size fieldsDan McGee2011-09-02
* Parse > 2GiB file sizes correctlyDan McGee2011-08-29
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Rename pmgraph_t to alpm_graph_tAllan McRae2011-06-28
* Rename pmdelta_t to alpm_delta_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Correctly duplicate delta objectsDan McGee2011-06-20
* Make pmdelta_t publicDan McGee2011-06-16
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Style change: return(x) --> return xDan McGee2011-03-20
* Update copyright years for 2011Allan McRae2011-01-07
* More consistent printing of off_t and time_tXavier Chantry2010-03-25
* Bump copyright dates to 2010Dan McGee2010-03-14
* delta : add external cleanup scriptXavier Chantry2010-03-14
* delta : simple code refactoringXavier Chantry2009-09-20
* Update copyright headers and messagesDan McGee2009-07-01
* Fix several issues with xdeltaXavier Chantry2009-03-15
* libalpm: remove from_md5 and to_md5 from pmdelta_tXavier Chantry2009-02-28
* Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor2009-01-12
* Add regex to delta code so we don't segfault when reading lineDan McGee2008-11-30
* Use correct C type for file sizesDan McGee2008-06-04
* Completely rework delta algorithmChantry Xavier2008-04-26
* Rework delta struct and modify code accordinglyDan McGee2008-04-26
* Remove unnecessary header file, move one macro to util.cDan McGee2008-04-06
* Convert deltas to dynamic allocationDan McGee2008-01-21
* Fix memory leak in shortest_delta_path.Nathan Jones2007-12-21