Age | Commit message (Expand) | Author |
2011-10-04 | Parse '0' as a valid package installed size | Dan McGee |
2011-10-03 | makepkg: create tar file for bogus PKGEXT | lolilolicon |
2011-09-30 | Use _alpm_local_db_pkgpath in _cache_changelog_open | Dan McGee |
2011-09-30 | makepkg: support .tar.Z source packages creation | lolilolicon |
2011-09-30 | Revamp scriptlet path formation for scriptlets in local database | Dan McGee |
2011-09-30 | Refactor _alpm_runscriptlet() | Dan McGee |
2011-09-30 | paccache: proper quoting in [[ expression ]] | lolilolicon |
2011-09-30 | paccache: declare variables explicitly | lolilolicon |
2011-09-30 | pacman-key: remove errexit flag from shebang | Dave Reisner |
2011-09-30 | pacman-key: return 0 from get_from if default value used | Allan McRae |
2011-09-30 | Remove redundant transaction size output | Allan McRae |
2011-09-29 | paccache: allow strictly integer for -k option | lolilolicon |
2011-09-29 | Remove redundant "removal" output in pure remove operation | Allan McRae |
2011-09-29 | move prevprogress onto payload handle | Dave Reisner |
2011-09-28 | pkgdelta: proper quoting in [[ expression ]] | lolilolicon |
2011-09-28 | makepkg: proper quoting in [[ expression ]] | lolilolicon |
2011-09-28 | Refactor display_targets to not be recursive | Dan McGee |
2011-09-28 | Refactor download payload reset and free | Dan McGee |
2011-09-28 | Initialize cURL library on first use | Dan McGee |
2011-09-28 | Add more valgrind suppressions | Dan McGee |
2011-09-28 | verbose package lists: remove errant debugger | Dan McGee |
2011-09-28 | Always show download size if -w/--downloadonly was provided | Dan McGee |
2011-09-28 | Table format creation code cleanup | Dan McGee |
2011-09-28 | Use unsigned types for indent width and column count | Dan McGee |
2011-09-28 | Show download sizes when using -S/--sync | Dan McGee |
2011-09-28 | Keep track of explicitly added and removed packages | Dan McGee |
2011-09-28 | Combine add and removal package list display | Dan McGee |
2011-09-28 | Track unresolvable transaction packages | Dan McGee |
2011-09-28 | Move pacsave path construction code off the stack | Dan McGee |
2011-09-28 | Use the full buffer when computing md5/sha256 sums | Dan McGee |
2011-09-28 | Fix memory leak in download payload->remote_name | Dan McGee |
2011-09-27 | Revert "libalpm: compare pkgname with strcoll" | Dan McGee |
2011-09-27 | _alpm_splitdep: use malloc instead of calloc | Dan McGee |
2011-09-27 | be_sync: fetch only entry mode, not full stat struct | Dan McGee |
2011-09-27 | alpm_list: use malloc instead of calloc | Dan McGee |
2011-09-27 | makepkg: ensure '-' is last in a character glob | Dave Reisner |
2011-09-27 | pacman-key: use consistent punctuation in error messages | Dan McGee |
2011-09-27 | Fix compilation using --without-gpgme | Dan McGee |
2011-09-27 | Remove unnecessary logger | Dan McGee |
2011-09-27 | Delay check for repository servers until we need them | Dan McGee |
2011-09-26 | Avoid comparison between signed and unsigned types | Allan McRae |
2011-09-26 | Ensure fileconflict value is actually a string | Dan McGee |
2011-09-26 | bash_completion: add completion for pacman-key | Dave Reisner |
2011-09-26 | pacman-key: allow get_from to return a default value | Dave Reisner |
2011-09-26 | pacman-key: simplify writing to config file | Dave Reisner |
2011-09-26 | makepkg: normalize whitespace for optdepends in .PKGINFO | Allan McRae |
2011-09-26 | makepkg: allow versioned optdepends with epoch | Allan McRae |
2011-09-26 | Revamp pacman signal handler | Dan McGee |
2011-09-22 | Update Doxyfile and fix some documentation errors caught by Doxygen | Dan McGee |
2011-09-22 | Ensure database validity flags are set in invalid signature case | Dan McGee |