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