]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar/sequential_decoder.rs
Cargo.toml: pathpatterns, pxar, proxmox-fuse
[proxmox-backup.git] / src / pxar / sequential_decoder.rs
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-19 Dietmar Maureravoid compiler warnings
2020-04-24 Wolfgang Bumillerxattr: cleanup: don't use pxar types in the API
2020-04-24 Wolfgang Bumillerxattr: api cleanup
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-29 Christian Ebnerpxar: move acl helper functions to src/tools/acl.rs
2019-12-17 Christian Ebnerpxar: match_pattern: refactor MatchPattern and introduc...
2019-12-16 Dietmar Maurersrc/pxar/decoder.rs: require Send
2019-12-11 Christian Ebnerpxar: match_pattern: refactor match_filename
2019-11-26 Dietmar Maurersrc/pxar/sequential_decoder.rs: remove callback from...
2019-11-22 Christian Ebnersrc/pxar/sequential_decoder.rs: create all directories...
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-09-04 Christian Ebnersrc/pxar/sequential_decoder.rs: make functions needed...
2019-08-23 Christian Ebnersrc/pxar/sequentail_decoder.rs: followup: cleanup S_IFM...
2019-08-23 Christian Ebnersrc/pxar/sequential_decoder.rs: style fixups
2019-08-22 Christian Ebner(pxar: replace deprecated std::mem::uninitialized()
2019-08-21 Christian Ebnerpxar/decoder: avoid failing on hardlinks and return...
2019-08-14 Christian Ebnerpxar: decoder: take ownership of underlying reader
2019-08-06 Christian Ebnerpxar: add error handling for MatchPattern::matches_file...
2019-08-03 Christian Ebnerpxar: cleanup: refactor and rename exclude pattern
2019-08-03 Christian Ebnerpxar: cleanup: s/PxarDirBuf/PxarDirStack/g and move...
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-02 Christian Ebnerpxar: implement feature flag support for device nodes...
2019-08-02 Christian Ebnersrc/pxar/sequential_decoder.rs: remove of obsolete...
2019-08-02 Christian Ebnersrc/pxar/sequentail_decoder.rs: fix issue when restorin...
2019-08-02 Dietmar Maurersrc/pxar/format_definition.rs - PxarAttributes: derive...
2019-08-02 Christian Ebnersrc/pxar/sequential_decoder.rs: split read and restore...
2019-08-02 Christian Ebnerpxar: avoid taking ownership of xattrs, fcaps and quota...
2019-07-30 Christian Ebnerpxar: implement allow_existing_dirs for pxar decoder
2019-07-19 Christian Ebnersrc/pxar/sequential_decoder.rs: Call callback only...
2019-07-17 Christian Ebnersrc/pxar/sequential_decoder.rs: adapt code for partial...
2019-07-17 Christian Ebnersrc/pxar/sequential_decoder.rs: implement match_filenam...
2019-07-17 Christian Ebnersrc/pxar/sequential_decoder.rs: Also check for nul...
2019-07-17 Christian Ebnersrc/pxar/sequential_decoder.rs: remove old comments...
2019-07-05 Christian Ebnersrc/pxar/sequential_decoder.rs: major refactoring of...
2019-07-05 Christian Ebnerpxar: Refactor SequentialDecoder to store the callback...
2019-07-03 Christian Ebnersrc/pxar/sequential_decoder.rs: refactoring of simple...
2019-07-03 Christian Ebnersrc/pxar/sequential_decoder.rs: Cleanup and fix incorre...
2019-07-01 Wolfgang Bumillerreplace tools::vec with proxmox::tools::vec
2019-07-01 Wolfgang Bumillerupdate remaining users of tools::io::ops
2019-06-05 Christian Ebnerpxar: impl storing/dumping/restoring of quota project ids
2019-05-29 Christian Ebnerpxar: change logic and impl all command line flags...
2019-05-24 Christian Ebnersrc/pxar/sequential_decoder.rs: impl support to dump...
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/sequential_decoder.rs: Conditional restore...
2019-05-21 Christian Ebnersrc/pxar/sequential_decoder.rs: impl functionality...
2019-03-16 Dietmar Maurerpxar: implement hardlinks
2019-03-15 Dietmar Maurersrc/pxar/sequential_decoder.rs: dump_entry - fix FIFO...
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_...