summaryrefslogtreecommitdiff
path: root/src/app_convdb.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-02io: make ostream_file always use tmpnameTimo Teräs1-1/+1
2020-10-02minor performance improvements on build and codeTimo Teräs1-1/+1
2020-10-01adb: introduce apk-tools database format, and few appletsTimo Teräs1-0/+238
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.