summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-08Merge branch 'maint'Dan McGee38-251/+426
2012-01-08makepkg: abort on missing download agentAllan McRae1-1/+2
2012-01-08makepkg: fix missing source file detectionAllan McRae1-1/+2
2012-01-08makepkg: simplify source archive generationAllan McRae1-5/+3
2012-01-08Fix zsh completion for *.pkg.tarcanyonknight1-4/+4
2012-01-08Fix bash completion for *.pkg.tarcanyonknight1-2/+2
2012-01-08Fix segfaults on opening invalid archive filesDan McGee3-12/+18
2012-01-07testdb: check local database for duplicate filesDan McGee1-7/+78
2012-01-07Update sync database size estimation valuesDan McGee1-36/+13
2012-01-07Clean up <inttypes.h> header inclusionsDan McGee2-3/+2
2012-01-07Use 32-bit wide integer type in PolarSSL codeDan McGee3-85/+89
2012-01-06Update translations from TransifexDan McGee32-231/+387
2012-01-06Update scripts translation catalogDan McGee1-2/+5
2012-01-05Remove useless logger messageDan McGee1-1/+0
2012-01-05Search for PGP subkeys in a keyserver-acceptable wayDan McGee1-5/+21
2012-01-03Merge branch 'maint'Dan McGee4-6/+136
2012-01-03add new pactest for syncfirst with recursive depsDave Reisner2-0/+130
2012-01-03pkghash improvements/modificationsDan McGee4-55/+79
2012-01-03Prevent rebuild of man pages when using release tarballsAllan McRae1-3/+3
2012-01-02Minor optimization on likely sync package lookupDan McGee1-1/+2
2012-01-02be_package.c: fix compiler warningAllan McRae1-1/+1
2012-01-02Remove unnecessary counters in file removal codeDan McGee1-5/+3
2012-01-02alpm_list_msort: inline alpm_list_nth() callDan McGee1-7/+14
2012-01-02contrib: add install rules for bash and zsh completionDan McGee1-0/+10
2012-01-02Convert get_update_timediff to integer return valueDan McGee2-26/+28
2012-01-02Only compile delta regex onceDan McGee5-16/+30
2012-01-01Fix delta parsingDan McGee1-1/+2