summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/dload.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-10-19dload: mark final_url as constChristian Hesse1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Minor struct member reordering for packing concernsDan McGee1-2/+2
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-09-18dload: avoid renaming files downloaded via sync operationsChristian Hesse1-0/+1
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner1-1/+1
2013-01-17dload: avoid showing progress bars on some redirectsDave Reisner1-0/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-10-22sync: extract build_payload() method from find_dl_candidatesDan McGee1-1/+1
2011-10-17dload: add pointer to server list for each payloadDave Reisner1-0/+1
2011-10-14Merge branch 'maint'Dan McGee1-0/+2
2011-10-14Add missing #ifdef around cURL error code in download structDan McGee1-0/+2
2011-10-12Introduce alpm_time_t typeDan McGee1-2/+0
2011-09-29move prevprogress onto payload handleDave Reisner1-0/+1
2011-09-28Refactor download payload reset and freeDan McGee1-1/+1
2011-09-28Initialize cURL library on first useDan McGee1-0/+1
2011-09-28Fix memory leak in download payload->remote_nameDan McGee1-1/+1
2011-08-25Use off_t rather than double where possibleDan McGee1-2/+2
2011-08-22dload: add open_mode to payload structDave Reisner1-0/+1
2011-08-22dload: rename cd_filename to content_disp_nameDave Reisner1-1/+1
2011-08-22dload: move tempfile and destfile to payload structDave Reisner1-0/+2
2011-08-20dload: rename payload->filename to payload->remote_nameDave Reisner1-1/+1
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner1-0/+1
2011-07-06absorb fileinfo struct into dload_payloadDave Reisner1-8/+2
2011-07-06absorb some _alpm_download params into payload structDave Reisner1-3/+6
2011-07-06lib/dload: prevent large file attacksDave Reisner1-2/+11
2011-07-06dload: handle irregular URLsDave Reisner1-1/+2
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-2/+2
2011-06-14Move pm_errno onto the handleDan McGee1-1/+2
2011-04-23libalpm/dload: major refactor of signature downloadingDan McGee1-6/+2
2011-04-22libalpm/dload: const and static correctnessDan McGee1-1/+1
2011-03-28lib/dload: pass a struct with filename and size to curl_progressDave Reisner1-0/+6
2011-03-09Remove all traces of libfetchDave Reisner1-2/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-11-16download: major refactor to address lingering issuesDan McGee1-2/+2
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2008-04-11Remove unnecessary import in dload.hDan McGee1-1/+0
2008-02-25Add new stub download functions for use throughout the codeDan McGee1-5/+6
2008-02-25Move download code out of server.cDan McGee1-0/+38