aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add support for pacman's progress bar Easter eggzqqwj-james2020-12-23
|
* execRedirect - pipe stdout from childzqqw2020-10-26
|
* Merge pull request #4 from shirleyquirk/lc_useVersionzqqw2020-08-05
|\ | | | | I mean it this time
| * factored out unnecessary NimVersionsBenjamin Shirley-Quirk2020-08-05
| |
| * removed listcomp.nimBenjamin Shirley-Quirk2020-08-05
| |
| * Merge pull request #1 from shirleyquirk/collectshirleyquirk2020-08-04
|/| | | | | Collect
| * Merge branch 'lc_useVersion' into collectshirleyquirk2020-08-04
| |\ | |/ |/|
* | Fix map error & some warningszqqw2020-07-19
| |
* | Merge pull request #2 from bernimoses/masterzqqw2020-05-28
|\ \ | | | | | | Support remote passwd providers like SSSD.
| * | Support remote passwd providers like SSSD.Berni Moses2020-04-01
| | |
* | | Fix -Ss index out of bounds, the container is empty [IndexError] ↵zqqw2020-05-27
| | | | | | | | | | | | (runeOffset: empty description field)
* | | Use Nim version 1.0 compatibilityzqqw2020-05-02
| | |
* | | Add lc modulezqqw2020-05-02
|/ /
| * refactored collect proc to collectName to not shadow sugar macroBenjamin Shirley-Quirk2020-08-04
| |
| * refactored collect blocksBenjamin Shirley-Quirk2020-08-04
| |
| * 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
|/
* Release 0.14v0.14kitsunyan2019-12-20
|
* 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
|
* fixed bash.patchBruno Miguel2019-10-23
|
* 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.
* Update readmekitsunyan2018-09-22
|
* 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
|
* Release 0.13v0.13kitsunyan2018-06-12
|
* Don't warn about VCS packages downgradingkitsunyan2018-06-11
|
* Handle dependencies/explicits using "pacman -D" instead of two "pacman -S" callskitsunyan2018-06-10
|
* Refactor toolskitsunyan2018-06-09
|
* 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
|
* Update shell completionskitsunyan2018-06-03
|
* 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
|