Age | Commit message (Expand) | Author | Files | Lines |
2010-12-30 | makepkg: allow pkgname usage in split package functions | Allan McRae | 1 | -4/+6 |
2010-12-30 | Merge branch 'depcmp-perf' | Dan McGee | 2 | -15/+29 |
2010-12-30 | Merge branch 'fgets-perf' | Dan McGee | 7 | -42/+140 |
2010-12-22 | Use name hashes in depends to avoid strcmp calls | Dan McGee | 2 | -8/+18 |
2010-12-22 | Remove need for memory allocation in _alpm_depcmp | Dan McGee | 1 | -9/+13 |
2010-12-21 | Add pactest to test long archive reads | Dan McGee | 1 | -0/+19 |
2010-12-21 | pactest: allow testing of package description | Dan McGee | 2 | -10/+7 |
2010-12-21 | Overhaul archive fgets function | Dan McGee | 4 | -32/+114 |
2010-12-21 | testdb: update for new database format | Dan McGee | 1 | -33/+21 |
2010-12-21 | Only check diskspace availability if needs more than zero | Allan McRae | 1 | -1/+2 |
2010-12-21 | Always specify arguement type in function delcarations | Allan McRae | 6 | -28/+28 |
2010-12-21 | makepkg: remove last inappropriate PKGBUILD usage | Allan McRae | 1 | -1/+1 |
2010-12-21 | Use macros in sync DB parsing | Dan McGee | 1 | -99/+52 |
2010-12-15 | Merge branch 'maint' | Dan McGee | 3 | -20/+25 |
2010-12-15 | Add a cushion for diskspace checking | Dan McGee | 1 | -3/+8 |
2010-12-15 | Document PKGEXT and SRCEXT | Allan McRae | 1 | -2/+3 |
2010-12-15 | Reorganize fields in package struct | Dan McGee | 1 | -13/+15 |
2010-12-14 | Used hashed package name in _alpm_pkg_find | Dan McGee | 1 | -2/+13 |
2010-12-14 | When setting package name, set hash value as well | Dan McGee | 4 | -0/+4 |
2010-12-14 | Add hash_sdbm function | Dan McGee | 2 | -0/+22 |
2010-12-14 | Use _alpm_pkg_find in deps search | Dan McGee | 1 | -2/+2 |
2010-12-14 | doc/PKGBUILD: document that functions run in -e modev3.4.2 | Dan McGee | 1 | -7/+11 |
2010-12-14 | Fix manpage wrap not at 80 characters | Dan McGee | 1 | -10/+11 |
2010-12-14 | Correctly force load of package reason | Dan McGee | 1 | -5/+1 |
2010-12-14 | Abstract has_scriptlet() to package ops struct | Dan McGee | 3 | -14/+19 |
2010-12-14 | Remove non-public functions from header | Dan McGee | 3 | -7/+4 |
2010-12-14 | Mark sync_db_read() as static | Dan McGee | 2 | -3/+6 |
2010-12-13 | Abort db_populate if dbpath is not set | Bruno Widmann | 1 | -0/+3 |
2010-12-13 | Update news and bump versions | Dan McGee | 2 | -3/+3 |
2010-12-13 | Update scripts/ .gitignore | Dan McGee | 1 | -0/+1 |
2010-12-13 | Create sync/ DB directory if it does not exist | Dan McGee | 1 | -0/+18 |
2010-12-13 | pacman-optimize: ensure database directory contains local/ | Dan McGee | 1 | -2/+4 |
2010-12-13 | Add script to update pacman database format | Allan McRae | 2 | -0/+124 |
2010-12-13 | Update pactest suite for change in db structure | Allan McRae | 2 | -48/+18 |
2010-12-13 | Merge desc and depends files in local db | Allan McRae | 3 | -94/+61 |
2010-12-13 | Attempt to stop installation when we encounter problems | Dan McGee | 1 | -32/+48 |
2010-12-13 | Turn libarchive warnings into libalpm warnings | Dan McGee | 2 | -3/+3 |
2010-12-13 | Make reading from any file possible in sync DB | Dan McGee | 1 | -12/+8 |
2010-12-13 | Explicitly test time difference is greater than zero | Allan McRae | 1 | -1/+1 |
2010-12-13 | makepkg: perform sanity checks on variables in package functions | Allan McRae | 1 | -6/+13 |
2010-12-13 | diskspace style cleanups and small fixes | Dan McGee | 2 | -50/+55 |
2010-12-13 | Refactor statfs/statvfs type check | Dan McGee | 4 | -62/+50 |
2010-12-13 | Display progress bar for disk space checking | Allan McRae | 4 | -3/+36 |
2010-12-13 | Add configuration option to control disk space checking | Allan McRae | 7 | -4/+31 |
2010-12-13 | Implement disk space checking | Allan McRae | 3 | -1/+45 |
2010-12-13 | Add functions to calculate approximate disk usage by packages | Allan McRae | 2 | -0/+103 |
2010-12-13 | Add function to match file to mount point | Allan McRae | 1 | -0/+28 |
2010-12-13 | Add function for listing system mount points | Allan McRae | 3 | -1/+160 |
2010-12-13 | Prototype disk space checking functionality | Allan McRae | 4 | -0/+66 |
2010-12-13 | Remove AC_TYPE_SIGNAL usage | Dan McGee | 3 | -3/+2 |