summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.h
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Parametrise the different ways in which the payload is resetMartin Kühne2016-12-05
* Do not #define _RESERVED_IDENTIFIERSIvy Foster2016-09-25
* Update copyright years for 2016Allan McRae2016-01-04
* Update copyright notices for 2015Allan McRae2015-02-01
* dload: mark final_url as constChristian Hesse2014-10-19
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Minor struct member reordering for packing concernsDan McGee2014-01-06
* Update copyright years for 2014Allan McRae2014-01-06
* dload: avoid renaming files downloaded via sync operationsChristian Hesse2013-09-18
* dload: pass back the effective URL to callers of _alpm_downloadDave Reisner2013-01-29
* dload: avoid showing progress bars on some redirectsDave Reisner2013-01-17
* Update copyright year for 2013Allan McRae2013-01-03
* Update copyright yearsAllan McRae2012-02-20
* sync: extract build_payload() method from find_dl_candidatesDan McGee2011-10-21
* dload: add pointer to server list for each payloadDave Reisner2011-10-17
* Merge branch 'maint'Dan McGee2011-10-14
|\
| * Add missing #ifdef around cURL error code in download structDan McGee2011-10-14
* | Introduce alpm_time_t typeDan McGee2011-10-12
|/
* move prevprogress onto payload handleDave Reisner2011-09-29
* Refactor download payload reset and freeDan McGee2011-09-28
* Initialize cURL library on first useDan McGee2011-09-28
* Fix memory leak in download payload->remote_nameDan McGee2011-09-28
* Use off_t rather than double where possibleDan McGee2011-08-25
* dload: add open_mode to payload structDave Reisner2011-08-22
* dload: rename cd_filename to content_disp_nameDave Reisner2011-08-22
* dload: move tempfile and destfile to payload structDave Reisner2011-08-22
* dload: rename payload->filename to payload->remote_nameDave Reisner2011-08-19
* dload: add 'unlink_on_fail' to payload structDave Reisner2011-08-19
* absorb fileinfo struct into dload_payloadDave Reisner2011-07-05
* absorb some _alpm_download params into payload structDave Reisner2011-07-05
* lib/dload: prevent large file attacksDave Reisner2011-07-05
* dload: handle irregular URLsDave Reisner2011-07-05
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Move pm_errno onto the handleDan McGee2011-06-13
* libalpm/dload: major refactor of signature downloadingDan McGee2011-04-22
* libalpm/dload: const and static correctnessDan McGee2011-04-22
* lib/dload: pass a struct with filename and size to curl_progressDave Reisner2011-03-27
* Remove all traces of libfetchDave Reisner2011-03-09
* Update copyright years for 2011Allan McRae2011-01-07
* Bump copyright dates to 2010Dan McGee2010-03-14
* download: major refactor to address lingering issuesDan McGee2009-11-15
* Update copyright headers and messagesDan McGee2009-07-01
* Remove unnecessary import in dload.hDan McGee2008-04-10
* Add new stub download functions for use throughout the codeDan McGee2008-02-24
* Move download code out of server.cDan McGee2008-02-24