summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz3-3/+3
2012-02-06Merge branch 'maint'Dan McGee40-228/+265
2012-02-06makepkg.sh.in - if both -r and -i are provided, only remove makedepsAndrew Gregory1-1/+5
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee16-94/+93
2012-02-06alpm.h: enum cleanups, comment formatting cleanupDan McGee1-27/+23
2012-02-06Remove last explicit include of config.hDan McGee1-2/+0
2012-02-06Update translations from TransifexDan McGee29-210/+211
2012-02-06remove.c: make "target not found" error consistent with sync.cAndrew Gregory1-1/+1
2012-02-06makepkg.sh.in - fix remove_deps test for deps to be removedAndrew Gregory1-1/+1
2012-02-06makepkg: add forgotten newline in help outputMantas Mikulėnas1-1/+1
2012-02-03pactest: check return code in some upgrade testsDan McGee4-0/+4
2012-02-03Add simple integer-only pow() implementationDan McGee1-2/+13
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic4-13/+22
2012-01-31makepkg: Fix non-writable SRCPKGDEST error messageAllan McRae1-0/+5
2012-01-31Fix rare segfault on package removalAllan McRae1-1/+4
2012-01-31Merge branch 'maint'Dan McGee64-938/+2509
2012-01-31pacman-key: call gpg fewer times for revocation keysDave Reisner1-6/+5
2012-01-31pacman-key: simplify trusted keyring iterationDave Reisner1-8/+6
2012-01-31Update translationsDan McGee55-817/+2347
2012-01-31Update pot translation catalogsDan McGee2-19/+59
2012-01-31Make a few more copyright date tweaksDan McGee3-5/+5
2012-01-31scripts: always use printf with embedded gettextDave Reisner6-96/+96
2012-01-31makepkg: workaround for zipman issuesAllan McRae1-1/+2
2012-01-23makepkg: check for license when creating srcpackageDave Reisner1-0/+2
2012-01-23makepkg: abstract license check into separate functionDave Reisner1-6/+10
2012-01-23Remove rmrf implementation from backendDan McGee3-52/+36
2012-01-23libalpm/deps.c: access trans flags directlyDan McGee1-2/+4
2012-01-23Merge branch 'maint'Dan McGee17-145/+390
2012-01-23lib/dload: give uniform naming to curl CB functionsDave Reisner1-4/+4
2012-01-23Fix sys/mnttab.h header includeDan McGee1-2/+2
2012-01-23lib/dload: enforce usage of TCP keepalivesDave Reisner2-1/+55
2012-01-23makepkg: restrict usage of flags passed to pacmanAllan McRae1-1/+5
2012-01-23makepkg: fix error on unnecessary -rAllan McRae1-3/+4
2012-01-19contrib/bash_completion: don't print stderr messagesDan McGee2-3/+3
2012-01-19Add diskspace checking support for Solaris/IllumosDan McGee2-6/+51
2012-01-19Update copyright on changed files since beginning of yearDan McGee11-14/+14
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee10-21/+40
2012-01-19util.c, rmrf(): only create string when neededOlivier Brunel2-6/+6
2012-01-19Fix missing [removal] outputAllan McRae1-1/+5
2012-01-19Improve exit statuses and error messages in pacman-keycanyonknight1-23/+95
2012-01-19Turn gpg commands into functions in pacman-keycanyonknight1-16/+58
2012-01-19repo-add: clean up help messagesDan McGee1-6/+14
2012-01-19Fix broken output when asking question and stdin is pipedOlivier Brunel1-0/+6
2012-01-19fetch_url: look for files in cache before downloadingDave Reisner1-32/+60
2012-01-18Use isdigit() rather than character range comparisonsDan McGee1-1/+1
2012-01-18Remove unused strtoupper() functionDan McGee2-14/+0
2012-01-18Don't remove unknown files in cache cleaning codeDan McGee2-23/+11
2012-01-13doc/vercmp: add note about pkgrel handlingDan McGee1-2/+7
2012-01-12Reorder some operations in sig check for efficiencyDan McGee1-13/+7
2012-01-12Use fileno() in isatty() callDan McGee1-1/+1