summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-01Merge branch 'maint'Dan McGee8-15/+18
2011-06-01Update pacman manpage and pacman.conf for gpgdirPang Yan Han2-5/+7
2011-06-01doc: fix attribute substitution in monospaced textDan McGee3-8/+8
2011-06-01doc: update Makefile for new asciidoc resource locationDan McGee1-2/+2
2011-06-01doc: add a few more escapes and fix usage of {}Dan McGee2-1/+5
2011-06-01Let pacman -v print GPG DirPang Yan Han1-0/+1
2011-05-24alpm_list: fix typo in doxygen commentPang Yan Han1-1/+1
2011-05-20Bail early if we don't have a valid lockfile pathDan McGee2-3/+2
2011-05-20Merge branch 'maint'Dan McGee9-24/+80
2011-05-19Coding style cleanups; add a null checkDan McGee2-5/+10
2011-05-16Ensure --print doesn't enable --noconfirm when not expectedDan McGee1-1/+1
2011-05-16Fix segfault when uninstalling broken backed-up symlinkDan McGee2-3/+1
2011-05-16Add test for FS#24230, dead backup symlink removalDan McGee1-0/+45
2011-05-16pactest: treat symlinks with more respectDan McGee3-5/+11
2011-05-16Transifex updatesDan McGee1-7/+8
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner1-9/+10
2011-05-11Don't balk on .sig files being invalid in package cacheDan McGee1-4/+19
2011-05-05Remove sync DB reregister checkDan McGee1-10/+0
2011-05-05Rework config parsing to reduce variable duplicationDan McGee1-32/+25
2011-05-05Refactor VerifySig option value parsing into standalone methodDan McGee1-21/+32
2011-05-05Merge branch 'maint'Dan McGee2-6/+8
2011-05-05Don't null-check handle lists before settingDan McGee1-6/+10
2011-05-05Improve database server APIDan McGee3-24/+89
2011-05-05Ensure populate error return codes are consistentDan McGee2-6/+8
2011-05-05Logging changes during DB loadDan McGee2-1/+6
2011-05-05Make config parsing a two-part affairDan McGee3-74/+92
2011-05-05Move parseconfig to conf.cDan McGee4-593/+611
2011-05-05pactest: run with root in /tmp and clean up automaticallyDan McGee2-11/+24
2011-05-05dload: ensure we return success if we found files on any mirrorDan McGee1-1/+3
2011-05-05Dan broke my patchAllan McRae1-1/+1
2011-05-04Fix incorrect memory allocation assignmentDan McGee1-1/+1
2011-05-04dload: make sure we never print a bogus error bufferDan McGee1-0/+2
2011-05-04Merge branch 'maint'Dan McGee2-3/+7
2011-05-04Deal with unused function parameters correctlyAllan McRae7-18/+28
2011-05-04pactree: make -Wwrite-strings friendlyDan McGee1-50/+62
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee5-11/+10
2011-05-04Reduce duplicate signing debug code and fix logic conditionDan McGee1-35/+23
2011-05-02makepkg: quote variable that may contain spacesAllan McRae1-1/+1
2011-05-02Update PKGBUILD exampleAllan McRae1-2/+6
2011-04-29Merge branch 'maint'Dan McGee2-19/+18
2011-04-29Transifex updatesDan McGee1-13/+12
2011-04-29pacman(8): grammar correction for relative clausesMatt Mooney1-5/+5
2011-04-29pacman(8): change "options" to "operation" when referring to -DMatt Mooney1-1/+1
2011-04-27configure: add output showing what libraries will be usedDan McGee1-3/+7
2011-04-27Allow conditional compilation with GPGMEDan McGee3-4/+32
2011-04-24signing: add more detail to unexpected signature count errorDan McGee1-1/+7
2011-04-24Enhance GPGME debug outputDan McGee1-11/+97
2011-04-24Perform package verification at package load timeDan McGee8-42/+54
2011-04-24sync_commit: refactor out validate_deltasDan McGee1-50/+53
2011-04-24sync_commit: refactor out file downloadsDan McGee1-32/+37