Age | Commit message (Expand) | Author | Files | Lines |
2011-10-21 | Remove remaining usages of fprintf() from frontend | Dan McGee | 2 | -4/+5 |
2011-10-21 | Remove pm_fprintf() in favor of pm_printf() | Dan McGee | 8 | -60/+47 |
2011-10-21 | Use stderr as output stream for pm_printf() | Dan McGee | 1 | -1/+1 |
2011-10-17 | pacman-key: add a default keyserver timeout value on --init | Dan McGee | 1 | -0/+1 |
2011-10-17 | Show an error message on failed remote key lookup | Dan McGee | 1 | -2/+2 |
2011-10-17 | Table display: print message with warning: prefix | Dan McGee | 1 | -1/+2 |
2011-10-14 | makepkg: don't attach traps until after argument parsing | Dan McGee | 1 | -11/+9 |
2011-10-14 | Add missing #ifdef around cURL error code in download struct | Dan McGee | 1 | -0/+2 |
2011-10-13 | Coding style cleanups | Dan McGee | 1 | -5/+5 |
2011-10-13 | curl_gethost() potential bug fixups | Dan McGee | 1 | -10/+14 |
2011-10-13 | doc/index.txt: Reformat past releases chart | Dan McGee | 1 | -41/+94 |
2011-10-13 | doc: update .gitignore, add CSS override for new tables usage | Dan McGee | 3 | -6/+17 |
2011-10-13 | Update NEWS for missing 4.0 stuff and 4.0.1 changes so far | Dan McGee | 1 | -1/+4 |
2011-10-13 | scripts/*.sh.in: Fix signal handler error messages | Lukas Fleischer | 2 | -3/+7 |
2011-10-13 | repo-add: Avoid race condition in signal handlers | Lukas Fleischer | 1 | -2/+8 |
2011-10-13 | Add user-visible warning message if public keyring not found | Dan McGee | 1 | -0/+3 |
2011-10-12 | signing: delay gpgme_init() until latest possible moment | Dan McGee | 1 | -19/+27 |
2011-10-12 | VerbosePkgLists: format table lines in i18n-compatible way | Dan McGee | 2 | -43/+49 |
2011-10-12 | Bump version to 4.0.0v4.0.0 | Dan McGee | 2 | -1/+3 |
2011-10-12 | Final Transifex update before 4.0 | Dan McGee | 12 | -998/+1182 |
2011-10-11 | pactest: add a better description | Dan McGee | 1 | -1/+1 |
2011-10-11 | Add note to TRANSLATORS regarding Transifex | Dan McGee | 1 | -9/+8 |
2011-10-11 | pacman-key: don't escape single quote in usage message | Dan McGee | 1 | -1/+1 |
2011-10-11 | Document verifying source file signatures in makepkg | Allan McRae | 1 | -0/+4 |
2011-10-11 | Fix typo in PKGBUILD man page | Allan McRae | 1 | -1/+1 |
2011-10-11 | PKGBUILD.vim: fix epoch syntax highlighting | lolilolicon | 1 | -0/+3 |
2011-10-11 | Update translations from Transifex | Dan McGee | 81 | -1949/+2503 |
2011-10-11 | dload: unhook error buffer after transfer finishes | Dave Reisner | 1 | -1/+4 |
2011-10-11 | pactree: Make error message smarter in register_syncs() | Lukas Fleischer | 1 | -1/+1 |
2011-10-11 | pactree: Add "--config" option | Lukas Fleischer | 1 | -3/+15 |
2011-10-11 | makepkg: strip comments after pkgver/pkgrel when checking value | Allan McRae | 1 | -2/+2 |
2011-10-07 | Format pacsort and vercmp testsuite output | Allan McRae | 2 | -4/+8 |
2011-10-06 | Update NEWS for 4.0.0 release | Dan McGee | 1 | -0/+71 |
2011-10-06 | bacman: use globbing to get local package db path | lolilolicon | 1 | -3/+11 |
2011-10-06 | bacman: add tar.Z package creation support | lolilolicon | 1 | -9/+3 |
2011-10-06 | bacman: small code cleanup | lolilolicon | 1 | -10/+11 |
2011-10-06 | bacman: bashify using [[ ]] and (( )) | lolilolicon | 1 | -22/+22 |
2011-10-06 | bacman: indent code using TAB | lolilolicon | 1 | -140/+138 |
2011-10-06 | Enable CheckSpace by default in default config file | Dan McGee | 1 | -3/+3 |
2011-10-06 | Update translation message catalogs in prep for 4.0 release | Dan McGee | 3 | -18/+24 |
2011-10-06 | Add a top-level 'update-po' make target | Dan McGee | 1 | -0/+5 |
2011-10-06 | Update translations from Transifex | Dan McGee | 81 | -2688/+2045 |
2011-10-06 | pacman-key: treat foo-trusted as an ownertrust export file | Dan McGee | 2 | -8/+22 |
2011-10-06 | pacman-key: refine and clarify import/import-trustdb behavior | Dan McGee | 2 | -14/+8 |
2011-10-04 | Parse '0' as a valid package installed size | Dan McGee | 1 | -1/+1 |
2011-10-03 | makepkg: create tar file for bogus PKGEXT | lolilolicon | 1 | -16/+10 |
2011-09-30 | Use _alpm_local_db_pkgpath in _cache_changelog_open | Dan McGee | 1 | -4/+4 |
2011-09-30 | makepkg: support .tar.Z source packages creation | lolilolicon | 1 | -1/+3 |
2011-09-30 | Revamp scriptlet path formation for scriptlets in local database | Dan McGee | 4 | -18/+20 |
2011-09-30 | Refactor _alpm_runscriptlet() | Dan McGee | 4 | -51/+58 |