Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-17 | print: move progress printing to common functions | Timo Teräs | 1 | -0/+32 | |
2013-06-17 | db: refactor repository file construction | Timo Teräs | 1 | -0/+2 | |
Fixes also 'fetch' applet to prefer copying/linking to files from cache if possible. | |||||
2013-06-13 | errors: rewrite the logic how errors are reported | Timo Teräs | 1 | -0/+12 | |
Instead of the dependency oriented logic, switch to print them for each package or name needed. Might give a bit more readable errors now. There's still few corner cases that proper error is not output, which are cought by the test cases. | |||||
2012-02-10 | print: minimum screen width of 50 | Timo Teräs | 1 | -2/+3 | |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 | |
2011-09-09 | print: minor cleanup to indented writer | Timo Teräs | 1 | -5/+6 | |
2011-07-22 | apk: improve indented printing | Timo Teräs | 1 | -3/+22 | |
* fixup the help messages to align up properly * refresh screen width on SIGWINCH | |||||
2010-12-14 | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 1 | -1/+1 | |
- implement a hash table for commonly shared fields such as license, version and architecture - use macroes to print blobs or pkgname-pkgver strings - fix some old cruft | |||||
2010-12-09 | io: enhance istream/bstreams with pipe to forked child | Timo Teräs | 1 | -1/+1 | |
* prunes the child pid to avoid zombies * handles the errors so e.g. file-not-found is reported properly | |||||
2010-06-11 | print: clean up after copy-paste | Natanael Copa | 1 | -1/+1 | |
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -0/+70 | |