summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-03Push down extern handle variable to files that need itDan McGee18-3/+48
2011-06-03Add handle attribute to pmpkg_t structDan McGee5-4/+10
2011-06-03Add handle attribute to pmdb_t structDan McGee5-2/+6
2011-06-03Remove unnecessary handle != NULL assertsDan McGee2-15/+0
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee22-252/+0
2011-06-03Merge branch 'maint'Dan McGee6-23/+32
2011-06-03Show net upgrade size on -U/-S operationsDan McGee2-2/+13
2011-06-03Add two currently failing test cases from bug reportsDan McGee2-0/+52
2011-06-023.5.3 release preparationDan McGee2-2/+9
2011-06-02repo-add: anchor exclusion pattern when generating filelistDan McGee1-1/+1
2011-06-01lib/dload.c: remove assumption in continuation logicDave Reisner1-5/+3
2011-06-01dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner1-0/+2
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee3-19/+21
2011-06-01doc: monospace attribute escape fixesDan McGee2-3/+3
2011-06-01pacman-key: print default gpgdir in usagePang Yan Han1-1/+1
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