]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar/encoder.rs
Cargo.toml: pathpatterns, pxar, proxmox-fuse
[proxmox-backup.git] / src / pxar / encoder.rs
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-04-24 Wolfgang Bumillerxattr: api cleanup
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-25 Christian Ebnerpxar: Change text of warning for files matched by exclu...
2020-01-10 Christian Ebnerpxar: encoder: limit number of max entries held at...
2020-01-09 Christian Ebnerpxar: encoder: warn on lacking read permissions instead...
2020-01-09 Christian Ebnerpxar: encoder: fix incorrect goodbye table entries...
2020-01-09 Christian Ebnersrc/pxar/encoder.rs: avoid use of macro and initialize...
2019-12-17 Christian Ebnerpxar: match_pattern: refactor MatchPattern and introduc...
2019-12-11 Christian Ebnerpxar: match_pattern: refactor match_filename
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-10-23 Dietmar Maurersrc/pxar/encoder.rs: avoid duplicate check for MAX_DIRE...
2019-10-23 Christian Ebnerpxar: add functionality to pass exclude MatchPatterns...
2019-10-23 Christian Ebnerpxar: encoder: add encode_pxar_exclude_cli() function.
2019-10-17 Christian Ebnersrc/pxar/encoder.rs: include .pxarexclude files into...
2019-09-11 Wolfgang Bumillersome clippy fixups
2019-08-22 Christian Ebnersrc/pxar/encoder.rs: style fixups by rustfmt
2019-08-22 Christian Ebner(pxar: replace deprecated std::mem::uninitialized()
2019-08-09 Dietmar Maurersrc/pxar/encoder.rs: use BackupCatalogWriter
2019-08-06 Christian Ebnerpxar: add error handling for MatchPattern::matches_file...
2019-08-03 Dietmar Maureruse new proxmox::sys::linux::magic
2019-08-03 Christian Ebnerpxar: cleanup: refactor and rename exclude pattern
2019-08-03 Christian Ebnerpxar: change uid and gid to u32 instead of u64
2019-08-03 Christian Ebnerpxar: cleanup: s/CA_FORMAT/PXAR/g and s/CaFormat/Pxar/g
2019-08-03 Christian Ebnerpxar: cleanup: move feature flags to src/pxar/flags...
2019-08-03 Christian Ebnerpxar: cleanup: move filesystem related magic numbers...
2019-08-02 Christian Ebnerpxar: implement feature flag support for device nodes...
2019-07-30 Christian Ebnerpxar: add support for storing/restoring the quota proje...
2019-07-24 Dietmar Maurersrc/pxar/encoder.rs: add new skip_lost_and_found parameter
2019-07-24 Dietmar Maurersrc/pxar/encoder.rs: allow to pass list of devices
2019-07-17 Christian Ebnersrc/pxar/encoder.rs: refactoring of match_exclude_pattern()
2019-07-17 Christian Ebnersrc/pxar/encoder.rs: remove unneeded dir_count
2019-07-05 Christian Ebnersrc/pxar/encoder.rs: fix bug with incorrect offset...
2019-07-03 Christian Ebnersrc/pxar/encoder.rs: refactor simple match statements...
2019-07-01 Wolfgang Bumillerreplace tools::vec with proxmox::tools::vec
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-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/encoder.rs: impl support to store ACLs in...
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/encoder: Use encoder feature_flags, do not...
2019-05-21 Christian Ebnersrc/pxar/encoder.rs: impl functionality to encode xattr...
2019-03-16 Dietmar Maurerpxar: implement hardlinks
2019-03-15 Dietmar Maurersrc/pxar/encoder.rs: detect hardlinks
2019-03-15 Dietmar Maurersimplify pxar module structure
2019-03-14 Dietmar Maurerrename catar into pxar