Age | Commit message (Expand) | Author | Files | Lines |
2013-07-05 | use full path when checking for mountpoints | Andrew Gregory | 1 | -2/+13 |
2013-07-05 | do not check error from close(2) | Dave Reisner | 7 | -29/+25 |
2013-07-05 | Consolidate and improve table implementations | Simon Gomizelj | 1 | -115/+122 |
2013-06-26 | update to automake 1.14 | Allan McRae | 7 | -519/+1259 |
2013-06-26 | query_fileowner: resolve trailing . or .. in paths | Andrew Gregory | 1 | -1/+1 |
2013-06-26 | query_fileowner: remove useless path variable | Andrew Gregory | 1 | -27/+3 |
2013-06-26 | query_group: allow package filters | Andrew Gregory | 1 | -41/+47 |
2013-06-26 | skip unknown repo names for pacman -Sl | Andrew Gregory | 1 | -3/+3 |
2013-06-26 | Enable inverted patterns in NoExtract and NoUpgrade. | Patrick Steinhardt | 4 | -4/+42 |
2013-06-26 | deps.c: check for indirect deps when ordering | Andrew Gregory | 3 | -20/+127 |
2013-06-26 | Make --unrequired filter packages that are optdep as well | Olivier Brunel | 3 | -7/+15 |
2013-06-26 | Install unchanged backup files to get correct timestamps. | Patrick Steinhardt | 1 | -5/+7 |
2013-06-26 | Merge branch 'maint' | Allan McRae | 1 | -1/+1 |
2013-06-23 | Respect paths with spaces on --install | Andrea Scarpino | 1 | -1/+1 |
2013-06-18 | Merge branch 'maint' | Allan McRae | 94 | -737/+898 |
2013-06-18 | 4.1.2 release preparationv4.1.2 | Allan McRae | 3 | -2/+17 |
2013-06-18 | contrib: update .gitignore | Allan McRae | 1 | -0/+1 |
2013-06-18 | Pull translation updates | Allan McRae | 87 | -720/+864 |
2013-06-18 | pacscripts: Update for pacman changes | Karol Blazewicz | 1 | -2/+2 |
2013-06-18 | pacscripts: don't read the whole package from cache | Karol Blazewicz | 1 | -1/+2 |
2013-06-18 | checkupdates: Consistency in environmental variable name | Allan McRae | 1 | -8/+8 |
2013-06-16 | contrib/checkupdates: fix typo | Allan McRae | 1 | -1/+1 |
2013-06-16 | makepkg: fix typo for distcc test | Allan McRae | 1 | -1/+1 |
2013-06-06 | Correct INODECMD for BSD and Darwin | Allan McRae | 1 | -2/+2 |
2013-06-06 | paccache: make --help output look nice on 80 width terminal | Allan McRae | 1 | -14/+17 |
2013-06-06 | repo-add; add option to remove existing package files from disk | Phillip Smith | 2 | -0/+16 |
2013-06-06 | Document alpm_list files are to be stand alone | Allan McRae | 2 | -0/+8 |
2013-06-06 | die if '-' is given with empty stdin | Andrew Gregory | 1 | -0/+8 |
2013-06-06 | Merge branch 'maint' | Allan McRae | 119 | -525/+1039 |
2013-06-06 | Pull translation updates and regenerate | Allan McRae | 114 | -512/+999 |
2013-06-04 | pacman-key: Do not reinterpret keys from revoked keyrings | Dave Reisner | 1 | -11/+4 |
2013-06-04 | validate %FILEPATH% when parsing repo dbs | Simon Gomizelj | 1 | -0/+30 |
2013-06-04 | Restrict pkgname from starting with a dot. | Allan McRae | 2 | -1/+5 |
2013-06-03 | improve dir->file transition conflict resolution | Andrew Gregory | 2 | -68/+82 |
2013-06-03 | query_fileowner: remove symlink support | Andrew Gregory | 1 | -73/+64 |
2013-06-03 | unlink_file: treat symlinks like normal files | Andrew Gregory | 1 | -5/+1 |
2013-06-03 | extract_single_file: consolidate symlink cases | Andrew Gregory | 2 | -40/+19 |
2013-06-03 | conflict.c: check for file -> dir replacements | Andrew Gregory | 3 | -21/+40 |
2013-06-03 | conflict.c: exclude trailing slash from file path | Andrew Gregory | 3 | -10/+6 |
2013-06-03 | conflict.c: do not ignore symlink<->dir conflicts | Andrew Gregory | 8 | -17/+4 |
2013-06-03 | alpm_filelist: remove resolved_path | Andrew Gregory | 13 | -263/+24 |
2013-06-03 | update tests for symlink support removal | Andrew Gregory | 9 | -31/+40 |
2013-05-30 | Revise pacman(8) | Jason St. John | 1 | -72/+74 |
2013-05-30 | Revise PKGBUILD(5) | Jason St. John | 2 | -64/+70 |
2013-05-30 | makepkg-template: add --version and some license info | Florian Pritz | 1 | -2/+32 |
2013-05-29 | Remove backslash typo from makepkg man page | Eric BĂ©langer | 1 | -1/+1 |
2013-05-29 | makepkg-template: Stop using given/when | Florian Pritz | 1 | -14/+8 |
2013-05-29 | makepkg-template: Add gettext support | Florian Pritz | 2 | -27/+48 |
2013-05-29 | Add makepkg-template | Florian Pritz | 7 | -0/+324 |
2013-05-29 | Update example PKGBUILD | Jason St. John | 1 | -10/+13 |