Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-10-27 | Alpm, check for NULL in free-functions | Rikard Falkeborn | 1 | -0/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-12-24 | _alpm_delta_parse: free memory on error | Allan McRae | 1 | -4/+8 |
2014-12-24 | _alpm_delta_dup: free memory on error | Allan McRae | 1 | -4/+8 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-01-03 | Use a defined constant in delta.c for num_matches | Dan McGee | 1 | -3/+6 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2012-01-19 | Allow UseDelta option to specify a delta ratio | Dan McGee | 1 | -1/+2 |
2012-01-02 | Only compile delta regex once | Dan McGee | 1 | -14/+19 |
2012-01-01 | Fix delta parsing | Dan McGee | 1 | -1/+2 |
2011-12-22 | include config.h via Makefiles | Dave Reisner | 1 | -2/+0 |
2011-12-13 | delta: use regex substring matching | Dave Reisner | 1 | -23/+20 |
2011-09-12 | account for partial delta files in download size | Dave Reisner | 1 | -5/+21 |
2011-09-03 | More package operations cleanup | Dan McGee | 1 | -4/+1 |
2011-09-03 | Clean up handling of size fields | Dan McGee | 1 | -4/+3 |
2011-08-30 | Parse > 2GiB file sizes correctly | Dan McGee | 1 | -1/+1 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmgraph_t to alpm_graph_t | Allan McRae | 1 | -11/+11 |
2011-06-28 | Rename pmdelta_t to alpm_delta_t | Allan McRae | 1 | -20/+20 |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -2/+2 |
2011-06-20 | Correctly duplicate delta objects | Dan McGee | 1 | -2/+16 |
2011-06-16 | Make pmdelta_t public | Dan McGee | 1 | -37/+6 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -4/+2 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -5/+9 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -5/+6 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -2/+0 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -18/+18 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-03-26 | More consistent printing of off_t and time_t | Xavier Chantry | 1 | -1/+1 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2010-03-15 | delta : add external cleanup script | Xavier Chantry | 1 | -3/+43 |
2009-09-20 | delta : simple code refactoring | Xavier Chantry | 1 | -26/+41 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-03-15 | Fix several issues with xdelta | Xavier Chantry | 1 | -2/+3 |
2009-02-28 | libalpm: remove from_md5 and to_md5 from pmdelta_t | Xavier Chantry | 1 | -42/+15 |
2009-01-13 | Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm... | Nagy Gabor | 1 | -2/+2 |
2008-12-01 | Add regex to delta code so we don't segfault when reading line | Dan McGee | 1 | -0/+15 |
2008-06-04 | Use correct C type for file sizes | Dan McGee | 1 | -8/+8 |
2008-04-26 | Completely rework delta algorithm | Chantry Xavier | 1 | -95/+137 |
2008-04-26 | Rework delta struct and modify code accordingly | Dan McGee | 1 | -46/+39 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2008-01-22 | Convert deltas to dynamic allocation | Dan McGee | 1 | -7/+16 |
2007-12-21 | Fix memory leak in shortest_delta_path. | Nathan Jones | 1 | -2/+4 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -3/+1 |
2007-11-17 | Generalized alpm_list_find. | Nagy Gabor | 1 | -1/+1 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -2/+2 |