Age | Commit message (Collapse) | Author | Files | Lines |
|
The apk_istream is null for zero length files, and needs
special handling.
fixes #10784
|
|
by adding an abstraction layer to the file system
|
|
|
|
|
|
|
|
|
|
The extract applet now works with both v2 and v3 packages.
|
|
This moves and isolates the tar code to tar.c. And the actual
file extraction to disk is moved to extract.c.
A new API is introduced and used for v2 file extraction. This
essentially moves and isolates the apk_sign_ctx_* beast into
extract_v2.c and offers a saner interface to handling packages.
A place holder is added for v3 extraction.
|