summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-02Minor optimization on likely sync package lookupDan McGee
2012-01-02be_package.c: fix compiler warningAllan McRae
2012-01-02Remove unnecessary counters in file removal codeDan McGee
2012-01-02alpm_list_msort: inline alpm_list_nth() callDan McGee
2012-01-02contrib: add install rules for bash and zsh completionDan McGee
2012-01-02Convert get_update_timediff to integer return valueDan McGee
2012-01-02Only compile delta regex onceDan McGee
2011-12-31Fix delta parsingDan McGee
2011-12-31Simplify hash function to a single multiplicationDan McGee
2011-12-28makepkg: calculate exact total file sizeAllan McRae
2011-12-28makepkg: Use SKIP in checksum to skip integrity checkAllan McRae
2011-12-23contrib/*: Support the "--help" and "--version" optionsLukas Fleischer
2011-12-23Makefile.am: Extract "contrib/" into DIST_SUBDIRSLukas Fleischer
2011-12-23Convert strtrim/strlen paired calls to only strtrimDan McGee
2011-12-23Merge branch 'maint'Dan McGee
2011-12-23pacman-key: Add missing quotesTimothy Redaelli
2011-12-23Remove strtrim function from backendDan McGee
2011-12-23be_package: be more explicit parsing key/value pairsDan McGee
2011-12-23pactree: cleanup register_syncsDave Reisner
2011-12-23pactree: update with new strtrim functionDave Reisner
2011-12-23Rework package removal codeDan McGee
2011-12-23pacman/util: return size_t from strtrimDave Reisner
2011-12-23Allow comments after repo section header in pacman.confAllan McRae
2011-12-21Created hex_representation() in lib/libalpm/util.cDiogo Sousa
2011-12-21include config.h via MakefilesDave Reisner
2011-12-21Add note to HACKING about operator spacingDan McGee
2011-12-21Don't check diskspace when using --dbonlyDan McGee
2011-12-13sync: avoid checking file conflicts with --dbonlyDave Reisner
2011-12-13delta: use regex substring matchingDave Reisner
2011-12-12Merge branch 'maint'Dan McGee
2011-12-12Calculate root length only once when checking for file conflictsDan McGee
2011-12-12lib/conflict: save strlen call by reusing snprintf returnDave Reisner
2011-12-12contrib/paccache: silence possible output from cdDave Reisner
2011-12-12code syntax cleanupDave Reisner
2011-12-12pacsysclean: Add new contrib scriptEric BĂ©langer
2011-12-12makepkg: split source elements when looking for sigsDave Reisner
2011-12-12pacman: process all sync targets before exiting on errorDan McGee
2011-12-12pacman: process all targets on upgrade operationDan McGee
2011-12-12pacman: list all unknown targets on removal operationAllan McRae
2011-12-08Use automake verbose helpers in custom make rulesDan McGee
2011-12-08Make automake generate silent rules by defaultDan McGee
2011-12-07Move items around in the alpm handle structDan McGee
2011-12-07Slight local database files reading optimizationDan McGee
2011-12-07scripts/*: Declare several constant variables read-onlyLukas Fleischer
2011-12-07Merge branch 'maint'Dan McGee
2011-12-07contrib/*: Hardcode program namesLukas Fleischer
2011-12-07Add 'silent-rules' to automake setup in configure.acDan McGee
2011-12-05Use correct size in memsetDan McGee
2011-12-05repo-add: enforce maximum .sig file sizeDan McGee
2011-12-05Enforce signature download size limit on -U <url> operationsDan McGee