Age | Commit message (Expand) | Author | Files | Lines |
2020-10-09 | make apk_database optional for applets that don't need it | Timo Teräs | 1 | -5/+11 |
2020-10-09 | rename apk_db_options to apk_ctx, rework logging | Timo Teräs | 1 | -121/+89 |
2020-10-09 | make apk_flags non-global, make progress printing state non-global | Timo Teräs | 1 | -23/+31 |
2020-10-09 | make apk_force non-global, remove left-over apk_arch | Timo Teräs | 1 | -12/+12 |
2020-10-09 | db: convert repository list to a string array | Timo Teräs | 1 | -15/+2 |
2020-10-09 | adb: introduce apk-tools database format, and few applets | Timo Teräs | 1 | -0/+2 |
2020-10-07 | various changes to make clang not give warnings | Timo Teräs | 1 | -9/+11 |
2020-08-26 | fix --repository short option to be -X as before | Timo Teräs | 1 | -1/+1 |
2020-08-24 | enforce options definitions to bind the enum and the descriptor | Timo Teräs | 1 | -88/+48 |
2020-05-19 | make the atom functions not use global state | Timo Teräs | 1 | -1/+0 |
2020-05-07 | use SPDX-License-Identifier in source files | TBK | 1 | -3/+1 |
2020-05-06 | rewrite option descriptors to be single string | Timo Teräs | 1 | -162/+212 |
2020-05-06 | add script to autogenerate help from man pages | Timo Teräs | 1 | -62/+13 |
2020-02-04 | remove apk_time() as it is causing problems with shared objects | Timo Teräs | 1 | -6/+6 |
2020-01-26 | Update apk to make man pages sole source of truth | Drew DeVault | 1 | -109/+40 |
2020-01-11 | istream, archive, db: convert db and tar function to use istream | Timo Teräs | 1 | -10/+2 |
2020-01-06 | io: remove unused size parameter from bstream close | Timo Teräs | 1 | -2/+2 |
2019-06-05 | print usage and exit with error on invalid arguments | Timo Teräs | 1 | -6/+3 |
2019-06-03 | use fixed system time in test mode to have fixed test output | Timo Teräs | 1 | -0/+9 |
2018-11-15 | Revert "move --simulate to global options" | Timo Teräs | 1 | -2/+5 |
2018-11-02 | fix short option string to be nil terminated | Timo Teräs | 1 | -0/+1 |
2018-10-05 | apk: fix all_options array size off-by-one | Timo Teräs | 1 | -1/+1 |
2018-09-25 | move --simulate to global options | Timo Teräs | 1 | -5/+2 |
2018-09-05 | apk: sanitize return value | Timo Teräs | 1 | -0/+2 |
2018-02-20 | apk: in test mode, always exit 0 (so the test harness doesn't stop running te... | William Pitcock | 1 | -0/+5 |
2018-01-09 | apk: make --help --verbose actually work. | William Pitcock | 1 | -1/+10 |
2018-01-09 | apk: properly error out if an unknown command is requested | William Pitcock | 1 | -1/+5 |
2018-01-09 | apk: commit options help text: fix typo concerning diskless boot | William Pitcock | 1 | -1/+1 |
2018-01-09 | apk: usage: cleanup help text when no applet is selected | William Pitcock | 1 | -12/+32 |
2018-01-09 | fix --update-cache help to reflect reality | Timo Teräs | 1 | -1/+1 |
2018-01-04 | increase libfetch connection pool limits slightly | Timo Teräs | 1 | -1/+1 |
2018-01-04 | enable automatic update of indexes controlled by --cache-max-age | Timo Teräs | 1 | -4/+12 |
2018-01-03 | split --force to several --force-[type] options | Timo Teräs | 1 | -4/+32 |
2018-01-03 | add new umbrella flag --initramfs-diskless-boot | Henrik Riomar | 1 | -0/+6 |
2018-01-03 | add new flag --no-commit-hooks | Henrik Riomar | 1 | -0/+4 |
2018-01-03 | apk, del: fix few memory leaks | Timo Teräs | 1 | -1/+4 |
2017-06-23 | io: make io vtables const struct, and add accessors for them | Timo Teräs | 1 | -2/+2 |
2017-04-28 | close database on SIGINT | Kaarle Ritvanen | 1 | -1/+9 |
2017-04-28 | db: separate init from open | Kaarle Ritvanen | 1 | -0/+2 |
2017-02-27 | db: allow overriding cache location | Timo Teräs | 1 | -0/+5 |
2016-04-19 | apk: don't exit with error code for -V and --print-arch | Timo Teräs | 1 | -0/+2 |
2016-02-16 | fetch: allow enabling --simulate | Timo Teräs | 1 | -0/+3 |
2015-12-07 | db: add support for --no-cache | Natanael Copa | 1 | -0/+4 |
2015-03-10 | rework error handling for read streams | Timo Teräs | 1 | -2/+2 |
2014-12-08 | fix test mode | Timo Teräs | 1 | -5/+7 |
2014-11-01 | move --simulate to commit options group and alias -s for it | Timo Teräs | 1 | -5/+4 |
2014-10-08 | rework option parsing to have a group structure | Timo Teräs | 1 | -156/+174 |
2014-10-08 | url: use libfetch to retrieve http/https/ftp files | Timo Teräs | 1 | -0/+5 |
2014-10-06 | cache: delete more aggressively unneeded cached files | Timo Teräs | 1 | -2/+2 |
2014-05-19 | test: improve loading of repositories, fix broken install-if test | Timo Teräs | 1 | -3/+15 |