Age | Commit message (Expand) | Author | Files | Lines |
2012-08-01 | Merge branch 'maint' | Dan McGee | 3 | -6/+12 |
2012-08-01 | contrib/updpkgsums: Fix error message | Allan McRae | 1 | -1/+1 |
2012-08-01 | Add documentation for the prepare() function | Enjolras | 2 | -8/+17 |
2012-08-01 | Add a function prepare() to PKGBUILD | Enjolras | 1 | -0/+11 |
2012-08-01 | makepkg: remove unnecessary formatting | Allan McRae | 1 | -1/+0 |
2012-08-01 | asdeps flag passed from makepkg to pacman | Daniel Wallace | 4 | -4/+14 |
2012-08-01 | Do not enable _FORTIFY_SOURCE without optimization | Allan McRae | 2 | -3/+14 |
2012-08-01 | Fix wrong parameter name in alpm_db_update's signature | Barbu Paul - Gheorghe | 1 | -1/+1 |
2012-08-01 | Clean up exclusion list in sync cache cleanup | Dan McGee | 1 | -23/+24 |
2012-08-01 | Skip deltas and partial downloads in package cleanup | Dan McGee | 1 | -0/+10 |
2012-08-01 | pactree: show tree vertical "limbs" | Andrew Gregory | 1 | -18/+62 |
2012-08-01 | pactree: consolidate both walk_deps functions | Andrew Gregory | 1 | -61/+28 |
2012-08-01 | contrib/bacman: fix package architecture in filename | Allan McRae | 1 | -4/+4 |
2012-08-01 | util: fix line length calc in _alpm_archive_fgets | Dave Reisner | 1 | -2/+4 |
2012-08-01 | lib/conflict: use a binary search within filelists | Dave Reisner | 1 | -8/+5 |
2012-08-01 | lib/be_local: ensure local filelists are sorted | Dave Reisner | 1 | -0/+2 |
2012-08-01 | lib/be_package: use qsort instead of our own msort | Dave Reisner | 1 | -49/+3 |
2012-08-01 | Add more debug logging to dir_belongsto_pkg() function | Dan McGee | 1 | -1/+8 |
2012-07-10 | Merge branch 'maint' | Dan McGee | 8 | -9/+158 |
2012-07-10 | pacman: be more descriptive when opening an include fails | Dave Reisner | 1 | -1/+2 |
2012-07-10 | update comments referring to alpm_option_get_syncdbs | Dave Reisner | 2 | -2/+2 |
2012-07-10 | makepkg.conf: add -q option for curl | Dave Reisner | 1 | -3/+3 |
2012-07-10 | makepkg.conf: enable curl's cookie engine for http | Dave Reisner | 1 | -2/+2 |
2012-07-10 | diskspace: log errors when opening the mount table fails | Dave Reisner | 1 | -0/+6 |
2012-07-10 | Check empty subdirectory ownership | Allan McRae | 2 | -0/+22 |
2012-07-10 | Add conflict for replacing owned empty directory | Allan McRae | 3 | -6/+66 |
2012-07-10 | Add man page for pactree | Ram Bhamidipaty | 3 | -0/+67 |
2012-06-26 | Allow leading "local/" in query operations | Allan McRae | 1 | -1/+8 |
2012-06-26 | Scripts testsuite output consistency | Allan McRae | 2 | -4/+4 |
2012-06-26 | paccache: adopt size_to_human | Dave Reisner | 3 | -21/+4 |
2012-06-26 | scripts/library: add size_to_human | Dave Reisner | 3 | -1/+26 |
2012-06-26 | pkgdelta: use human_to_size to parse --min-pkg-size | Dave Reisner | 2 | -7/+9 |
2012-06-26 | scripts/library: add human_to_size | Dave Reisner | 6 | -2/+140 |
2012-06-26 | diskspace: only load filesystem info on demand | Dave Reisner | 2 | -13/+47 |
2012-06-26 | diskspace: dedupe code for loading FS usage | Dave Reisner | 1 | -25/+27 |
2012-06-26 | zsh-completion: Allow use of names in pacman-key | Daniel Wallace | 1 | -5/+4 |
2012-06-26 | Added syntax highlighting for the sha256sums, sha384sums, and sha512sums arra... | Jason St. John | 1 | -2/+44 |
2012-06-26 | contrib: fix typo in PKGBUILD.vim | Allan McRae | 1 | -1/+1 |
2012-06-26 | repo-add: add checkdepends information | Allan McRae | 3 | -10/+19 |
2012-06-26 | makepkg: install deps with --repackage | Allan McRae | 1 | -3/+3 |
2012-06-26 | Allow wildcards in PURGE_TARGETS to match any type of file except for directo... | Jeremy Huntwork | 1 | -1/+1 |
2012-06-26 | makepkg: allow url to be overridden in split packages | Allan McRae | 3 | -4/+5 |
2012-06-26 | Portability fixes for makepkg | Jeremy Huntwork | 3 | -29/+28 |
2012-06-26 | query: avoid false ownership matches for files in root | Dave Reisner | 2 | -2/+15 |
2012-06-26 | updpkgsums: avoid fancy quoting in error message | Dave Reisner | 1 | -1/+1 |
2012-06-26 | contrib: sed out @SCRIPTNAME@ in edit command | Dave Reisner | 1 | -0/+1 |
2012-06-26 | add line length parameter to _alpm_strip_newline | Dave Reisner | 4 | -15/+17 |
2012-06-26 | add real_line_size to alpm_read_buffer | Dave Reisner | 2 | -3/+4 |
2012-06-26 | pkgdelta: add missing --version longopt | Dave Reisner | 1 | -1/+1 |
2012-06-26 | check proper variable for NULL | Dave Reisner | 1 | -1/+1 |