5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2024-12-21 17:33:52 +03:00
Go to file
Christian Ebner d3447d0149 format/examples: add header type PXAR_PAYLOAD_REF
Introduces the header type `PXAR_PAYLOAD_REF` to mark regular file
entry payloads, not encoded within the regular pxar archive but
rather redirected to a dedicated payload output writer.
It therefore substitutes the `PXAR_PAYLOAD` header type for these
entries.

The header marks the start and size for a `PayloadRef` typed object
in the archive, storing the offset to the payload header offset in the
payload stream of the dedicated payload output as well as the payload
size.

The `PayloadRef` provides the means to store, serialize and
deserialize the entry.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2024-05-23 14:39:11 +02:00
.cargo add .cargo/config to use local repos 2020-05-18 10:38:54 +02:00
debian d/changelog: fix typo 2023-07-31 15:45:17 +02:00
examples format/examples: add header type PXAR_PAYLOAD_REF 2024-05-23 14:39:11 +02:00
src format/examples: add header type PXAR_PAYLOAD_REF 2024-05-23 14:39:11 +02:00
tests encoder: move to stack based state tracking 2024-05-23 14:39:11 +02:00
.buildbot.yml update buildbot.yml for tokio 1.18 2022-07-28 14:54:24 +02:00
.gitignore ignore testdir 2020-03-05 10:46:18 +01:00
Cargo.toml bump version to 0.10.2-1 2022-10-27 15:28:22 +02:00
Makefile bump upload target 2022-10-27 15:31:33 +02:00
rustfmt.toml import 2020-02-18 14:08:02 +01:00
TODO.rst Add TODO file 2020-06-26 08:59:03 +02:00