Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-07-05 | signing: move to new signing verification and return scheme | Dan McGee | 1 | -3/+2 |
2011-07-03 | Merge remote-tracking branch 'allan/ALPM' | Dan McGee | 1 | -15/+15 |
2011-07-03 | Fix debug logger without a newline | Dan McGee | 1 | -1/+1 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -6/+6 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -9/+9 |
2011-06-30 | Fix a few warnings pointed out via clang scan-build | Dan McGee | 1 | -1/+1 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -3/+3 |
2011-06-27 | Fix several -Wshadow warnings | Dan McGee | 1 | -3/+3 |
2011-06-20 | Documented _alpm_download() | Kerrick Staley | 1 | -0/+10 |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 1 | -0/+2 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -10/+9 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -18/+18 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -3/+3 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -2/+0 |
2011-06-01 | lib/dload.c: remove assumption in continuation logic | Dave Reisner | 1 | -5/+3 |
2011-06-01 | dload: abort transfer on CURLOPT_LOW_SPEED_LIMIT | Dave Reisner | 1 | -0/+2 |
2011-05-04 | dload: make sure we never print a bogus error buffer | Dan McGee | 1 | -0/+2 |
2011-05-04 | Deal with unused function parameters correctly | Allan McRae | 1 | -7/+2 |
2011-04-23 | libalpm/dload: major refactor of signature downloading | Dan McGee | 1 | -65/+36 |
2011-04-23 | libalpm/dload: add allow_resume and reorder error checks | Dan McGee | 1 | -19/+21 |
2011-04-22 | libalpm/dload: const and static correctness | Dan McGee | 1 | -5/+6 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -1/+1 |
2011-04-21 | style cleanup: cast as (type *) not (type*) | Dave Reisner | 1 | -1/+1 |
2011-04-16 | Merge branch 'maint' | Dan McGee | 1 | -5/+1 |
2011-04-09 | Move documentation for public package function to alpm.h | Rémy Oudompheng | 1 | -5/+1 |
2011-04-02 | dload: dont forget to initialize open_mode | Xavier Chantry | 1 | -1/+2 |
2011-03-28 | lib/dload: abstract out helper function to set utimes | Dave Reisner | 1 | -22/+22 |
2011-03-28 | lib/dload: remove proxy debug output | Dave Reisner | 1 | -6/+0 |
2011-03-28 | lib/dload: code simplification | Dave Reisner | 1 | -11/+8 |
2011-03-28 | lib/dload: merge get_{destfile,tempfile} into get_fullpath | Dave Reisner | 1 | -20/+13 |
2011-03-28 | pacman/pacman.c: fix setting of useragent string | Dave Reisner | 1 | -1/+6 |
2011-03-28 | lib/dload: pass a struct with filename and size to curl_progress | Dave Reisner | 1 | -13/+21 |
2011-03-23 | lib/dload.c: Check for dlcb == NULL earlier | Dave Reisner | 1 | -10/+12 |
2011-03-23 | lib/dload.c: don't use deprecated curl symbols | Dave Reisner | 1 | -1/+1 |
2011-03-23 | lib/dload.c: don't request compressed transport | Dave Reisner | 1 | -1/+0 |