summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-13testpkg: set gpgdirAllan McRae
2012-02-13Reset errno before opening archiveAllan McRae
2012-02-13Move ROOTDIR definition into config.hAllan McRae
2012-02-13Allow specifying shell for running scriptletsAllan McRae
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz
2012-02-06Merge branch 'maint'Dan McGee
2012-02-06makepkg.sh.in - if both -r and -i are provided, only remove makedepsAndrew Gregory
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-02-06alpm.h: enum cleanups, comment formatting cleanupDan McGee
2012-02-06Remove last explicit include of config.hDan McGee
2012-02-06Update translations from TransifexDan McGee
2012-02-06remove.c: make "target not found" error consistent with sync.cAndrew Gregory
2012-02-06makepkg.sh.in - fix remove_deps test for deps to be removedAndrew Gregory
2012-02-06makepkg: add forgotten newline in help outputMantas Mikulėnas
2012-02-03pactest: check return code in some upgrade testsDan McGee
2012-02-03Add simple integer-only pow() implementationDan McGee
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic
2012-01-31makepkg: Fix non-writable SRCPKGDEST error messageAllan McRae
2012-01-31Fix rare segfault on package removalAllan McRae
2012-01-30Merge branch 'maint'Dan McGee
2012-01-30pacman-key: call gpg fewer times for revocation keysDave Reisner
2012-01-30pacman-key: simplify trusted keyring iterationDave Reisner
2012-01-30Update translationsDan McGee
2012-01-30Update pot translation catalogsDan McGee
2012-01-30Make a few more copyright date tweaksDan McGee
2012-01-30scripts: always use printf with embedded gettextDave Reisner
2012-01-30makepkg: workaround for zipman issuesAllan McRae
2012-01-23makepkg: check for license when creating srcpackageDave Reisner
2012-01-23makepkg: abstract license check into separate functionDave Reisner
2012-01-23Remove rmrf implementation from backendDan McGee
2012-01-23libalpm/deps.c: access trans flags directlyDan McGee
2012-01-23Merge branch 'maint'Dan McGee
2012-01-23lib/dload: give uniform naming to curl CB functionsDave Reisner
2012-01-23Fix sys/mnttab.h header includeDan McGee
2012-01-23lib/dload: enforce usage of TCP keepalivesDave Reisner
2012-01-23makepkg: restrict usage of flags passed to pacmanAllan McRae
2012-01-23makepkg: fix error on unnecessary -rAllan McRae
2012-01-19contrib/bash_completion: don't print stderr messagesDan McGee
2012-01-19Add diskspace checking support for Solaris/IllumosDan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-18Allow UseDelta option to specify a delta ratioDan McGee
2012-01-18util.c, rmrf(): only create string when neededOlivier Brunel
2012-01-18Fix missing [removal] outputAllan McRae
2012-01-18Improve exit statuses and error messages in pacman-keycanyonknight
2012-01-18Turn gpg commands into functions in pacman-keycanyonknight
2012-01-18repo-add: clean up help messagesDan McGee
2012-01-18Fix broken output when asking question and stdin is pipedOlivier Brunel
2012-01-18fetch_url: look for files in cache before downloadingDave Reisner
2012-01-18Use isdigit() rather than character range comparisonsDan McGee
2012-01-18Remove unused strtoupper() functionDan McGee