Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-11-11 | Use correct format specifiers | Rikard Falkeborn | 1 | -1/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-12-24 | create_tempfile: fix memory leak on error | Allan McRae | 1 | -1/+1 |
2014-10-19 | dload: mark final_url as const | Christian Hesse | 1 | -4/+4 |
2014-10-16 | dload: unlink file on filesize exceeded error | Christian Hesse | 1 | -0/+1 |
2014-10-16 | dload: use better error message on exceeded file size | Christian Hesse | 1 | -4/+2 |
2014-10-02 | alpm: Fix wrong xferred/total sizes when resuming downloads | Olivier Brunel | 1 | -1/+3 |
2014-08-04 | filecache_find_url: dereference the 'filebase' pointer | Ryo Munakata | 1 | -1/+1 |
2014-05-22 | dload: avoid using CURLOPT_FAILONERROR | Dave Reisner | 1 | -7/+8 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-12-19 | dload: allow curl to response to any auth challenge | Dave Reisner | 1 | -0/+1 |
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John | 1 | -1/+1 |
2013-11-08 | Remove spaces between the opening "if" and the opening parenthesis | Jason St. John | 1 | -1/+1 |
2013-09-18 | dload: avoid renaming files downloaded via sync operations | Christian Hesse | 1 | -17/+21 |
2013-08-21 | Do not refer to FlySpray numbers | Allan McRae | 1 | -1/+1 |
2013-07-22 | Hide unused parameter warnings when building without libcurl | Allan McRae | 1 | -0/+3 |
2013-07-05 | do not check error from close(2) | Dave Reisner | 1 | -1/+1 |
2013-02-24 | dload: don't download sig if package is found in cache | Dave Reisner | 1 | -1/+1 |
2013-01-29 | dload: pass back the effective URL to callers of _alpm_download | Dave Reisner | 1 | -8/+12 |
2013-01-29 | Relax requirement of what constitutes a dead connection | LANGLOIS Olivier PIS -EXT | 1 | -1/+1 |
2013-01-17 | dload: avoid showing progress bars on some redirects | Dave Reisner | 1 | -5/+16 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-12-14 | Plug various minor memory leaks | Andrew Gregory | 1 | -0/+1 |
2012-05-21 | fix -Wshadow warnings as reported by gcc 4.4.3 | Dave Reisner | 1 | -10/+10 |
2012-04-12 | Merge branch 'maint' | Dan McGee | 1 | -5/+6 |
2012-04-09 | Fix issues with unintialized variable value usage | Dan McGee | 1 | -5/+6 |
2012-03-16 | Merge branch 'maint' | Dan McGee | 1 | -0/+5 |
2012-03-15 | dload: reset payload filename members before download | Dave Reisner | 1 | -0/+5 |
2012-02-21 | Merge branch 'maint' | Dan McGee | 1 | -2/+2 |
2012-02-20 | Print error message when to-be-downloaded file cannot be created | Nagy Gabor | 1 | -0/+4 |
2012-02-14 | Update SIGPIPE signal handler comment | Dan McGee | 1 | -2/+2 |
2012-01-23 | Merge branch 'maint' | Dan McGee | 1 | -37/+118 |
2012-01-23 | lib/dload: give uniform naming to curl CB functions | Dave Reisner | 1 | -4/+4 |
2012-01-23 | lib/dload: enforce usage of TCP keepalives | Dave Reisner | 1 | -0/+53 |
2012-01-19 | Update copyright on changed files since beginning of year | Dan McGee | 1 | -1/+1 |
2012-01-19 | fetch_url: look for files in cache before downloading | Dave Reisner | 1 | -32/+60 |
2011-12-22 | include config.h via Makefiles | Dave Reisner | 1 | -2/+0 |
2011-12-07 | Merge branch 'maint' | Dan McGee | 1 | -0/+3 |
2011-12-05 | Enforce signature download size limit on -U <url> operations | Dan McGee | 1 | -0/+3 |
2011-11-01 | Add OPEN() and CLOSE() util macros | Dan McGee | 1 | -3/+1 |
2011-10-28 | dload: remove redundant conditional | Dave Reisner | 1 | -2/+3 |
2011-10-28 | dload: chmod tempfiles to respect umask | Dave Reisner | 1 | -1/+12 |
2011-10-24 | Add more logging to download code | Dan McGee | 1 | -3/+11 |
2011-10-13 | curl_gethost() potential bug fixups | Dan McGee | 1 | -10/+14 |
2011-10-11 | dload: unhook error buffer after transfer finishes | Dave Reisner | 1 | -1/+4 |
2011-09-29 | move prevprogress onto payload handle | Dave Reisner | 1 | -8/+3 |
2011-09-28 | Refactor download payload reset and free | Dan McGee | 1 | -25/+25 |
2011-09-28 | Initialize cURL library on first use | Dan McGee | 1 | -34/+43 |