Age | Commit message (Expand) | Author | Files | Lines |
2011-07-22 | apk: improve indented printing | Timo Teräs | 1 | -15/+16 |
2011-07-16 | apk: use APK_DEFAULT_ARCH in version(). | William Pitcock | 1 | -1/+1 |
2011-07-16 | apk: display command descriptions in command list | William Pitcock | 1 | -5/+10 |
2011-04-22 | apk: default screen width 70 if ioctl says 0 as width | Timo Teräs | 1 | -1/+1 |
2011-04-14 | db: Allow override arch when using --root | Natanael Copa | 1 | -0/+5 |
2011-03-19 | apk: improve progress bar | Timo Teräs | 1 | -3/+17 |
2011-03-16 | apk: show progress bar by default for tty controlled runs | Timo Teräs | 1 | -0/+8 |
2011-01-01 | upgrade: perform upgrade of apk-tools first if available | Timo Teräs | 1 | -0/+6 |
2010-12-14 | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 1 | -0/+1 |
2010-10-08 | io, db: id cache should be specific to database root, not system root | Timo Teräs | 1 | -2/+0 |
2010-06-30 | static build: do not use openssl engines | Timo Teräs | 1 | -0/+4 |
2010-06-12 | archive: honor username/groupname instead of uid/gid | Timo Teräs | 1 | -0/+2 |
2010-06-11 | db: make apk_wait a part of dbopts | Natanael Copa | 1 | -3/+3 |
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -57/+3 |
2010-06-08 | state: fix error printing | Timo Teräs | 1 | -0/+2 |
2009-12-21 | apk: remove the unneeded --never-overwrite | Timo Teras | 1 | -4/+0 |
2009-12-21 | apk: --overlay-from-stdin | Timo Teras | 1 | -0/+4 |
2009-11-06 | apk: add --never-overwrite flag (ref #197) | Timo Teras | 1 | -0/+4 |
2009-08-06 | db: prefer local repositories, and implement --no-network | Timo Teras | 1 | -1/+5 |
2009-08-06 | state: indent package lists | Timo Teras | 1 | -12/+7 |
2009-08-06 | all: implement database open options | Timo Teras | 1 | -15/+34 |
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -2/+1 |
2009-07-24 | apk: add -i/--interactive option (fixes #60) | Timo Teras | 1 | -0/+4 |
2009-07-23 | index: more informative error message | Timo Teras | 1 | -0/+2 |
2009-07-22 | apk: add --purge option (fixes #61) | Timo Teras | 1 | -0/+5 |
2009-07-22 | apk: allow-untrusted option | Timo Teras | 1 | -0/+5 |
2009-07-22 | various: more informative error messages | Timo Teras | 1 | -0/+18 |
2009-07-22 | various: misc fixes | Timo Teras | 1 | -1/+1 |
2009-07-14 | db: live with sha1 and md5 | Timo Teras | 1 | -2/+0 |
2009-07-13 | openssl: register engines, and use oneshot digest when possible | Timo Teras | 1 | -0/+1 |
2009-07-09 | implement --update-cache option | Natanael Copa | 1 | -0/+4 |
2009-07-08 | apk: initialize openssl | Timo Teras | 1 | -0/+22 |
2009-07-08 | csum: use openssl instead | Timo Teras | 1 | -0/+2 |
2009-07-07 | apk: add --wait option to wait for exclusive lock (fixes #26) | Timo Teras | 1 | -6/+13 |
2009-06-29 | cache: new applet (ref #49) | Timo Teras | 1 | -1/+4 |
2009-06-25 | help: auto construct help | Timo Teras | 1 | -44/+144 |
2009-06-19 | improve --help output | Natanael Copa | 1 | -15/+27 |
2009-05-25 | Revert "add: replace coffe-cup with starwars" | Timo Teras | 1 | -1/+1 |
2009-04-15 | state: make package deletion safer | Timo Teras | 1 | -4/+4 |
2009-04-14 | state: rework changeset calculation algorithm | Timo Teras | 1 | -7/+18 |
2009-03-04 | apk: --force to overwrite files | Timo Teras | 1 | -2/+3 |
2009-03-04 | apk: --clean-protected option | Timo Teras | 1 | -10/+11 |
2009-02-17 | db: allow more than one --repository arg | Natanael Copa | 1 | -2/+17 |
2009-01-17 | apk: added option --version/-V | Natanael Copa | 1 | -14/+25 |
2009-01-16 | add: --upgrade|-u to control if upgrading is preferred or not | Timo Teras | 1 | -1/+1 |
2009-01-16 | apk: fix --root/-p option | Natanael Copa | 1 | -1/+1 |
2009-01-16 | apk: short option for --root is -p | Natanael Copa | 1 | -1/+1 |
2009-01-16 | info: only show package desc when --verbose | Natanael Copa | 1 | -3/+7 |
2009-01-15 | apk: isalnum() takes only unsigned char values add explicit check for that | Timo Teras | 1 | -1/+2 |
2009-01-13 | apk: per applet options | Timo Teras | 1 | -29/+71 |