]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar
update to url/percent-encoding to 2.1
[proxmox-backup.git] / src / pxar /
2019-12-11 Christian Ebnerpxar: match_pattern: refactor match_filename
2019-12-06 Christian Ebnerpxar: fuse: add support for list- and getxattr
2019-12-06 Christian Ebnerpxar: fuse: cache goodbye table for each directory...
2019-12-06 Christian Ebnerpxar: fuse: use binary search instead of linear search...
2019-12-03 Christian Ebnerpxar: decoder: fix incorrect read for hardlinks.
2019-12-03 Christian Ebnerpxar: decoder: return original name in attributes()
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: add impl Context
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: move init and destroy into Session
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: cleanup - remove setup_session (moved...
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: rename from_decoder into new, new...
2019-11-26 Dietmar Maurersrc/pxar/decoder.rs: use trait object as reader
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-11-22 Christian Ebnersrc/pxar/decoder.rs: return also payload size in lookup
2019-11-12 Dietmar Maurersrc/backup/catalog.rs: move CatalogEntryType from src...
2019-11-12 Christian Ebnercatalog: impl std::fmt::Display trait for CatalogEntryType
2019-11-06 Christian Ebnersrc/pxar/decoder.rs: impl lookup for `Decoder`
2019-11-06 Christian Ebnersrc/pxar/decoder.rs: fix wrong filename check for Decod...
2019-11-05 Christian Ebnersrc/pxar/decoder.rs: allow to pass match pattern to...
2019-11-05 Christian Ebnersrc/pxar/decoder.rs: fix issue with restore
2019-11-04 Christian Ebnersrc/pxar/fuse.rs: refactor Iterator: use find() instead...
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maurersrc/pxar/binary_search_tree.rs: allow(clippy::many_sing...
2019-10-23 Christian Ebnerpxar: decoder: cleanup un-needed Decoder::get_dir()
2019-10-23 Christian Ebnerpxar: fuse: optimize fuse readdir callback
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-23 Dietmar Maurerpxar: simplify MatchPattern::to_bytes
2019-10-23 Christian Ebnerpxar: Implement to_bytes() for MatchPattern in order...
2019-10-17 Christian Ebnersrc/pxar/encoder.rs: include .pxarexclude files into...
2019-10-17 Christian Ebnerpxar: fuse: include nsec information in stat
2019-09-20 Christian Ebnersrc/pxar/fuse.rs: make verbose flag independent from...
2019-09-20 Christian Ebnersrc/pxar/fuse.rs: refactor Session::new()
2019-09-20 Christian Ebnersrc/pxar/fuse.rs: introduce `Context` in order to add...
2019-09-20 Christian Ebnersrc/pxar/decoder.rs: fix bug in decoder read
2019-09-16 Christian Ebnerpxar: fuse: avoid possible hash collision in lookup...
2019-09-11 Wolfgang Bumillersome clippy fixups
2019-09-11 Christian Ebnersrc/pxar/fuse.rs: s/Buf/ReplyBuf/ and s/BufState/ReplyB...
2019-09-11 Christian Ebnersrc/pxar/fuse.rs: refactor stat and fix i-node mapping
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl readdir callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl readlink callback for fuse
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: read_link has to read filename...
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl opendir callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl read callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl open callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl lookup callback for fuse
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: correctly handle hardlinks in...
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: split functionality of list_dir...
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: make read_directory_entry usable...
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: remove `DirectoryEntry` start_offs...
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: correctly read, check and skip...
2019-09-06 Christian Ebnersrc/pxar/fuse.rs: impl getattr callback for fuse
2019-09-06 Christian Ebnersrc/pxar/fuse.rs: Refactor run_in_context and remove...
2019-09-06 Christian Ebnersrc/pxar/fuse.rs: Improve comments, add rustfmt skip...
2019-09-06 Christian Ebnersrc/pxar/decoder.rs: impl functionality needed for...
2019-09-06 Christian Ebnersrc/pxar/decoder.rs: Add comment for unsolved issue...
2019-09-04 Christian Ebnersrc/pxar/sequential_decoder.rs: make functions needed...
2019-09-04 Christian Ebnersrc/pxar/format_definitions.rs: move header type in...
2019-09-04 Christian Ebnersrc/pxar/fuse.rs: add function to map offset to inode...
2019-09-04 Christian Ebnersrc/pxar/decoder.rs: add getter functions to obtain...
2019-09-04 Christian Ebnersrc/pxar/decoder.rs: rustfmt fixups
2019-08-23 Christian Ebnerpxar/fuse: add pxar cli flag to set single- or multi...
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-23 Christian Ebnersrc/pxar/dir_stack.rs: style fixups
2019-08-23 Christian Ebnersrc/pxar/fuse.rs: style fixups
2019-08-23 Christian Ebnersrc/pxar/match_pattern.rs: style fixups
2019-08-23 Christian Ebnersrc/pxar/format_definition.rs: style fixup
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-21 Christian Ebnerpxar/decoder: avoid failing on hardlinks and return...
2019-08-21 Christian Ebnersrc/pxar/decoder.rs: get correct stats for root directory
2019-08-21 Christian Ebnersrc/pxar/decoder.rs: move GOODBYE_ITEM_SIZE from functi...
2019-08-16 Dietmar Maurersrc/backup/catalog_blob.rs: moved catalog impl. from...
2019-08-14 Christian Ebnersrc/pxar/fuse.rs: fix compiler warnings
2019-08-14 Christian Ebnersrc/pxar/fuse.rs: enable libfuse debug output in verbos...
2019-08-14 Christian Ebnersrc/pxar/fuse.rs: cleanup callback interface and store...
2019-08-14 Christian Ebnerpxar: decoder: take ownership of underlying reader
2019-08-14 Christian Ebnersrc/pxar/decoder.rs: cleanup s/CaDirectoryEntry/Directo...
2019-08-09 Christian Ebnerpxar: add basic code for FUSE implementation.
2019-08-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement catalog...
2019-08-09 Dietmar Maurersrc/pxar/encoder.rs: use BackupCatalogWriter
2019-08-09 Dietmar Maurersrc/pxar/catalog.rs: new catalog helper
2019-08-06 Christian Ebnerpxar: add initial docs for MatchPattern
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: remove flag to change digest algorithm
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-03 Christian Ebnerpxar: cleanup: move filesystem related magic numbers...
2019-08-02 Christian Ebnerpxar: implement feature flag support for device nodes...
2019-08-02 Christian Ebnerpxar: remove some unused feature flags from format...
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 Christian Ebnersrc/pxar/exclude_pattern.rs: add Clone and Copy trait...
next