summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.h
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2011-10-21sync: extract build_payload() method from find_dl_candidatesDan McGee
2011-10-17dload: add pointer to server list for each payloadDave Reisner
2011-10-14Merge branch 'maint'Dan McGee
2011-10-14Add missing #ifdef around cURL error code in download structDan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-29move prevprogress onto payload handleDave Reisner
2011-09-28Refactor download payload reset and freeDan McGee
2011-09-28Initialize cURL library on first useDan McGee
2011-09-28Fix memory leak in download payload->remote_nameDan McGee
2011-08-25Use off_t rather than double where possibleDan McGee
2011-08-22dload: add open_mode to payload structDave Reisner
2011-08-22dload: rename cd_filename to content_disp_nameDave Reisner
2011-08-22dload: move tempfile and destfile to payload structDave Reisner
2011-08-19dload: rename payload->filename to payload->remote_nameDave Reisner
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner
2011-07-05absorb fileinfo struct into dload_payloadDave Reisner
2011-07-05absorb some _alpm_download params into payload structDave Reisner
2011-07-05lib/dload: prevent large file attacksDave Reisner
2011-07-05dload: handle irregular URLsDave Reisner
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-13Move pm_errno onto the handleDan McGee
2011-04-22libalpm/dload: major refactor of signature downloadingDan McGee
2011-04-22libalpm/dload: const and static correctnessDan McGee
2011-03-27lib/dload: pass a struct with filename and size to curl_progressDave Reisner
2011-03-09Remove all traces of libfetchDave Reisner
2011-01-07Update copyright years for 2011Allan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-11-15download: major refactor to address lingering issuesDan McGee
2009-07-01Update copyright headers and messagesDan McGee
2008-04-10Remove unnecessary import in dload.hDan McGee
2008-02-24Add new stub download functions for use throughout the codeDan McGee
2008-02-24Move download code out of server.cDan McGee