Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-17 | Use context variable to track singletons | Florian Pritz | 2 | -2/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-12-16 | CPAN: Build dist index lazily | Florian Pritz | 1 | -1/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-12-16 | WIP Add configuration class | Florian Pritz | 1 | -0/+88 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-12-16 | Remove implemented TODO | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-12-16 | Remove implemented TODO | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-12-16 | Move CPAN 02packages code to dedicated class | Florian Pritz | 2 | -15/+78 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-12-16 | WIP Add back cpanplus packages index code | Florian Pritz | 1 | -4/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-12-10 | Fix incorrect example for get_updateable_packages() | Florian Pritz | 1 | -9/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-11-19 | Use zcat instead of IO::Zlib | Florian Pritz | 1 | -2/+1 | |
Apparently IO::Zlib is quite slow compared to zcat and other modules aren't supposed to be much faster. Also this gives us free multithreading. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-11-19 | Add reverse mapping of dist to pkgname | Florian Pritz | 1 | -1/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-11-19 | Batch calls to expac for performance | Florian Pritz | 1 | -2/+66 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-11-19 | Add missing use statement | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-11-19 | Add debug output to CPAN index generation | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-11-19 | Add documentation | Florian Pritz | 2 | -31/+119 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-11-18 | Implement basic check for upgradable packages | Florian Pritz | 2 | -0/+280 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |