summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee10-21/+40
2012-01-12Reorder some operations in sig check for efficiencyDan McGee1-13/+7
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
2012-01-01Simplify hash function to a single multiplicationDan McGee1-1/+1
2011-12-29Fix bogus string cast in search debug messageDan McGee1-3/+3
2011-12-29makepkg: calculate exact total file sizeAllan McRae3-4/+1
2011-12-29makepkg: Use SKIP in checksum to skip integrity checkAllan McRae2-10/+15
2011-12-23contrib/*: Support the "--help" and "--version" optionsLukas Fleischer9-25/+122
2011-12-23Makefile.am: Extract "contrib/" into DIST_SUBDIRSLukas Fleischer1-1/+3
2011-12-23Convert strtrim/strlen paired calls to only strtrimDan McGee2-10/+11
2011-12-23Merge branch 'maint'Dan McGee2-8/+10
2011-12-23pacman-key: Add missing quotesTimothy Redaelli1-3/+3
2011-12-23Remove strtrim function from backendDan McGee2-42/+0
2011-12-23be_package: be more explicit parsing key/value pairsDan McGee1-9/+12
2011-12-23pactree: cleanup register_syncsDave Reisner1-6/+9
2011-12-23pactree: update with new strtrim functionDave Reisner1-9/+9
2011-12-23Rework package removal codeDan McGee1-45/+54
2011-12-23pacman/util: return size_t from strtrimDave Reisner2-10/+10
2011-12-23Allow comments after repo section header in pacman.confAllan McRae1-5/+7
2011-12-22Created hex_representation() in lib/libalpm/util.cDiogo Sousa1-33/+27
2011-12-22include config.h via MakefilesDave Reisner47-90/+13
2011-12-22Add note to HACKING about operator spacingDan McGee1-0/+11
2011-12-21Don't check diskspace when using --dbonlyDan McGee1-1/+1
2011-12-13sync: avoid checking file conflicts with --dbonlyDave Reisner1-1/+1