Christian Ebner
|
7dcbe051e9
|
pxar: Refactor SequentialDecoder to store the callback function within the struct
Reduces the number of arguments for the function calls within the decoder.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
|
2019-07-05 06:38:22 +02:00 |
Christian Ebner
|
b344461b33
|
pxar: pass feature_flags to encoder/decoder instead of individual flags
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
|
2019-05-24 06:11:36 +02:00 |
Christian Ebner
|
4add706092
|
src/client/: pass dummy flags for xattrs and fcaps to pxar encoder/decoder.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
|
2019-05-23 06:40:32 +02:00 |
Dietmar Maurer
|
3dbfe5b142
|
simplify pxar module structure
|
2019-03-15 08:24:32 +01:00 |
Dietmar Maurer
|
02c93163cf
|
src/pxar/decoder.rs: correctly call callback()
|
2019-03-15 08:02:04 +01:00 |
Dietmar Maurer
|
5defa71bf9
|
rename PxarBackupWriter into PxarDecodeWriter
|
2019-03-15 07:20:22 +01:00 |
Dietmar Maurer
|
8968258b66
|
rename catar into pxar
To avoid confusion with the casync implementation.
|
2019-03-14 10:54:09 +01:00 |