Age | Commit message (Expand) | Author | Files | Lines |
2023-03-23 | db, dot, fetch, info, list, search: support --from=FROMSPEC | Timo Teräs | 1 | -1/+1 |
2023-03-21 | fetch: improve --link handling | Timo Teräs | 1 | -7/+7 |
2023-03-21 | fetch: implement --built-after | Timo Teräs | 1 | -0/+23 |
2023-03-06 | db, apps: sort packages by pkgname and pkgver | Timo Teräs | 1 | -5/+3 |
2023-03-06 | db, apps: sort display results based on package names | Timo Teräs | 1 | -8/+12 |
2022-05-04 | fetch: implement --world | Timo Teräs | 1 | -7/+21 |
2021-11-12 | fetch: add --url option to print the download URLs | Timo Teräs | 1 | -6/+14 |
2021-08-23 | remove IS_ERR_OR_NULL | Timo Teräs | 1 | -3/+3 |
2021-07-22 | rework apk_istream_splice and apk_istream_tee | Timo Teräs | 1 | -19/+10 |
2021-06-19 | reduce misuse of error codes from errno.h | Timo Teräs | 1 | -1/+1 |
2021-06-11 | extract: new applet to extract v2 packages | Timo Teräs | 1 | -1/+1 |
2021-06-11 | add basic abstraction for cryptographic operations | Timo Teräs | 1 | -1/+1 |
2020-10-09 | make apk_database optional for applets that don't need it | Timo Teräs | 1 | -2/+3 |
2020-10-09 | rename apk_db_options to apk_ctx, rework logging | Timo Teräs | 1 | -14/+19 |
2020-10-09 | make apk_flags non-global, make progress printing state non-global | Timo Teräs | 1 | -8/+9 |
2020-10-09 | make apk_force non-global, remove left-over apk_arch | Timo Teräs | 1 | -2/+2 |
2020-08-24 | enforce options definitions to bind the enum and the descriptor | Timo Teräs | 1 | -15/+8 |
2020-05-19 | make the atom functions not use global state | Timo Teräs | 1 | -2/+2 |
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 | -17/+26 |
2020-05-06 | add script to autogenerate help from man pages | Timo Teräs | 1 | -3/+1 |
2020-02-14 | rename all applets sources to app_*.c | Timo Teräs | 1 | -0/+355 |