Age | Commit message (Expand) | Author | Files | Lines |
2018-05-14 | Remove all modelines from the project | Eli Schwartz | 1 | -2/+0 |
2018-03-14 | Update coyrights for 2018 | Allan McRae | 1 | -1/+1 |
2018-01-06 | dload: ensure callback is always initialized once | Andrew Gregory | 1 | -0/+1 |
2017-01-04 | Update copyright years | Allan McRae | 1 | -1/+1 |
2016-12-05 | Parametrise the different ways in which the payload is reset | Martin Kühne | 1 | -0/+1 |
2016-09-25 | Do not #define _RESERVED_IDENTIFIERS | Ivy Foster | 1 | -3/+3 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-10-19 | dload: mark final_url as const | Christian Hesse | 1 | -1/+1 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Minor struct member reordering for packing concerns | Dan McGee | 1 | -2/+2 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-09-18 | dload: avoid renaming files downloaded via sync operations | Christian Hesse | 1 | -0/+1 |
2013-01-29 | dload: pass back the effective URL to callers of _alpm_download | Dave Reisner | 1 | -1/+1 |
2013-01-17 | dload: avoid showing progress bars on some redirects | Dave Reisner | 1 | -0/+1 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2011-10-22 | sync: extract build_payload() method from find_dl_candidates | Dan McGee | 1 | -1/+1 |
2011-10-17 | dload: add pointer to server list for each payload | Dave Reisner | 1 | -0/+1 |
2011-10-14 | Merge branch 'maint' | Dan McGee | 1 | -0/+2 |
2011-10-14 | Add missing #ifdef around cURL error code in download struct | Dan McGee | 1 | -0/+2 |
2011-10-12 | Introduce alpm_time_t type | Dan McGee | 1 | -2/+0 |
2011-09-29 | move prevprogress onto payload handle | Dave Reisner | 1 | -0/+1 |
2011-09-28 | Refactor download payload reset and free | Dan McGee | 1 | -1/+1 |
2011-09-28 | Initialize cURL library on first use | Dan McGee | 1 | -0/+1 |
2011-09-28 | Fix memory leak in download payload->remote_name | Dan McGee | 1 | -1/+1 |
2011-08-25 | Use off_t rather than double where possible | Dan McGee | 1 | -2/+2 |
2011-08-22 | dload: add open_mode to payload struct | Dave Reisner | 1 | -0/+1 |
2011-08-22 | dload: rename cd_filename to content_disp_name | Dave Reisner | 1 | -1/+1 |
2011-08-22 | dload: move tempfile and destfile to payload struct | Dave Reisner | 1 | -0/+2 |
2011-08-20 | dload: rename payload->filename to payload->remote_name | Dave Reisner | 1 | -1/+1 |
2011-08-19 | dload: add 'unlink_on_fail' to payload struct | Dave Reisner | 1 | -0/+1 |
2011-07-06 | absorb fileinfo struct into dload_payload | Dave Reisner | 1 | -8/+2 |
2011-07-06 | absorb some _alpm_download params into payload struct | Dave Reisner | 1 | -3/+6 |
2011-07-06 | lib/dload: prevent large file attacks | Dave Reisner | 1 | -2/+11 |
2011-07-06 | dload: handle irregular URLs | Dave Reisner | 1 | -1/+2 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -2/+2 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -1/+2 |
2011-04-23 | libalpm/dload: major refactor of signature downloading | Dan McGee | 1 | -6/+2 |
2011-04-22 | libalpm/dload: const and static correctness | Dan McGee | 1 | -1/+1 |
2011-03-28 | lib/dload: pass a struct with filename and size to curl_progress | Dave Reisner | 1 | -0/+6 |
2011-03-09 | Remove all traces of libfetch | Dave Reisner | 1 | -2/+0 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-11-16 | download: major refactor to address lingering issues | Dan McGee | 1 | -2/+2 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2008-04-11 | Remove unnecessary import in dload.h | Dan McGee | 1 | -1/+0 |
2008-02-25 | Add new stub download functions for use throughout the code | Dan McGee | 1 | -5/+6 |
2008-02-25 | Move download code out of server.c | Dan McGee | 1 | -0/+38 |