aboutsummaryrefslogtreecommitdiff
path: root/src/feature
Commit message (Collapse)AuthorAge
* Allow to preserve built packages to user cache dirkitsunyan2018-05-20
| | | | Preserving is disabled by default now.
* Allow to view diff for AUR packages if package was built beforekitsunyan2018-05-19
|
* Simplify help output formatter for choiceskitsunyan2018-05-19
|
* Clone package repos without tags to user cachekitsunyan2018-05-19
|
* Add support for "--ask" flagkitsunyan2018-05-19
|
* Skip removed packages during upgradekitsunyan2018-05-13
| | | | | | A depends on B before upgrade, A depends on C after upgrade. C conflicts with B, which was removed from official repositories. In this case, remove B from targets list.
* Track package install reason for all packageskitsunyan2018-05-11
| | | | | Previously only foreign packages were tracked, which led to incorrect install reason switch for built repo packages.
* Filter upgrade options for removing build dependencieskitsunyan2018-05-09
|
* Refactor replaceable packages handlingkitsunyan2018-05-08
|
* Add support for "--nodeps" and "--assume-installed" optionskitsunyan2018-05-07
|
* Filter necessary arguments onlykitsunyan2018-05-05
|
* Don't turn dependencies into explicitskitsunyan2018-05-05
|
* Copy built packages to package cache directorykitsunyan2018-05-05
|
* Fix extended options filterkitsunyan2018-05-04
|
* Remove unnecessary "pacmanTargets" arg from "resolveDependencies"kitsunyan2018-05-03
|
* Use bare repositories to build repo packages from the same sourcekitsunyan2018-05-01
|
* Add PKGBUILD retrievingkitsunyan2018-04-29
|
* Simplify arguments checkingkitsunyan2018-04-29
|
* Simplify "handleInstall" functionkitsunyan2018-04-29
|
* Simplify "handleSyncInstall" functionkitsunyan2018-04-29
|
* Resolve build dependencies after "pacman -S"kitsunyan2018-04-29
|
* Use git clone for dependency resolution instead of cgit requestskitsunyan2018-04-29
|
* Print error if chdir, setgroups, setuid, or setgid failedkitsunyan2018-04-28
|
* Don't clone official packages twicekitsunyan2018-04-28
|
* Update messageskitsunyan2018-04-28
|
* Don't ask to view files in "--noconfirm" modekitsunyan2018-04-25
|
* Better "--print" supportkitsunyan2018-04-23
|
* Filter repeating targetskitsunyan2018-04-23
|
* Add support for version constraints for sync infokitsunyan2018-04-22
|
* Add support for version constraints for targetskitsunyan2018-04-22
|
* Replace "seq[T]" with "List[T]" where suitablekitsunyan2018-04-21
|
* Catch SIGINT and ask to remove build dependencieskitsunyan2018-04-20
|
* Handle "--asdeps" and "--asexplicit" more accuratelykitsunyan2018-04-18
|
* Replace more variables on privileges dropkitsunyan2018-04-09
|
* Add AUR support for downgradeskitsunyan2018-04-09
|
* Warn about newer local packageskitsunyan2018-04-09
|
* Fix "--needed" option for AUR packageskitsunyan2018-04-09
|
* Allow running via sudokitsunyan2018-04-08
|
* Track pkgname changes when removing build dependencieskitsunyan2018-04-07
|
* Properly remove unnecessary split package fileskitsunyan2018-04-07
|
* Allow to specify pre-build commandkitsunyan2018-04-07
|
* Remove build dependencies after buildingkitsunyan2018-04-02
|
* Don't check AUR for replaceable packageskitsunyan2018-03-25
|
* Install explicit and dependent packages separatelykitsunyan2018-03-24
|
* Fix ignored packages/groupskitsunyan2018-03-23
|
* Don't fail on AUR dependency resolutionkitsunyan2018-03-23
|
* Use keyserver from ${gpgdir}/gpg.conf by defaultkitsunyan2018-03-18
|
* Add PGP keys importingkitsunyan2018-03-18
|
* Check conflicting targets before buildingkitsunyan2018-03-17
|
* Use unsetenv instead of setenv with empty stringkitsunyan2018-03-16
|