Age | Commit message (Expand) | Author | Files | Lines |
2011-09-01 | _alpm_parsedate(): return time_t and not long | Dan McGee | 2 | -3/+3 |
2011-09-01 | Add pactest for overflowing date (year 2038 problem) | Dan McGee | 3 | -4/+31 |
2011-09-01 | makepkg: fix overzealous PGP signature file matching | Dan McGee | 1 | -2/+2 |
2011-09-01 | pacman/callback: reuse strlen calculation | Dave Reisner | 1 | -10/+13 |
2011-09-01 | makepkg: fix sanity checking in versioning | Dave Reisner | 1 | -3/+3 |
2011-09-01 | makepkg: read filenames in a while loop | Dave Reisner | 1 | -6/+4 |
2011-09-01 | makepkg: fix breakage in eval'ing quoted strings | Dave Reisner | 1 | -5/+5 |
2011-08-30 | pacman-key: add --lsign-key operation | Dan McGee | 1 | -3/+14 |
2011-08-30 | pacman-key master key generation | Dan McGee | 1 | -0/+25 |
2011-08-30 | Scale package integrity progress bar/percentage by package size | Dan McGee | 1 | -2/+17 |
2011-08-30 | Remove outdated comment for _alpm_outerconflicts | Allan McRae | 1 | -4/+1 |
2011-08-30 | Improve advice for sync ops when db.lck is present | Pang Yan Han | 3 | -9/+15 |
2011-08-30 | Parse > 2GiB file sizes correctly | Dan McGee | 6 | -6/+32 |
2011-08-30 | lib/libalpm/handle.c: Removed redundant if condition | Helder Martins | 1 | -4/+3 |
2011-08-30 | Ensure progress callback updates if XX/YY numerator changes | Dan McGee | 1 | -5/+8 |
2011-08-30 | pacman-key: fix broken logic around updating trust database | Dan McGee | 1 | -4/+10 |
2011-08-30 | Run pacman test-suite with LC_ALL=C | Allan McRae | 1 | -1/+1 |
2011-08-30 | Streamline alpm_splitdep() comparisons | Dan McGee | 1 | -13/+19 |
2011-08-30 | pacsort: use boolean, not binary OR operation | Dave Reisner | 1 | -1/+1 |
2011-08-29 | Rework scriptlet tests to not depend on pacman output | Dan McGee | 2 | -16/+10 |
2011-08-29 | Merge branch 'allan/pacman-key' | Dan McGee | 3 | -108/+139 |
2011-08-29 | _alpm_splitdep(): don't pass bogus length value to strndup | Dan McGee | 1 | -1/+5 |
2011-08-29 | Database read optimizations | Dan McGee | 2 | -2/+11 |
2011-08-29 | Allow access to package origin data | Dan McGee | 7 | -10/+21 |
2011-08-29 | Removed multiple definitions of pkgfrom_t | Diogo Sousa | 5 | -16/+9 |
2011-08-29 | pacman-key: have --init add more options to default gpg.conf | Dan McGee | 1 | -5/+22 |
2011-08-29 | pacman-key: refine permission and locking checks | Dan McGee | 1 | -3/+3 |
2011-08-29 | pacman-key: rework and document holding keys in keyring | Allan McRae | 2 | -9/+11 |
2011-08-29 | pacman-key: Improve documentation for --populate | Allan McRae | 1 | -4/+15 |
2011-08-29 | pacman-key: update trust database for relevant operations | Allan McRae | 1 | -12/+9 |
2011-08-29 | pacman-key: import everything then revoke on --populate | Allan McRae | 1 | -13/+10 |
2011-08-29 | pacman-key: rework importing distro/repo provided keyrings | Allan McRae | 3 | -76/+83 |
2011-08-29 | Better error handling out of package load method | Dan McGee | 3 | -3/+16 |
2011-08-29 | Refactor some args out of pkg_load_internal | Dan McGee | 3 | -36/+36 |
2011-08-29 | Add more info to debug key display | Dan McGee | 1 | -1/+2 |
2011-08-29 | Refactor signature result return format | Dan McGee | 6 | -68/+82 |
2011-08-29 | lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error. | Diogo Sousa | 1 | -0/+1 |
2011-08-29 | lib/libalpm/util.c: Fix two memory leaks | Lukas Fleischer | 1 | -0/+2 |
2011-08-29 | Check local database status flag in db_write sanity check block | Dan McGee | 1 | -5/+1 |
2011-08-29 | be_sync.c: Fix memory leak in alpm_db_update() | Lukas Fleischer | 1 | -0/+2 |
2011-08-29 | pacman.c: Remove redundant strdup() in parsearg_global() | Lukas Fleischer | 1 | -1/+1 |
2011-08-29 | Make sync error message smarter on unfound targets | Dan McGee | 1 | -3/+6 |
2011-08-29 | Fix possible mismatched type with several curl arguments | Dan McGee | 1 | -2/+4 |
2011-08-26 | Always process validity value returned by gpgme | Dan McGee | 1 | -21/+16 |
2011-08-26 | Fix small memory leak in sig check code | Dan McGee | 2 | -1/+1 |
2011-08-26 | strtrim: don't move empty string | Dan McGee | 3 | -3/+18 |
2011-08-25 | Remove argument from check_pgp_helper | Dan McGee | 4 | -10/+6 |
2011-08-25 | Remove trans is NULL check in QUESTION/EVENT/PROGRESS macros | Dan McGee | 1 | -3/+3 |
2011-08-25 | Remove short/long label distinction | Dan McGee | 4 | -20/+16 |
2011-08-25 | Slight refresh of the download progress callback | Dan McGee | 1 | -10/+22 |