summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Correctly parse %DELTAS% entries in sync DBtuxce1-1/+6
2011-03-17remove antiquated contrib/wget-xdelta.shDave Reisner3-77/+1
2011-03-17Fix triple progress bars on downloadDave Reisner1-1/+5
2011-03-17Ensure we have a root partition when checking spaceDan McGee1-2/+13
2011-03-17Merge branch 'maint'Dan McGee30-100/+111
2011-03-17pacman.8: (re)document behavior of reading from stdinDave Reisner1-1/+7
2011-03-17Warn but don't error for unknown pacman.conf directivesDan McGee1-26/+24
2011-03-17Only read from stdin if '-' is provided as a targetDave Reisner1-2/+6
2011-03-17alpm_list: fix typo in doxygen commentDave Reisner1-1/+1
2011-03-17Update translations for message with added newlineDan McGee24-66/+68
2011-03-17Add missing newline to warning messageAllan McRae2-4/+4
2011-03-17Update index.txt with 3.5.0 releaseDan McGee1-0/+1
2011-03-17Merge branch 'download'Dan McGee8-219/+168
2011-03-16Bump pacman versionsv3.5.0Dan McGee1-4/+4
2011-03-16contrib/Makefile.am: don't simplify what you don't understandDan McGee1-7/+17
2011-03-16Updated translations for 3.5.0 from TransifexDan McGee50-10400/+11681
2011-03-09Remove all traces of libfetchDave Reisner5-340/+2
2011-03-09dload: temp patch to allow curl/fetch coexistanceDave Reisner1-1/+15
2011-03-09dload.c: add curl_download_internalDave Reisner1-0/+208
2011-03-09handle error case for PM_ERR_LIBCURLDave Reisner2-0/+9
2011-03-09share code between libfetch and libcurlDave Reisner1-10/+12
2011-03-09prefix fetch based functions with fetch_Dave Reisner1-6/+6
2011-03-09handle: Add CURL* and CURLcode vars to structDave Reisner2-0/+16
2011-03-09add curl to alpm initialization and teardown routinesDave Reisner3-0/+21
2011-03-09Add configure.ac option for --with-curlDave Reisner1-1/+18
2011-03-07Fix value of ngettext() count parameter in callbackDan McGee1-1/+2
2011-03-07Update NEWS for pacman-3.5 releaseAllan McRae1-0/+44
2011-03-07Document API changes for pacman-3.5 releaseAllan McRae1-0/+37
2011-03-07Do not print warning with files entry in sync dbAllan McRae1-2/+4
2011-03-03Fix gettext plural detectionDan McGee3-3/+32
2011-03-02libalpm/diskspace.c: remove bogus parenthesisXavier Chantry2-3/+3
2011-03-01pactest: use actual regexes in OUTPUT rulesDan McGee14-26/+29
2011-03-01Ensure d_type is not DT_UNKNOWN before relying on itDan McGee1-9/+13
2011-03-01Fix some easy to find double translationsDan McGee10-92/+36
2011-02-28Update translation template filesDan McGee2-169/+364
2011-02-28Merge branch 'maint'Dan McGee2-25/+38
2011-02-28Update translation instructionsDan McGee1-25/+25
2011-02-28--print-format displays size in bytesJakob Gruber1-2/+2
2011-02-28A couple of minor manpage adjustmentsJakob Gruber1-25/+20
2011-02-28Check local DB version before continuing transactionDan McGee9-3/+92
2011-02-28Move locking functions to where they are neededDan McGee3-49/+48
2011-02-28Fix trans no-argument function definitionsDan McGee1-3/+3
2011-02-27Add base transifex client configurationDan McGee1-0/+13
2011-02-27Fix double close of the lock fileJonathan Conder5-15/+10
2011-02-27pactest for removing a required empty directoryAllan McRae1-0/+21
2011-02-25Add directory name to ownership error messageDan McGee1-1/+1
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner14-34/+34
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner5-22/+7
2011-02-25Add test case for util-linux/util-linux-ng name switch and depsDan McGee1-0/+45
2011-02-25Continue resolving dependencies rather than bailing on first errorDan McGee2-16/+37