summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-03Clean up handling of size fieldsDan McGee7-40/+13
2011-09-01pactest: remove PACMAN_OUTPUT from ldconfig testsDan McGee6-18/+17
2011-09-01_alpm_parsedate(): return time_t and not longDan McGee2-3/+3
2011-09-01Add pactest for overflowing date (year 2038 problem)Dan McGee3-4/+31
2011-09-01makepkg: fix overzealous PGP signature file matchingDan McGee1-2/+2
2011-09-01pacman/callback: reuse strlen calculationDave Reisner1-10/+13
2011-09-01makepkg: fix sanity checking in versioningDave Reisner1-3/+3
2011-09-01makepkg: read filenames in a while loopDave Reisner1-6/+4
2011-09-01makepkg: fix breakage in eval'ing quoted stringsDave Reisner1-5/+5
2011-08-30pacman-key: add --lsign-key operationDan McGee1-3/+14
2011-08-30pacman-key master key generationDan McGee1-0/+25
2011-08-30Scale package integrity progress bar/percentage by package sizeDan McGee1-2/+17
2011-08-30Remove outdated comment for _alpm_outerconflictsAllan McRae1-4/+1
2011-08-30Improve advice for sync ops when db.lck is presentPang Yan Han3-9/+15
2011-08-30Parse > 2GiB file sizes correctlyDan McGee6-6/+32
2011-08-30lib/libalpm/handle.c: Removed redundant if conditionHelder Martins1-4/+3
2011-08-30Ensure progress callback updates if XX/YY numerator changesDan McGee1-5/+8
2011-08-30pacman-key: fix broken logic around updating trust databaseDan McGee1-4/+10
2011-08-30Run pacman test-suite with LC_ALL=CAllan McRae1-1/+1
2011-08-30Streamline alpm_splitdep() comparisonsDan McGee1-13/+19
2011-08-30pacsort: use boolean, not binary OR operationDave Reisner1-1/+1
2011-08-29Rework scriptlet tests to not depend on pacman outputDan McGee2-16/+10
2011-08-29Merge branch 'allan/pacman-key'Dan McGee3-108/+139
2011-08-29_alpm_splitdep(): don't pass bogus length value to strndupDan McGee1-1/+5
2011-08-29Database read optimizationsDan McGee2-2/+11
2011-08-29Allow access to package origin dataDan McGee7-10/+21
2011-08-29Removed multiple definitions of pkgfrom_tDiogo Sousa5-16/+9
2011-08-29pacman-key: have --init add more options to default gpg.confDan McGee1-5/+22
2011-08-29pacman-key: refine permission and locking checksDan McGee1-3/+3
2011-08-29pacman-key: rework and document holding keys in keyringAllan McRae2-9/+11
2011-08-29pacman-key: Improve documentation for --populateAllan McRae1-4/+15
2011-08-29pacman-key: update trust database for relevant operationsAllan McRae1-12/+9
2011-08-29pacman-key: import everything then revoke on --populateAllan McRae1-13/+10
2011-08-29pacman-key: rework importing distro/repo provided keyringsAllan McRae3-76/+83
2011-08-29Better error handling out of package load methodDan McGee3-3/+16
2011-08-29Refactor some args out of pkg_load_internalDan McGee3-36/+36
2011-08-29Add more info to debug key displayDan McGee1-1/+2
2011-08-29Refactor signature result return formatDan McGee6-68/+82
2011-08-29lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.Diogo Sousa1-0/+1
2011-08-29lib/libalpm/util.c: Fix two memory leaksLukas Fleischer1-0/+2
2011-08-29Check local database status flag in db_write sanity check blockDan McGee1-5/+1
2011-08-29be_sync.c: Fix memory leak in alpm_db_update()Lukas Fleischer1-0/+2
2011-08-29pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer1-1/+1
2011-08-29Make sync error message smarter on unfound targetsDan McGee1-3/+6
2011-08-29Fix possible mismatched type with several curl argumentsDan McGee1-2/+4
2011-08-26Always process validity value returned by gpgmeDan McGee1-21/+16
2011-08-26Fix small memory leak in sig check codeDan McGee2-1/+1
2011-08-26strtrim: don't move empty stringDan McGee3-3/+18
2011-08-25Remove argument from check_pgp_helperDan McGee4-10/+6
2011-08-25Remove trans is NULL check in QUESTION/EVENT/PROGRESS macrosDan McGee1-3/+3