summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)Author
2014-10-19dload: mark final_url as constChristian Hesse
2014-10-16dload: unlink file on filesize exceeded errorChristian Hesse
2014-10-16dload: use better error message on exceeded file sizeChristian Hesse
2014-10-02alpm: Fix wrong xferred/total sizes when resuming downloadsOlivier Brunel
2014-08-04filecache_find_url: dereference the 'filebase' pointerRyo Munakata
2014-05-22dload: avoid using CURLOPT_FAILONERRORDave Reisner
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-12-19dload: allow curl to response to any auth challengeDave Reisner
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John
2013-09-18dload: avoid renaming files downloaded via sync operationsChristian Hesse
2013-08-21Do not refer to FlySpray numbersAllan McRae
2013-07-22Hide unused parameter warnings when building without libcurlAllan McRae
2013-07-05do not check error from close(2)Dave Reisner
2013-02-24dload: don't download sig if package is found in cacheDave Reisner
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner
2013-01-29Relax requirement of what constitutes a dead connectionLANGLOIS Olivier PIS -EXT
2013-01-17dload: avoid showing progress bars on some redirectsDave Reisner
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Plug various minor memory leaksAndrew Gregory
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