| Commit message (Expand) | Author | Age |
* | Use bare repositories to build repo packages from the same source | kitsunyan | 2018-05-01 |
* | Fix os-release location | kitsunyan | 2018-05-01 |
* | Add PKGBUILD retrieving | kitsunyan | 2018-04-29 |
* | Properly handle "-" option | kitsunyan | 2018-04-29 |
* | Use "-n" as short version of "--build" | kitsunyan | 2018-04-29 |
* | Simplify arguments checking | kitsunyan | 2018-04-29 |
* | Simplify "handleInstall" function | kitsunyan | 2018-04-29 |
* | Simplify "handleSyncInstall" function | kitsunyan | 2018-04-29 |
* | Resolve build dependencies after "pacman -S" | kitsunyan | 2018-04-29 |
* | Use git clone for dependency resolution instead of cgit requests | kitsunyan | 2018-04-29 |
* | Print error if chdir, setgroups, setuid, or setgid failed | kitsunyan | 2018-04-28 |
* | Don't clone official packages twice | kitsunyan | 2018-04-28 |
* | Update messages | kitsunyan | 2018-04-28 |
* | Don't ask to view files in "--noconfirm" mode | kitsunyan | 2018-04-25 |
* | Better "--print" support | kitsunyan | 2018-04-23 |
* | Filter repeating targets | kitsunyan | 2018-04-23 |
* | Add support for version constraints for sync info | kitsunyan | 2018-04-22 |
* | Add support for version constraints for targets | kitsunyan | 2018-04-22 |
* | Replace "seq[T]" with "List[T]" where suitable | kitsunyan | 2018-04-21 |
* | Introduce "List[T]" type | kitsunyan | 2018-04-21 |
* | Add "--help" to list of options | kitsunyan | 2018-04-20 |
* | Catch SIGINT and ask to remove build dependencies | kitsunyan | 2018-04-20 |
* | Add support for abbreviated keys | kitsunyan | 2018-04-19 |
* | Handle "--asdeps" and "--asexplicit" more accurately | kitsunyan | 2018-04-18 |
* | Extract arrays only for pkgname instead of pkgbase & pkgname | kitsunyan | 2018-04-14 |
* | Replace more variables on privileges drop | kitsunyan | 2018-04-09 |
* | Allow to use comma to separate "--ignore" and "--ignoregroup" args | kitsunyan | 2018-04-09 |
* | Add AUR support for downgrades | kitsunyan | 2018-04-09 |
* | Warn about newer local packages | kitsunyan | 2018-04-09 |
* | Fix "--needed" option for AUR packages | kitsunyan | 2018-04-09 |
* | Close gpg.conf after reading | kitsunyan | 2018-04-08 |
* | Allow to automatically exec pakku via sudo | kitsunyan | 2018-04-08 |
* | Allow running via sudo | kitsunyan | 2018-04-08 |
* | Track pkgname changes when removing build dependencies | kitsunyan | 2018-04-07 |
* | Properly remove unnecessary split package files | kitsunyan | 2018-04-07 |
* | Allow to specify pre-build command | kitsunyan | 2018-04-07 |
* | Remove build dependencies after building | kitsunyan | 2018-04-02 |
* | Discard input before reading from stdin | kitsunyan | 2018-04-02 |
* | Write questions to stderr | kitsunyan | 2018-04-02 |
* | Warn if there are no enough columns to display table | kitsunyan | 2018-03-25 |
* | Don't check AUR for replaceable packages | kitsunyan | 2018-03-25 |
* | Install explicit and dependent packages separately | kitsunyan | 2018-03-24 |
* | Fix constraints checking | kitsunyan | 2018-03-24 |
* | Fix ignored packages/groups | kitsunyan | 2018-03-23 |
* | Don't fail on AUR dependency resolution | kitsunyan | 2018-03-23 |
* | Add missing help string for "--keyserver" option | kitsunyan | 2018-03-20 |
* | Allow to specify keyserver using "--keyserver" option | kitsunyan | 2018-03-18 |
* | Use keyserver from ${gpgdir}/gpg.conf by default | kitsunyan | 2018-03-18 |
* | Add PGP keys importing | kitsunyan | 2018-03-18 |
* | Check conflicting targets before building | kitsunyan | 2018-03-17 |