aboutsummaryrefslogtreecommitdiff
path: root/src/feature
Commit message (Collapse)AuthorAge
* Fix some deprecationskitsunyan2019-12-20
|
* Add Nim 1.0 supportkitsunyan2019-12-20
|
* Replace package target object tree with tupleskitsunyan2018-10-22
|
* Replace package info object tree with tupleskitsunyan2018-10-22
|
* Replace config object tree with tupleskitsunyan2018-10-22
|
* Add 'PrintLocalIsNewer' config optionGavin Lloyd2019-02-07
| | | | | | | | Print warnings during upgrade operation when local packages are newer than those found in remote repositories. This was previously a default option, now added as a default config option in pakku.conf.
* Display out-of-date flag date in package infokitsunyan2018-09-14
|
* Resolve AUR upgrades and print warnings after "--sysupgrade"kitsunyan2018-06-16
|
* Don't warn about VCS packages downgradingkitsunyan2018-06-11
|
* Handle dependencies/explicits using "pacman -D" instead of two "pacman -S" callskitsunyan2018-06-10
|
* Allow to ignore arch in PKGBUILDkitsunyan2018-06-09
|
* Add support for "--disable-download-timeout" optionkitsunyan2018-06-09
|
* Allow to change the name of fake AUR repokitsunyan2018-06-09
|
* Add support for "-Sc" to clean package repositorieskitsunyan2018-06-06
|
* Abort sync operation if "--refresh" failskitsunyan2018-06-02
|
* Allow to query virtual packages using "-Qdttt"kitsunyan2018-06-02
|
* Simplify alpm initializationkitsunyan2018-05-31
|
* 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
|