| Commit message (Expand) | Author | Age |
* | dload: avoid renaming files downloaded via sync operations | Christian Hesse | 2013-09-18 |
* | dload: pass back the effective URL to callers of _alpm_download | Dave Reisner | 2013-01-29 |
* | dload: avoid showing progress bars on some redirects | Dave Reisner | 2013-01-17 |
* | Update copyright year for 2013 | Allan McRae | 2013-01-03 |
* | Update copyright years | Allan McRae | 2012-02-20 |
* | sync: extract build_payload() method from find_dl_candidates | Dan McGee | 2011-10-21 |
* | dload: add pointer to server list for each payload | Dave Reisner | 2011-10-17 |
* | Merge branch 'maint' | Dan McGee | 2011-10-14 |
|\ |
|
| * | Add missing #ifdef around cURL error code in download struct | Dan McGee | 2011-10-14 |
* | | Introduce alpm_time_t type | Dan McGee | 2011-10-12 |
|/ |
|
* | move prevprogress onto payload handle | Dave Reisner | 2011-09-29 |
* | Refactor download payload reset and free | Dan McGee | 2011-09-28 |
* | Initialize cURL library on first use | Dan McGee | 2011-09-28 |
* | Fix memory leak in download payload->remote_name | Dan McGee | 2011-09-28 |
* | Use off_t rather than double where possible | Dan McGee | 2011-08-25 |
* | dload: add open_mode to payload struct | Dave Reisner | 2011-08-22 |
* | dload: rename cd_filename to content_disp_name | Dave Reisner | 2011-08-22 |
* | dload: move tempfile and destfile to payload struct | Dave Reisner | 2011-08-22 |
* | dload: rename payload->filename to payload->remote_name | Dave Reisner | 2011-08-19 |
* | dload: add 'unlink_on_fail' to payload struct | Dave Reisner | 2011-08-19 |
* | absorb fileinfo struct into dload_payload | Dave Reisner | 2011-07-05 |
* | absorb some _alpm_download params into payload struct | Dave Reisner | 2011-07-05 |
* | lib/dload: prevent large file attacks | Dave Reisner | 2011-07-05 |
* | dload: handle irregular URLs | Dave Reisner | 2011-07-05 |
* | Rename pmhandle_t to alpm_handle_t | Allan McRae | 2011-06-28 |
* | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | libalpm/dload: major refactor of signature downloading | Dan McGee | 2011-04-22 |
* | libalpm/dload: const and static correctness | Dan McGee | 2011-04-22 |
* | lib/dload: pass a struct with filename and size to curl_progress | Dave Reisner | 2011-03-27 |
* | Remove all traces of libfetch | Dave Reisner | 2011-03-09 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | Bump copyright dates to 2010 | Dan McGee | 2010-03-14 |
* | download: major refactor to address lingering issues | Dan McGee | 2009-11-15 |
* | Update copyright headers and messages | Dan McGee | 2009-07-01 |
* | Remove unnecessary import in dload.h | Dan McGee | 2008-04-10 |
* | Add new stub download functions for use throughout the code | Dan McGee | 2008-02-24 |
* | Move download code out of server.c | Dan McGee | 2008-02-24 |