summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)Author
2012-05-20fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner
2012-04-12Merge branch 'maint'Dan McGee
2012-04-09Fix issues with unintialized variable value usageDan McGee
2012-03-16Merge branch 'maint'Dan McGee
2012-03-14dload: reset payload filename members before downloadDave Reisner
2012-02-20Merge branch 'maint'Dan McGee
2012-02-20Print error message when to-be-downloaded file cannot be createdNagy Gabor
2012-02-14Update SIGPIPE signal handler commentDan McGee
2012-01-23Merge branch 'maint'Dan McGee
2012-01-23lib/dload: give uniform naming to curl CB functionsDave Reisner
2012-01-23lib/dload: enforce usage of TCP keepalivesDave Reisner
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-18fetch_url: look for files in cache before downloadingDave Reisner
2011-12-21include config.h via MakefilesDave Reisner
2011-12-07Merge branch 'maint'Dan McGee
2011-12-05Enforce signature download size limit on -U <url> operationsDan McGee
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee
2011-10-27dload: remove redundant conditionalDave Reisner
2011-10-27dload: chmod tempfiles to respect umaskDave Reisner
2011-10-24Add more logging to download codeDan McGee
2011-10-13curl_gethost() potential bug fixupsDan McGee
2011-10-10dload: unhook error buffer after transfer finishesDave Reisner
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-09-18dload: avoid using memrchrDave Reisner
2011-09-18dload: remove user:pass@ definition from hostnameDave Reisner
2011-09-11dload: provide optional netrc supportDave Reisner
2011-09-06dload: use intmax_t when printing off_tDan McGee
2011-09-06dload: abstract dload_interrupted reasonsDave Reisner
2011-09-06dload: improve debug outputDave Reisner
2011-08-28Fix possible mismatched type with several curl argumentsDan McGee
2011-08-25Finish large file download attack preventionDan McGee
2011-08-25Use off_t rather than double where possibleDan McGee
2011-08-22dload: prevent need to copy struct in mask_signal()Dan McGee
2011-08-22dload: extract tempfile creation to its own functionDave Reisner
2011-08-22dload: move (un)masking of signals to separate functionsDave Reisner
2011-08-22dload: move curl option setting to static functionDave Reisner
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: remove unused macroDave Reisner
2011-08-19dload: delete zero length downloads on curl errorDave Reisner
2011-08-19dload: rename payload->filename to payload->remote_nameDave Reisner
2011-08-19dload: remove code duplicationDave Reisner
2011-08-19lib/dload: unlink on response code >=400Dave Reisner
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner
2011-08-19lib/dload: prevent possible NULL dereferenceDave Reisner
2011-08-18lib/libalpm/dload.c: Use STRDUP() instead of strdup()Lukas Fleischer