Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-23 | mkpkg, extract: implement support for symlinks, devices and fifos | Timo Teräs | 1 | -1/+1 | |
2021-06-19 | reduce misuse of error codes from errno.h | Timo Teräs | 1 | -2/+2 | |
2021-06-11 | mkpkg: new applet to create v2 packages with basic functionality | Timo Teräs | 1 | -40/+22 | |
2021-06-02 | add adbgen applet to generate databases from it's text dump | Timo Teräs | 1 | -1/+40 | |
2021-05-26 | add abstraction to adb "walking" - a sax like API to enumerate whole db | Timo Teräs | 1 | -1/+1 | |
This converts 'adbdump' applet to generate adb_walk api callbacks, and implement gentext backend to generate the yaml-like text output. | |||||
2020-10-09 | minor performance improvements on build and code | Timo Teräs | 1 | -7/+15 | |
2020-10-09 | adb: improve sorting features, sort installed-db package listing | Timo Teräs | 1 | -23/+53 | |
2020-10-09 | adb: introduce apk-tools database format, and few applets | Timo Teräs | 1 | -0/+472 | |
This is a flat buffers inspired format that allows fast mmaped access to the data with low overhead, signature support and relatively good forward support. |