summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster1-9/+9
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster1-6/+16
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-11Use correct format specifiersRikard Falkeborn1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-24create_tempfile: fix memory leak on errorAllan McRae1-1/+1
2014-10-19dload: mark final_url as constChristian Hesse1-4/+4
2014-10-16dload: unlink file on filesize exceeded errorChristian Hesse1-0/+1
2014-10-16dload: use better error message on exceeded file sizeChristian Hesse1-4/+2
2014-10-02alpm: Fix wrong xferred/total sizes when resuming downloadsOlivier Brunel1-1/+3
2014-08-04filecache_find_url: dereference the 'filebase' pointerRyo Munakata1-1/+1
2014-05-22dload: avoid using CURLOPT_FAILONERRORDave Reisner1-7/+8
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-19dload: allow curl to response to any auth challengeDave Reisner1-0/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John1-1/+1
2013-09-18dload: avoid renaming files downloaded via sync operationsChristian Hesse1-17/+21
2013-08-21Do not refer to FlySpray numbersAllan McRae1-1/+1
2013-07-22Hide unused parameter warnings when building without libcurlAllan McRae1-0/+3
2013-07-05do not check error from close(2)Dave Reisner1-1/+1
2013-02-24dload: don't download sig if package is found in cacheDave Reisner1-1/+1
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner1-8/+12
2013-01-29Relax requirement of what constitutes a dead connectionLANGLOIS Olivier PIS -EXT1-1/+1
2013-01-17dload: avoid showing progress bars on some redirectsDave Reisner1-5/+16
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Plug various minor memory leaksAndrew Gregory1-0/+1
2012-05-21fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner1-10/+10
2012-04-12Merge branch 'maint'Dan McGee1-5/+6
2012-04-09Fix issues with unintialized variable value usageDan McGee1-5/+6
2012-03-16Merge branch 'maint'Dan McGee1-0/+5
2012-03-15dload: reset payload filename members before downloadDave Reisner1-0/+5
2012-02-21Merge branch 'maint'Dan McGee1-2/+2
2012-02-20Print error message when to-be-downloaded file cannot be createdNagy Gabor1-0/+4
2012-02-14Update SIGPIPE signal handler commentDan McGee1-2/+2
2012-01-23Merge branch 'maint'Dan McGee1-37/+118
2012-01-23lib/dload: give uniform naming to curl CB functionsDave Reisner1-4/+4
2012-01-23lib/dload: enforce usage of TCP keepalivesDave Reisner1-0/+53
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-19fetch_url: look for files in cache before downloadingDave Reisner1-32/+60
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-07Merge branch 'maint'Dan McGee1-0/+3
2011-12-05Enforce signature download size limit on -U <url> operationsDan McGee1-0/+3
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee1-3/+1
2011-10-28dload: remove redundant conditionalDave Reisner1-2/+3
2011-10-28dload: chmod tempfiles to respect umaskDave Reisner1-1/+12
2011-10-24Add more logging to download codeDan McGee1-3/+11
2011-10-13curl_gethost() potential bug fixupsDan McGee1-10/+14
2011-10-11dload: unhook error buffer after transfer finishesDave Reisner1-1/+4
2011-09-29move prevprogress onto payload handleDave Reisner1-8/+3