]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar
src/backup/backup_info.rs: also list .blob files
[proxmox-backup.git] / src / pxar /
2019-06-24 Christian Ebnerpxar: impl .pxarexclude parsing and exclude matching
2019-06-07 Christian Ebnerpxar: introduce fs_feature_flags obtained from filesyst...
2019-06-07 Christian Ebnersrc/pxar/encoder.rs: refactoring: use ioctl calls from...
2019-06-07 Christian Ebnersrc/pxar/encoder.rs: minor refactoring
2019-06-07 Christian Ebnersrc/pxar/encoder.rs: check if ioctl supported by filesystem
2019-06-05 Dietmar Maurersrc/pxar/encoder.rs: style fix
2019-06-05 Christian Ebnerpxar: impl storing/dumping/restoring of quota project ids
2019-06-05 Christian Ebnersrc/pxar/format_definition.rs: add CA_FORMAT_QUOTA_PROJ...
2019-06-03 Dietmar Maureravoid compiler warnings
2019-05-29 Christian Ebnerpxar: change logic and impl all command line flags...
2019-05-28 Christian Ebnersrc/pxar/encoder.rs: Refactor file stat
2019-05-28 Christian Ebnersrc/pxar/encoder.rs: Don't bail if endpoint does not...
2019-05-24 Christian Ebnersrc/pxar/sequential_decoder.rs: impl support to dump...
2019-05-24 Christian Ebnersrc/pxar/encoder.rs: impl support to store ACLs in...
2019-05-24 Christian Ebnersrc/pxar/format_definition.rs: define types and structs...
2019-05-24 Christian Ebnerpxar: pass feature_flags to encoder/decoder instead...
2019-05-24 Christian EbnerMinor refactoring of pxars xattr encoder/decoder, mostl...
2019-05-23 Wolfgang Bumillertree-wide: use the new vec/io tools modules
2019-05-23 Christian Ebnersrc/pxar/decoder.rs: pass flags for xattrs and fcaps...
2019-05-23 Christian Ebnersrc/pxar/sequential_decoder.rs: Conditional restore...
2019-05-23 Christian Ebnersrc/pxar/format_definitions.rs: do not store the featur...
2019-05-23 Christian Ebnersrc/pxar/encoder: Use encoder feature_flags, do not...
2019-05-21 Christian Ebnersrc/pxar/sequential_decoder.rs: impl functionality...
2019-05-21 Christian Ebnersrc/pxar/encoder.rs: impl functionality to encode xattr...
2019-05-16 Christian Ebnersrc/pxar/format_definitions.rs: add format definitions...
2019-03-16 Dietmar Maurerpxar: implement hardlinks
2019-03-15 Dietmar Maurersrc/pxar/encoder.rs: detect hardlinks
2019-03-15 Dietmar Maurersrc/pxar/sequential_decoder.rs: dump_entry - fix FIFO...
2019-03-15 Dietmar Maurersrc/pxar/binary_search_tree.rs: fix test
2019-03-15 Dietmar Maurercleanup: remove dead code
2019-03-15 Dietmar Maurersrc/pxar/decoder.rs: implement seekable decoder
2019-03-15 Dietmar Maurerrenamed: src/pxar/decoder.rs -> src/pxar/sequential_...
2019-03-15 Dietmar Maurersimplify pxar module structure
2019-03-15 Dietmar Maurersrc/pxar/decoder.rs: correctly call callback()
2019-03-15 Dietmar Maurersrc/pxar/decoder.rs: improve docu
2019-03-14 Dietmar Maurersrc/pxar/decoder.rs: avoid compiler warnings
2019-03-14 Dietmar Maurersrc/bin/pxar.rs: implement dump/list
2019-03-14 Dietmar Maurersrc/pxar/decoder.rs: implement dump_archive
2019-03-14 Dietmar Maurerrename catar into pxar