Age | Commit message (Expand) | Author |
2012-05-20 | fix -Wshadow warnings as reported by gcc 4.4.3 | Dave Reisner |
2012-04-12 | Merge branch 'maint' | Dan McGee |
2012-04-09 | Fix issues with unintialized variable value usage | Dan McGee |
2012-03-16 | Merge branch 'maint' | Dan McGee |
2012-03-14 | dload: reset payload filename members before download | Dave Reisner |
2012-02-20 | Merge branch 'maint' | Dan McGee |
2012-02-20 | Print error message when to-be-downloaded file cannot be created | Nagy Gabor |
2012-02-14 | Update SIGPIPE signal handler comment | Dan McGee |
2012-01-23 | Merge branch 'maint' | Dan McGee |
2012-01-23 | lib/dload: give uniform naming to curl CB functions | Dave Reisner |
2012-01-23 | lib/dload: enforce usage of TCP keepalives | Dave Reisner |
2012-01-18 | Update copyright on changed files since beginning of year | Dan McGee |
2012-01-18 | fetch_url: look for files in cache before downloading | Dave Reisner |
2011-12-21 | include config.h via Makefiles | Dave Reisner |
2011-12-07 | Merge branch 'maint' | Dan McGee |
2011-12-05 | Enforce signature download size limit on -U <url> operations | Dan McGee |
2011-11-01 | Add OPEN() and CLOSE() util macros | Dan McGee |
2011-10-27 | dload: remove redundant conditional | Dave Reisner |
2011-10-27 | dload: chmod tempfiles to respect umask | Dave Reisner |
2011-10-24 | Add more logging to download code | Dan McGee |
2011-10-13 | curl_gethost() potential bug fixups | Dan McGee |
2011-10-10 | dload: unhook error buffer after transfer finishes | Dave Reisner |
2011-09-29 | move prevprogress onto payload handle | Dave Reisner |
2011-09-28 | Refactor download payload reset and free | Dan McGee |
2011-09-28 | Initialize cURL library on first use | Dan McGee |
2011-09-28 | Fix memory leak in download payload->remote_name | Dan McGee |
2011-09-18 | dload: avoid using memrchr | Dave Reisner |
2011-09-18 | dload: remove user:pass@ definition from hostname | Dave Reisner |
2011-09-11 | dload: provide optional netrc support | Dave Reisner |
2011-09-06 | dload: use intmax_t when printing off_t | Dan McGee |
2011-09-06 | dload: abstract dload_interrupted reasons | Dave Reisner |
2011-09-06 | dload: improve debug output | Dave Reisner |
2011-08-28 | Fix possible mismatched type with several curl arguments | Dan McGee |
2011-08-25 | Finish large file download attack prevention | Dan McGee |
2011-08-25 | Use off_t rather than double where possible | Dan McGee |
2011-08-22 | dload: prevent need to copy struct in mask_signal() | Dan McGee |
2011-08-22 | dload: extract tempfile creation to its own function | Dave Reisner |
2011-08-22 | dload: move (un)masking of signals to separate functions | Dave Reisner |
2011-08-22 | dload: move curl option setting to static function | Dave Reisner |
2011-08-22 | dload: add open_mode to payload struct | Dave Reisner |
2011-08-22 | dload: rename cd_filename to content_disp_name | Dave Reisner |
2011-08-22 | dload: move tempfile and destfile to payload struct | Dave Reisner |
2011-08-19 | dload: remove unused macro | Dave Reisner |
2011-08-19 | dload: delete zero length downloads on curl error | Dave Reisner |
2011-08-19 | dload: rename payload->filename to payload->remote_name | Dave Reisner |
2011-08-19 | dload: remove code duplication | Dave Reisner |
2011-08-19 | lib/dload: unlink on response code >=400 | Dave Reisner |
2011-08-19 | dload: add 'unlink_on_fail' to payload struct | Dave Reisner |
2011-08-19 | lib/dload: prevent possible NULL dereference | Dave Reisner |
2011-08-18 | lib/libalpm/dload.c: Use STRDUP() instead of strdup() | Lukas Fleischer |