Age | Commit message (Expand) | Author |
2010-12-29 | Various documentation updates | Dan McGee |
2010-12-29 | makepkg: escape closing bash array paren for awk | Dave Reisner |
2010-12-29 | makepkg: allow pkgname usage in split package functions | Allan McRae |
2010-12-29 | Merge branch 'depcmp-perf' | Dan McGee |
2010-12-29 | Merge branch 'fgets-perf' | Dan McGee |
2010-12-21 | Use name hashes in depends to avoid strcmp calls | Dan McGee |
2010-12-21 | Remove need for memory allocation in _alpm_depcmp | Dan McGee |
2010-12-21 | Add pactest to test long archive reads | Dan McGee |
2010-12-21 | pactest: allow testing of package description | Dan McGee |
2010-12-21 | Overhaul archive fgets function | Dan McGee |
2010-12-20 | testdb: update for new database format | Dan McGee |
2010-12-20 | Only check diskspace availability if needs more than zero | Allan McRae |
2010-12-20 | Always specify arguement type in function delcarations | Allan McRae |
2010-12-20 | makepkg: remove last inappropriate PKGBUILD usage | Allan McRae |
2010-12-20 | Use macros in sync DB parsing | Dan McGee |
2010-12-15 | Merge branch 'maint' | Dan McGee |
2010-12-15 | Add a cushion for diskspace checking | Dan McGee |
2010-12-15 | Document PKGEXT and SRCEXT | Allan McRae |
2010-12-14 | Reorganize fields in package struct | Dan McGee |
2010-12-14 | Used hashed package name in _alpm_pkg_find | Dan McGee |
2010-12-14 | When setting package name, set hash value as well | Dan McGee |
2010-12-14 | Add hash_sdbm function | Dan McGee |
2010-12-14 | Use _alpm_pkg_find in deps search | Dan McGee |
2010-12-13 | doc/PKGBUILD: document that functions run in -e mode | Dan McGee |
2010-12-13 | Fix manpage wrap not at 80 characters | Dan McGee |
2010-12-13 | Correctly force load of package reason | Dan McGee |
2010-12-13 | Abstract has_scriptlet() to package ops struct | Dan McGee |
2010-12-13 | Remove non-public functions from header | Dan McGee |
2010-12-13 | Mark sync_db_read() as static | Dan McGee |
2010-12-13 | Abort db_populate if dbpath is not set | Bruno Widmann |
2010-12-12 | Update news and bump versions | Dan McGee |
2010-12-12 | Update scripts/ .gitignore | Dan McGee |
2010-12-12 | Create sync/ DB directory if it does not exist | Dan McGee |
2010-12-12 | pacman-optimize: ensure database directory contains local/ | Dan McGee |
2010-12-12 | Add script to update pacman database format | Allan McRae |
2010-12-12 | Update pactest suite for change in db structure | Allan McRae |
2010-12-12 | Merge desc and depends files in local db | Allan McRae |
2010-12-12 | Attempt to stop installation when we encounter problems | Dan McGee |
2010-12-12 | Turn libarchive warnings into libalpm warnings | Dan McGee |
2010-12-12 | Make reading from any file possible in sync DB | Dan McGee |
2010-12-12 | Explicitly test time difference is greater than zero | Allan McRae |
2010-12-12 | makepkg: perform sanity checks on variables in package functions | Allan McRae |
2010-12-12 | diskspace style cleanups and small fixes | Dan McGee |
2010-12-12 | Refactor statfs/statvfs type check | Dan McGee |
2010-12-12 | Display progress bar for disk space checking | Allan McRae |
2010-12-12 | Add configuration option to control disk space checking | Allan McRae |
2010-12-12 | Implement disk space checking | Allan McRae |
2010-12-12 | Add functions to calculate approximate disk usage by packages | Allan McRae |
2010-12-12 | Add function to match file to mount point | Allan McRae |
2010-12-12 | Add function for listing system mount points | Allan McRae |