Age | Commit message (Expand) | Author | Files | Lines |
2012-08-08 | Merge branch 'maint' | Dan McGee | 1 | -1/+2 |
2012-08-08 | coding style fixes | Florian Pritz | 3 | -4/+4 |
2012-08-08 | Print repo being search for replaces in debug output | Allan McRae | 1 | -1/+2 |
2012-08-03 | makepkg: delay checking for build package with pkgver() | Allan McRae | 1 | -46/+57 |
2012-08-03 | makepkg: add hg url support | Allan McRae | 2 | -5/+71 |
2012-08-03 | doc: Add --holdver information for makepkg | Allan McRae | 1 | -0/+4 |
2012-08-03 | doc: Document using svn source url | Allan McRae | 1 | -1/+5 |
2012-08-03 | doc: document automatically updating the pkgver variable | Allan McRae | 1 | -0/+5 |
2012-08-03 | doc: Document using VCS sources in a PKGBUILD | Allan McRae | 1 | -0/+32 |
2012-08-03 | makepkg: check pkgver validity after updating | Allan McRae | 1 | -9/+25 |
2012-08-03 | makepkg: only update pkgver when all sources are available | Allan McRae | 1 | -1/+1 |
2012-08-03 | makepkg: add --holdver to control VCS source updating | Allan McRae | 1 | -3/+6 |
2012-08-03 | makepkg: do not download VCS sources unless needed | Allan McRae | 1 | -6/+12 |
2012-08-03 | makepkg: rename myver | Allan McRae | 1 | -4/+4 |
2012-08-03 | makepkg: add support for SVN urls | Allan McRae | 1 | -3/+70 |
2012-08-03 | makepkg: provide mechanism for auto-updating pkgver | Allan McRae | 1 | -0/+21 |
2012-08-03 | makepkg: modify get_filepath to handle VCS sources | Allan McRae | 1 | -17/+23 |
2012-08-03 | makepkg: modify get_filename to handle VCS sources | Allan McRae | 1 | -8/+23 |
2012-08-03 | makepkg: fix checksum generation with VCS sources | Allan McRae | 1 | -4/+15 |
2012-08-03 | makepkg: allow using GIT source URLs | Allan McRae | 1 | -0/+85 |
2012-08-03 | makepkg: skip integrity checking early | Allan McRae | 1 | -11/+13 |
2012-08-03 | makepkg: generalize download_sources | Allan McRae | 1 | -45/+67 |
2012-08-03 | makepkg: add function to return download protocol | Allan McRae | 1 | -0/+11 |
2012-08-03 | makepkg: reorder source handling functions | Allan McRae | 1 | -120/+120 |
2012-08-03 | makepkg: remove VCS package support | Allan McRae | 3 | -213/+6 |
2012-08-02 | pacman-key: Use lsign_keys function in --populate | Pierre Schmitz | 1 | -1/+2 |
2012-08-02 | Split _alpm_filelist_operation function | Allan McRae | 3 | -30/+57 |
2012-08-02 | Move filelist functions into separate source file | Dan McGee | 11 | -104/+178 |
2012-08-02 | pactest: avoid upgrade conflict with unchanged effective path | Dave Reisner | 1 | -0/+22 |
2012-08-02 | pactest: Do not remove symlink to directory if a to be installed package uses it | Allan McRae | 2 | -0/+44 |
2012-08-02 | pactest: Do not remove symlink to directory if local package uses that path | Allan McRae | 1 | -0/+22 |
2012-08-02 | pactest: conflict between files having same effective path | Allan McRae | 1 | -0/+23 |
2012-08-02 | pactest: conflict between directory and a file | Allan McRae | 1 | -0/+17 |
2012-08-02 | Add pactest for empty subdirectory conflict | Allan McRae | 2 | -1/+18 |
2012-08-02 | Allow cleaning only some cachedirs | Jan Alexander Steffens (heftig) | 1 | -15/+20 |
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 |