Age | Commit message (Expand) | Author | Files | Lines |
2010-04-26 | check for valid optarg before using strdup | Serge Ziryukin | 1 | -0/+1 |
2010-03-25 | Show --print and --print-format options with -Rh, -Sh and -Uh only | Nagy Gabor | 1 | -3/+9 |
2010-03-25 | More consistent printing of off_t and time_t | Xavier Chantry | 3 | -7/+7 |
2010-03-25 | Update -Si docs to reflect new -Sii operation | Dan McGee | 1 | -2/+3 |
2010-03-25 | Sort and avoid duplicates in -Sii output | Allan McRae | 1 | -1/+4 |
2010-03-25 | alpm_list_diff_sorted - make some arguments const | Allan McRae | 2 | -5/+5 |
2010-03-25 | Fix cross-compilation issues with git and libfetch | Matthias Lanzinger | 1 | -4/+4 |
2010-03-23 | Show 'Required By' in -Sii output | Dan McGee | 4 | -20/+44 |
2010-03-18 | Strip extension off all package compression types | Dan McGee | 1 | -1/+1 |
2010-03-15 | Unbreak the database partial extraction code | Dan McGee | 1 | -13/+9 |
2010-03-14 | Bump copyright dates to 2010 | Dan McGee | 96 | -128/+128 |
2010-03-14 | fix a few warnings reported by clang | Xavier Chantry | 7 | -7/+10 |
2010-03-14 | Reduce duplicate code in DB extraction | Dan McGee | 1 | -37/+26 |
2010-03-14 | Only extract new DB entries | Xavier Chantry | 2 | -13/+156 |
2010-03-14 | Mark two functions static | Dan McGee | 1 | -2/+2 |
2010-03-14 | Add new --print operation for all operations | Xavier Chantry | 11 | -47/+170 |
2010-03-14 | print installed packages | Xavier Chantry | 1 | -2/+22 |
2010-03-14 | callback: use variable length for progressbar text | Xavier Chantry | 1 | -4/+15 |
2010-03-14 | callback.c : less magic progress bars | Xavier Chantry | 1 | -10/+13 |
2010-03-14 | delta : add external cleanup script | Xavier Chantry | 5 | -4/+186 |
2010-03-14 | makepkg: always update symlinks to compressed man pages | Allan McRae | 1 | -11/+12 |
2010-03-14 | makepkg: make strip options configurable | Cedric Staniewski | 6 | -6/+45 |
2010-03-14 | makepkg: Remove setgid bit on srcdir/pkgdir creation | Dan McGee | 1 | -0/+6 |
2010-03-14 | makepkg: abort on missing or non-writable PKGDEST | Allan McRae | 1 | -6/+12 |
2010-03-14 | makepkg: only strip files that are writable | Allan McRae | 1 | -1/+1 |
2010-02-28 | makepkg: Add documentation for the new SRCPKGDEST variable | Nezmer | 1 | -0/+5 |
2010-02-28 | makepkg: document environment variables PKGDEST and SRCDEST | Cedric Staniewski | 1 | -0/+8 |
2010-02-28 | makepkg: update required programs | Allan McRae | 1 | -1/+1 |
2010-02-28 | bash_completion: remove absolute utility paths again | Cedric Staniewski | 1 | -14/+14 |
2010-02-28 | contrib/*_completion: match *.pkg.tar.* | Pierre Schmitz | 2 | -6/+6 |
2010-01-19 | Do not print installed size when only downloading | Allan McRae | 1 | -1/+3 |
2010-01-19 | Print "there is nothing to do" with NOOP transactions | Nagy Gabor | 3 | -1/+3 |
2010-01-19 | Merge branch 'maint' | Dan McGee | 1 | -0/+1 |
2010-01-19 | bash_completion: use absolute paths to utilities | Dan McGee | 1 | -14/+14 |
2010-01-19 | makepkg: fix abortion after sourcing /etc/profile | Cedric Staniewski | 1 | -3/+4 |
2010-01-19 | contrib/bacman: fix checking if file has been added | Allan McRae | 1 | -2/+2 |
2010-01-19 | NULL out handle after release | Dan McGee | 1 | -0/+1 |
2010-01-19 | makepkg: Introduce $SRCPKGDEST | Nezmer | 2 | -2/+7 |
2009-12-14 | makepkg: check for non-empty pkgbase instead of pkgname | Cedric Staniewski | 1 | -1/+1 |
2009-12-13 | makepkg: remove srclinks directory on error exit | Cedric Staniewski | 1 | -0/+1 |
2009-12-13 | makepkg: skip devel_check() when repackaging | Nezmer | 1 | -3/+3 |
2009-12-13 | makepkg: limit sudo usage to allowed pacman commands | Cedric Staniewski | 1 | -1/+1 |
2009-12-13 | makepkg: allow to specify an alternative pacman command | Cedric Staniewski | 2 | -8/+20 |
2009-12-13 | makepkg: check for references to build root in package | Allan McRae | 1 | -0/+5 |
2009-12-13 | improve download_internal error messages | Xavier Chantry | 1 | -2/+8 |
2009-12-13 | add some more sanity check for optarg | Xavier Chantry | 1 | -1/+15 |
2009-12-13 | refactor _parseoptions | Xavier Chantry | 1 | -138/+170 |
2009-12-13 | Print error on duplicated database entries | Nagy Gabor | 1 | -0/+7 |
2009-12-13 | Remove trailing whitespace on all lines in list_display | Dan McGee | 1 | -4/+6 |
2009-12-07 | Fix requiredby output | Dan McGee | 1 | -1/+1 |