summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-02pactest: avoid upgrade conflict with unchanged effective pathDave Reisner1-0/+22
2012-08-02pactest: Do not remove symlink to directory if a to be installed package uses itAllan McRae2-0/+44
2012-08-02pactest: Do not remove symlink to directory if local package uses that pathAllan McRae1-0/+22
2012-08-02pactest: conflict between files having same effective pathAllan McRae1-0/+23
2012-08-02pactest: conflict between directory and a fileAllan McRae1-0/+17
2012-08-02Add pactest for empty subdirectory conflictAllan McRae2-1/+18
2012-08-02Allow cleaning only some cachedirsJan Alexander Steffens (heftig)1-15/+20
2012-08-01Merge branch 'maint'Dan McGee3-6/+12
2012-08-01contrib/updpkgsums: Fix error messageAllan McRae1-1/+1
2012-08-01Add documentation for the prepare() functionEnjolras2-8/+17
2012-08-01Add a function prepare() to PKGBUILDEnjolras1-0/+11
2012-08-01makepkg: remove unnecessary formattingAllan McRae1-1/+0
2012-08-01asdeps flag passed from makepkg to pacmanDaniel Wallace4-4/+14
2012-08-01Do not enable _FORTIFY_SOURCE without optimizationAllan McRae2-3/+14
2012-08-01Fix wrong parameter name in alpm_db_update's signatureBarbu Paul - Gheorghe1-1/+1
2012-08-01Clean up exclusion list in sync cache cleanupDan McGee1-23/+24
2012-08-01Skip deltas and partial downloads in package cleanupDan McGee1-0/+10
2012-08-01pactree: show tree vertical "limbs"Andrew Gregory1-18/+62
2012-08-01pactree: consolidate both walk_deps functionsAndrew Gregory1-61/+28
2012-08-01contrib/bacman: fix package architecture in filenameAllan McRae1-4/+4
2012-08-01util: fix line length calc in _alpm_archive_fgetsDave Reisner1-2/+4
2012-08-01lib/conflict: use a binary search within filelistsDave Reisner1-8/+5
2012-08-01lib/be_local: ensure local filelists are sortedDave Reisner1-0/+2
2012-08-01lib/be_package: use qsort instead of our own msortDave Reisner1-49/+3
2012-08-01Add more debug logging to dir_belongsto_pkg() functionDan McGee1-1/+8
2012-07-10Merge branch 'maint'Dan McGee8-9/+158
2012-07-10pacman: be more descriptive when opening an include failsDave Reisner1-1/+2
2012-07-10update comments referring to alpm_option_get_syncdbsDave Reisner2-2/+2
2012-07-10makepkg.conf: add -q option for curlDave Reisner1-3/+3
2012-07-10makepkg.conf: enable curl's cookie engine for httpDave Reisner1-2/+2
2012-07-10diskspace: log errors when opening the mount table failsDave Reisner1-0/+6
2012-07-10Check empty subdirectory ownershipAllan McRae2-0/+22
2012-07-10Add conflict for replacing owned empty directoryAllan McRae3-6/+66
2012-07-10Add man page for pactreeRam Bhamidipaty3-0/+67
2012-06-26Allow leading "local/" in query operationsAllan McRae1-1/+8
2012-06-26Scripts testsuite output consistencyAllan McRae2-4/+4
2012-06-26paccache: adopt size_to_humanDave Reisner3-21/+4
2012-06-26scripts/library: add size_to_humanDave Reisner3-1/+26
2012-06-26pkgdelta: use human_to_size to parse --min-pkg-sizeDave Reisner2-7/+9
2012-06-26scripts/library: add human_to_sizeDave Reisner6-2/+140
2012-06-26diskspace: only load filesystem info on demandDave Reisner2-13/+47
2012-06-26diskspace: dedupe code for loading FS usageDave Reisner1-25/+27
2012-06-26zsh-completion: Allow use of names in pacman-keyDaniel Wallace1-5/+4
2012-06-26Added syntax highlighting for the sha256sums, sha384sums, and sha512sums arra...Jason St. John1-2/+44
2012-06-26contrib: fix typo in PKGBUILD.vimAllan McRae1-1/+1
2012-06-26repo-add: add checkdepends informationAllan McRae3-10/+19
2012-06-26makepkg: install deps with --repackageAllan McRae1-3/+3
2012-06-26Allow wildcards in PURGE_TARGETS to match any type of file except for directo...Jeremy Huntwork1-1/+1
2012-06-26makepkg: allow url to be overridden in split packagesAllan McRae3-4/+5
2012-06-26Portability fixes for makepkgJeremy Huntwork3-29/+28