Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-09-28 | Fix memory leak in download payload->remote_name | Dan McGee | 1 | -10/+16 |
2011-09-18 | dload: avoid using memrchr | Dave Reisner | 1 | -3/+9 |
2011-09-18 | dload: remove user:pass@ definition from hostname | Dave Reisner | 1 | -1/+9 |
2011-09-12 | dload: provide optional netrc support | Dave Reisner | 1 | -0/+1 |
2011-09-06 | dload: use intmax_t when printing off_t | Dan McGee | 1 | -2/+4 |
2011-09-06 | dload: abstract dload_interrupted reasons | Dave Reisner | 1 | -3/+9 |
2011-09-06 | dload: improve debug output | Dave Reisner | 1 | -2/+13 |
2011-08-29 | Fix possible mismatched type with several curl arguments | Dan McGee | 1 | -2/+4 |
2011-08-25 | Finish large file download attack prevention | Dan McGee | 1 | -3/+20 |
2011-08-25 | Use off_t rather than double where possible | Dan McGee | 1 | -9/+9 |
2011-08-22 | dload: prevent need to copy struct in mask_signal() | Dan McGee | 1 | -7/+6 |
2011-08-22 | dload: extract tempfile creation to its own function | Dave Reisner | 1 | -17/+28 |
2011-08-22 | dload: move (un)masking of signals to separate functions | Dave Reisner | 1 | -17/+24 |
2011-08-22 | dload: move curl option setting to static function | Dave Reisner | 1 | -42/+48 |
2011-08-22 | dload: add open_mode to payload struct | Dave Reisner | 1 | -4/+5 |
2011-08-22 | dload: rename cd_filename to content_disp_name | Dave Reisner | 1 | -4/+4 |
2011-08-22 | dload: move tempfile and destfile to payload struct | Dave Reisner | 1 | -26/+29 |
2011-08-20 | dload: remove unused macro | Dave Reisner | 1 | -1/+0 |
2011-08-20 | dload: delete zero length downloads on curl error | Dave Reisner | 1 | -0/+4 |
2011-08-20 | dload: rename payload->filename to payload->remote_name | Dave Reisner | 1 | -12/+12 |
2011-08-20 | dload: remove code duplication | Dave Reisner | 1 | -5/+5 |
2011-08-19 | lib/dload: unlink on response code >=400 | Dave Reisner | 1 | -1/+7 |
2011-08-19 | dload: add 'unlink_on_fail' to payload struct | Dave Reisner | 1 | -5/+3 |
2011-08-19 | lib/dload: prevent possible NULL dereference | Dave Reisner | 1 | -1/+1 |
2011-08-18 | lib/libalpm/dload.c: Use STRDUP() instead of strdup() | Lukas Fleischer | 1 | -3/+5 |
2011-08-18 | lib/libalpm/dload.c: Add ASSERT() to alpm_fetch_pkgurl() | Lukas Fleischer | 1 | -0/+1 |
2011-08-18 | lib/dload: refactor deletion on failure | Dave Reisner | 1 | -6/+2 |
2011-08-18 | lib/dload: avoid renaming download to 0 length destfile | Dave Reisner | 1 | -1/+1 |
2011-08-18 | Avoid stat() on NULL path in curl_download_internal() | Lukas Fleischer | 1 | -1/+1 |
2011-08-18 | Skip rename() on NULL destfile in curl_download_internal() | Lukas Fleischer | 1 | -5/+9 |
2011-08-17 | dload: zero out pm_errno in curl_download_internal | Dave Reisner | 1 | -0/+1 |
2011-08-15 | lib/dload: avoid deleting .part file on too-slow xfer | Dave Reisner | 1 | -13/+21 |
2011-08-11 | stop progress callbacks after curl_easy_perform returns | Dave Reisner | 1 | -0/+3 |
2011-08-11 | dload: remove unnecessary cast in alpm_load_payload_free | Dave Reisner | 1 | -6/+4 |
2011-08-09 | Fix compile error when curl is not used | Dan McGee | 1 | -3/+3 |
2011-08-08 | Check return value of rename() calls | Dan McGee | 1 | -2/+5 |
2011-07-06 | absorb fileinfo struct into dload_payload | Dave Reisner | 1 | -28/+26 |
2011-07-06 | absorb some _alpm_download params into payload struct | Dave Reisner | 1 | -23/+23 |
2011-07-06 | lib/dload: prevent large file attacks | Dave Reisner | 1 | -17/+38 |
2011-07-06 | dload: handle irregular URLs | Dave Reisner | 1 | -20/+111 |
2011-07-05 | dload: rearrange code to avoid extra cpp block | Dave Reisner | 1 | -4/+2 |