Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-25 | adb: fix error handling of non-adb files | Timo Teräs | 1 | -2/+3 | |
2021-07-22 | adb: make adb mmap/stream parser more united, add ADB_BLOCK_DATAX | Timo Teräs | 1 | -0/+1 | |
Harden the error checking of expected block types and their order. Add ADB_BLOCK_DATAX as reserved for >1GB blocks. | |||||
2021-07-22 | rework apk_istream_splice and apk_istream_tee | Timo Teräs | 1 | -4/+1 | |
- apk_istream_splice usage is converted to apk_stream_copy which is the newer variant. With caching enabled by default, this makes more sense mmapping or using separate buffers. - apk_istream_tee is reworked to write to apk_ostream, which simplifies quite a bit of various things | |||||
2021-07-22 | adbsign: support compressed adb files | Timo Teräs | 1 | -2/+4 | |
2021-07-22 | adb: support seamless de/compression of adb files | Timo Teräs | 1 | -0/+48 | |
Add compression header of adb files. Support uncompressed and deflate compression at this time. |