summaryrefslogtreecommitdiff
path: root/src/adb_walk_text.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-22rework apk_istream_splice and apk_istream_teeTimo Teräs1-2/+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-22io: rework apk_istream_get_* to not return erros in blob valueTimo Teräs1-2/+2
The interface was slightly cumbersome, so replace these functions to return explicit error, and make the return blob a pointer arg.
2021-07-22adb: unify various interfaces to adb_m_processTimo Teräs1-0/+131
Removes code duplication, and puts important checks in one place. Support seamless decompression in adbdump.