summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-09buildsys: use pkg-config for openssl detectionDave Reisner1-1/+1
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-9/+9
2012-04-07Merge branch 'maint'Dan McGee27-536/+411
2012-04-07pacman: show groups once with -SgPierre1-2/+6
2012-04-07Updates from TransifexDan McGee9-103/+124
2012-03-29Update all translation filesDan McGee27-468/+322
2012-03-17Change table_display() to be staticDan McGee2-3/+1
2012-03-16Reduce calls to getcolsDan McGee7-76/+92
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee3-18/+19
2012-03-16Merge branch 'maint'Dan McGee1-0/+17
2012-03-16Always display download size if it appliesDan McGee1-17/+12
2012-03-16Handle printing NULL correctly in table displayDan McGee1-0/+3
2012-03-13Skip special files when cleaning package cacheAllan McRae1-0/+17
2012-03-13Minor format-string related cleanupsDan McGee1-1/+1
2012-03-09Merge branch 'maint'Dan McGee10-299/+341
2012-03-09Simplify package validation info output for sync packagesAllan McRae1-26/+18
2012-03-09Add information on how an installed package was validatedAllan McRae1-0/+26
2012-03-09Hook new optdepend structures upBenedikt Morbach2-14/+83
2012-03-05Translation updates from TransifexDan McGee9-273/+296
2012-03-05Database cleanup enhancementsDan McGee1-26/+45
2012-02-21Merge branch 'maint'Dan McGee4-13/+8
2012-02-20Update copyright yearsAllan McRae13-13/+13
2012-02-20Give better error messages on database locking failuresDan McGee1-3/+7
2012-02-15Revert "Add -S --recursive operation"Dan McGee2-8/+1
2012-02-15Revert "Enable recursive/needed sync on SyncFirst"Dan McGee1-2/+0
2012-02-13Merge branch 'maint'Dan McGee7-70/+72
2012-02-13Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operationAllan McRae1-6/+0
2012-02-13testpkg: set gpgdirAllan McRae2-0/+5
2012-02-13Move ROOTDIR definition into config.hAllan McRae2-2/+0
2012-02-11Final pre-release Transifex updatesDan McGee3-29/+28
2012-02-11pactree: allow comments after repo section headerAllan McRae1-6/+6
2012-02-07Fix a handful of comment typos or misspellingsDan McGee2-5/+7
2012-02-07Translation updates from Transifex, mostly scriptsDan McGee1-30/+31
2012-02-06Merge branch 'maint'Dan McGee33-204/+224
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee10-32/+32
2012-02-06Update translations from TransifexDan McGee28-190/+190
2012-02-06remove.c: make "target not found" error consistent with sync.cAndrew Gregory1-1/+1
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-31Merge branch 'maint'Dan McGee28-221/+121
2012-01-31Update translationsDan McGee27-216/+120
2012-01-31Update pot translation catalogsDan McGee1-5/+1
2012-01-23Merge branch 'maint'Dan McGee4-45/+29
2012-01-19Update copyright on changed files since beginning of yearDan McGee4-4/+4
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee2-4/+17
2012-01-19util.c, rmrf(): only create string when neededOlivier Brunel1-3/+3
2012-01-19Fix missing [removal] outputAllan McRae1-1/+5
2012-01-19Fix broken output when asking question and stdin is pipedOlivier Brunel1-0/+6
2012-01-18Remove unused strtoupper() functionDan McGee2-14/+0
2012-01-18Don't remove unknown files in cache cleaning codeDan McGee1-22/+10