Age | Commit message (Expand) | Author | Files | Lines |
2008-06-15 | makepkg: add several quotes needed after nullglob. | Xavier Chantry | 1 | -6/+6 |
2008-06-15 | makepkg: Add missing quotes for the source array. | Xavier Chantry | 1 | -4/+4 |
2008-06-15 | Use openssl for checksum verification instead of *sum utilities | Sebastian Nowicki | 1 | -7/+7 |
2008-06-14 | Combine repo-add and repo-remove into one script | Dan McGee | 4 | -245/+76 |
2008-06-14 | repo-*: allow use of readlink or realpath | Dan McGee | 2 | -10/+33 |
2008-06-14 | Move geninteg block in makepkg before error checking | Allan McRae | 1 | -11/+12 |
2008-06-13 | Merge branch 'maint' | Dan McGee | 5 | -4/+1704 |
2008-06-13 | fr.po : fix one minor alignment problem. | Xavier Chantry | 1 | -2/+2 |
2008-06-13 | Add pacman Türkçe (Turkish) translation | Alper KANAT | 2 | -0/+1700 |
2008-06-13 | Spanish translation updates | Juan Pablo González Tognarelli | 2 | -626/+393 |
2008-06-13 | Use shell builtin to list files for package inclusion | Dan McGee | 1 | -1/+5 |
2008-06-09 | Allow use of GIT_VERSION in documentation dir | Dan McGee | 1 | -1/+9 |
2008-06-09 | makepkg: remove deprecated --usesudo code | Dan McGee | 1 | -7/+2 |
2008-06-09 | makepkg: add --allsource option | Allan McRae | 1 | -12/+34 |
2008-06-08 | Various updates needed prior to a new release | Dan McGee | 10 | -30/+40 |
2008-06-07 | Minor fix to German translation | Thomas Bächler | 1 | -1/+1 |
2008-06-06 | bacman - regenerate package from system | Allan McRae | 4 | -79/+284 |
2008-06-05 | Reformat -Sg output to look like -Qg | Dan McGee | 1 | -15/+10 |
2008-06-04 | Don't display filename on -Qip operation. | Xavier Chantry | 2 | -6/+6 |
2008-06-04 | src/pacman/sync.c : cleanup of pacman_sync | Xavier Chantry | 1 | -39/+37 |
2008-06-04 | Get rid of double / in database paths. | Xavier Chantry | 2 | -31/+63 |
2008-06-04 | Reimplement TotalDownload functionality | Dan McGee | 7 | -21/+107 |
2008-06-04 | Use correct C type for file sizes | Dan McGee | 14 | -50/+66 |
2008-06-04 | libalpm/md5: Fix license header | Dan McGee | 2 | -6/+4 |
2008-06-02 | Don't require --force when using the --nobuild option | Anton Fiuman | 1 | -1/+1 |
2008-05-31 | makepkg: remove some dead TODO code | Dan McGee | 1 | -7/+0 |
2008-05-31 | Allow GIT version to be used in pacman builds | Dan McGee | 4 | -16/+51 |
2008-05-30 | Fix versioncmp regression after update | Dan McGee | 3 | -18/+59 |
2008-05-30 | Add simple vercmp test script | Dan McGee | 2 | -2/+81 |
2008-05-30 | Add missing NULL set in group printing | Dan McGee | 1 | -2/+4 |
2008-05-29 | Merge branch 'maint' | Dan McGee | 1 | -89/+89 |
2008-05-29 | Add trailing / to DESTDIR for stupid Makefiles. | Geoffroy Carrier | 1 | -1/+1 |
2008-05-29 | Tidy up of the handle struct in libalpm | Allan McRae | 2 | -5/+1 |
2008-05-29 | Remove PM_TRANS_EVT_EXTRACT_START. | Xavier Chantry | 3 | -4/+0 |
2008-05-29 | be_files : stores REPLACES and FORCE in desc. | Xavier Chantry | 1 | -11/+10 |
2008-05-29 | Pactests for sync operations with NoUpgrade and NoExtract | Allan McRae | 2 | -0/+33 |
2008-05-29 | makepkg - add check for valid options in PKGBUILD | Allan McRae | 1 | -20/+21 |
2008-05-29 | Add some verbosity to _alpm_db_read. | Nagy Gabor | 1 | -2/+18 |
2008-05-29 | Fix for remove052.py by moving recursedeps before checkdeps. | Nagy Gabor | 1 | -1/+7 |
2008-05-29 | Pactest for removing multiple items in a dependency chain. | Allan McRae | 1 | -0/+21 |
2008-05-29 | No error in makepkg when removing deps fails | Allan McRae | 1 | -2/+9 |
2008-05-29 | Use chown 0:0 instead of root.root | Sebastian Nowicki | 1 | -2/+2 |
2008-05-29 | Use "legacy mode" on Mac OSX (for file command) | Sebastian Nowicki | 1 | -0/+3 |
2008-05-29 | Allow an unprivileged user to create packages without fakeroot | Sebastian Nowicki | 1 | -2/+2 |
2008-05-29 | du -b is not available on BSD, use du -k instead. | Xavier Chantry | 2 | -3/+3 |
2008-05-29 | Replace usage of "cp -s" with the more portable "ln -s" | Sebastian Nowicki | 1 | -3/+6 |
2008-05-17 | Update of Chinese simplified pacman translation. | 甘露(Lu.Gan) | 1 | -89/+89 |
2008-05-15 | Fix compilation warning on x86_64 | Dan McGee | 1 | -1/+1 |
2008-05-14 | Disable geteuid in cygwin. | Xavier Chantry | 1 | -2/+2 |
2008-05-14 | pactest: only use fakeroot when it is found. | Xavier Chantry | 1 | -6/+10 |