aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* dirExists -> existsDirBenjamin Shirley-Quirk2020-08-04
|
* removed deprecated []= warningsBenjamin Shirley-Quirk2020-08-04
|
* removed Exception warnings, changed Exceptions to CatchableErrorsBenjamin Shirley-Quirk2020-08-04
|
* removed csize_t warnings, required casting a len to csize_tBenjamin Shirley-Quirk2020-08-04
|
* compiles on 1.2.6Benjamin Shirley-Quirk2020-08-04
|
* compiles now on current devel (1.3.5)Benjamin Shirley-Quirk2020-08-04
|
* 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.
* Make pakku search the AUR by "name and description"Karol Baraniecki2018-09-18
| | | | to make pakku -Ss consistent for packages in the AUR and ones not in the AUR.
* Drop privileges only if current user is rootkitsunyan2018-09-17
|
* Perform multiple AUR RPC requests for long package listskitsunyan2018-09-16
|
* Display out-of-date flag date in package infokitsunyan2018-09-14
|
* Strip leading whitespace in pacman.confmorganamilo2018-09-11
|
* 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
|
* Fix compilation on aarch64kitsunyan2018-06-09
|
* Add support for "-Sc" to clean package repositorieskitsunyan2018-06-06
|
* Recognize comments only at the beginning of line in config filekitsunyan2018-06-03
|
* Parse stdin as newline-separated instead of whitespace-separatedkitsunyan2018-06-03
|
* Abort sync operation if "--refresh" failskitsunyan2018-06-02
|
* Allow to query virtual packages using "-Qdttt"kitsunyan2018-06-02
|
* Update .SRCINFO parserkitsunyan2018-06-02
| | | | | | | | | | | | | | | | | Some arrays may be provided by both pkgbase and pkgname. The following rules are applied now: 1. When pkgname has array items, array items from pkgbase are ignored. If pkgname provides only empty items (e.g. "group = "), that means array was erased for this pkgname in PKGBUILD. 2. The following arrays are extracted from pkgbase only: validpgpkeys, makedepends, checkdepends. 3. If pkgname's depends array is less that pkgbase's depends array, all missing items are considered as makedepends. For instance, pkgbase:depends=(p1 p2), pkgname:depends=(p1), then p2 becomes make dependency for pkgname.
* Add support for "--overwrite" optionkitsunyan2018-05-31
|
* Add support for "--sysroot" optionkitsunyan2018-05-31
|
* Don't parse and validate config when "--help" is usedkitsunyan2018-05-31
|
* Simplify alpm initializationkitsunyan2018-05-31
|
* Specify refspec when git fetch is usedkitsunyan2018-05-20
|
* 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 AUR repos without tags to user cachekitsunyan2018-05-19
|
* Clone package repos without tags to user cachekitsunyan2018-05-19
|
* Add user cache dirkitsunyan2018-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
|
* Minor formatting change for installed packageskitsunyan2018-05-07
|
* Filter necessary arguments onlykitsunyan2018-05-05
|
* Assume "--noaur" if "--assume-installed" providedkitsunyan2018-05-05
|