summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Use 32-bit wide integer type in PolarSSL codeDan McGee3-85/+89
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
2011-12-13delta: use regex substring matchingDave Reisner1-23/+20
2011-12-12Merge branch 'maint'Dan McGee4-2/+56
2011-12-12Calculate root length only once when checking for file conflictsDan McGee1-3/+5
2011-12-12lib/conflict: save strlen call by reusing snprintf returnDave Reisner1-2/+3
2011-12-12contrib/paccache: silence possible output from cdDave Reisner1-1/+1
2011-12-12code syntax cleanupDave Reisner6-24/+24
2011-12-12pacsysclean: Add new contrib scriptEric BĂ©langer3-1/+55
2011-12-12makepkg: split source elements when looking for sigsDave Reisner1-2/+2
2011-12-12pacman: process all sync targets before exiting on errorDan McGee1-13/+27
2011-12-12pacman: process all targets on upgrade operationDan McGee1-5/+15
2011-12-12pacman: list all unknown targets on removal operationAllan McRae1-1/+4
2011-12-08Use automake verbose helpers in custom make rulesDan McGee5-35/+27
2011-12-08Make automake generate silent rules by defaultDan McGee1-1/+2
2011-12-07Move items around in the alpm handle structDan McGee1-1/+1
2011-12-07Slight local database files reading optimizationDan McGee1-5/+13
2011-12-07scripts/*: Declare several constant variables read-onlyLukas Fleischer6-10/+10