summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-01lib/be_package: use qsort instead of our own msortDave Reisner1-49/+3
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
2012-06-26query: avoid false ownership matches for files in rootDave Reisner2-2/+15
2012-06-26updpkgsums: avoid fancy quoting in error messageDave Reisner1-1/+1
2012-06-26contrib: sed out @SCRIPTNAME@ in edit commandDave Reisner1-0/+1
2012-06-26add line length parameter to _alpm_strip_newlineDave Reisner4-15/+17
2012-06-26add real_line_size to alpm_read_bufferDave Reisner2-3/+4
2012-06-26pkgdelta: add missing --version longoptDave Reisner1-1/+1
2012-06-26check proper variable for NULLDave Reisner1-1/+1
2012-06-26Create repo-remove symlink in scripts dirAllan McRae1-5/+7
2012-06-26diskspace: canonicalize path to download dirDave Reisner1-0/+8
2012-05-21libalpm/remove.c - add doxygenAndrew Gregory1-3/+86
2012-05-21paccache: allow running as rootDave Reisner1-6/+1
2012-05-21makepkg: rework libdependsAllan McRae1-39/+61
2012-05-21repo-add: add makedepends informationAllan McRae2-10/+19
2012-05-21makepkg: write makedepends into .PKGINFOAllan McRae1-0/+2
2012-05-21Define _FORTIFY_SOURCE in CPPFLAGSAllan McRae1-1/+1
2012-05-21makepkg: Add CPPFLAGS supportAllan McRae4-6/+10
2012-05-21updpkgsums: add new contrib scriptDave Reisner3-1/+98
2012-05-21fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner3-20/+20
2012-05-21contrib/pacsysclean: use a standard vim modelineDave Reisner1-29/+31
2012-05-21Merge branch 'maint'Dan McGee8-221/+208
2012-05-21pacman-key: use mapfile over readDave Reisner1-1/+1
2012-05-21makepkg: use mapfile where plausibleDave Reisner1-6/+5
2012-05-21pacman: support group selection delimited by commasDave Reisner2-5/+5
2012-05-21pkgdelta: adopt parseopts for option parsingDave Reisner2-15/+26