Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-09-30 | paccache: proper quoting in [[ expression ]] | lolilolicon | 1 | -1/+1 |
2011-09-30 | paccache: declare variables explicitly | lolilolicon | 1 | -1/+1 |
2011-09-30 | pacman-key: remove errexit flag from shebang | Dave Reisner | 1 | -1/+1 |
2011-09-30 | pacman-key: return 0 from get_from if default value used | Allan McRae | 1 | -1/+4 |
2011-09-30 | Remove redundant transaction size output | Allan McRae | 1 | -1/+1 |
2011-09-29 | paccache: allow strictly integer for -k option | lolilolicon | 1 | -3/+5 |
2011-09-29 | Remove redundant "removal" output in pure remove operation | Allan McRae | 1 | -0/+3 |
2011-09-29 | move prevprogress onto payload handle | Dave Reisner | 2 | -8/+4 |
2011-09-28 | pkgdelta: proper quoting in [[ expression ]] | lolilolicon | 1 | -3/+3 |
2011-09-28 | makepkg: proper quoting in [[ expression ]] | lolilolicon | 1 | -3/+3 |
2011-09-28 | Refactor display_targets to not be recursive | Dan McGee | 1 | -33/+26 |
2011-09-28 | Refactor download payload reset and free | Dan McGee | 4 | -48/+51 |
2011-09-28 | Initialize cURL library on first use | Dan McGee | 4 | -40/+44 |
2011-09-28 | Add more valgrind suppressions | Dan McGee | 1 | -0/+25 |
2011-09-28 | verbose package lists: remove errant debugger | Dan McGee | 1 | -2/+0 |
2011-09-28 | Always show download size if -w/--downloadonly was provided | Dan McGee | 2 | -3/+3 |
2011-09-28 | Table format creation code cleanup | Dan McGee | 1 | -21/+27 |
2011-09-28 | Use unsigned types for indent width and column count | Dan McGee | 3 | -26/+26 |
2011-09-28 | Show download sizes when using -S/--sync | Dan McGee | 1 | -5/+21 |
2011-09-28 | Keep track of explicitly added and removed packages | Dan McGee | 7 | -5/+33 |
2011-09-28 | Combine add and removal package list display | Dan McGee | 4 | -64/+110 |
2011-09-28 | Track unresolvable transaction packages | Dan McGee | 3 | -9/+18 |
2011-09-28 | Move pacsave path construction code off the stack | Dan McGee | 1 | -2/+6 |
2011-09-28 | Use the full buffer when computing md5/sha256 sums | Dan McGee | 1 | -4/+6 |
2011-09-28 | Fix memory leak in download payload->remote_name | Dan McGee | 3 | -12/+18 |
2011-09-28 | Revert "libalpm: compare pkgname with strcoll" | Dan McGee | 1 | -1/+1 |
2011-09-28 | _alpm_splitdep: use malloc instead of calloc | Dan McGee | 1 | -3/+5 |