]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2019-01-16 Wolfgang Bumillerlisten on :: instead of 0.0.0.0
2019-01-16 Dietmar Maurerserver/rest.rs: correctly pass query/url parameters
2019-01-16 Dietmar Maurerreduce compiler warnings
2019-01-16 Dietmar Maurerclient/catar_backup_stream.rs: new helper for catar...
2019-01-15 Dietmar Maurerbackup/datastore.rs: use Arc for chunk_store references
2019-01-15 Dietmar Maurerapi3/admin/datastore/upload_catar.rs: implement upload...
2019-01-14 Dietmar Maurerapi/router.rs: allow different types of api methods
2019-01-12 Dietmar Maurercatar: define all feature flags
2019-01-12 Dietmar Maurercatar/encoder.rs: allow to pass list of devices
2019-01-12 Dietmar Maurercatar/encoder.rs: disable backup of virtual file systems
2019-01-12 Dietmar Maurercatar/encoder.rs: only test fat attribute on MSDOS...
2019-01-12 Dietmar Maurer/catar/encoder.rs: do not store data from virtual file...
2019-01-12 Dietmar Maurercatar/encoder.rs: add helpers to test file system type
2019-01-12 Dietmar Maurercatar/encoder.rs: pass magic fs number to encode_dir
2019-01-11 Dietmar Maurercatar/encoder.rs: use O_DIRECTORY to open dirs
2019-01-11 Dietmar Maurercatar: encode/decode sockets and fifos
2019-01-11 Dietmar Maurercatar/decoder.rs: corrently pass mode to mknodat
2019-01-11 Dietmar Maurercatar: encode/decode devices
2019-01-11 Dietmar Maurercatar/format_definition.rs: add more feature flags
2019-01-11 Dietmar Maurercatar/encoder.rs: store fat file system attributes
2019-01-11 Dietmar Maurercatar/encoder.rs: cleanups
2019-01-11 Dietmar Maurercatar/encoder.rs: encode linux fs attributes, cleanup...
2019-01-11 Dietmar Maureravoid compiler warnings
2019-01-10 Dietmar Maurerbackup/archive_index.rs: correctly check for errors
2019-01-10 Dietmar Maurercatar/decoder.rs: restore mode, uid, gid and mtime
2019-01-10 Dietmar Maurercatar/decoder.rs: avoid slashes in file names
2019-01-10 Dietmar Maurercatar/decoder.rs: impl restore dirs, files, and symlinks
2019-01-08 Wolfgang Bumillerrest: rename utf-8-checked 'bytes' to 'utf8'
2019-01-08 Wolfgang Bumillerrest: don't copy the body
2019-01-08 Wolfgang Bumillertools/timer: fixup doc formatting
2019-01-08 Wolfgang BumillerCargo.toml: [lib] has no authors/version
2019-01-08 Dietmar Maurercatar/decoder.rs: restore_sequential - read payload
2019-01-07 Dietmar Maurercatar/decoder.rs: improve restore_sequential
2019-01-07 Dietmar Maurercatar/decoder.rs: start implementing sequential decoder...
2019-01-07 Dietmar Maurerdepend on endian_trait
2019-01-07 Dietmar Maurercatar: implement create
2019-01-06 Dietmar Maurerbin/catar.rs: add list command
2019-01-06 Dietmar Maurercatar/decoder.rs: start implementation
2019-01-06 Dietmar Maurerformat_definition.rs: remove wrong docs
2019-01-06 Dietmar Maurerimpl Read for BufferedArchiveReader
2019-01-06 Dietmar Maurerimpl Seek for BufferedArchiveReader
2019-01-06 Dietmar Maurerbuffered_read: return empty buffer on eof
2019-01-05 Dietmar Maurerdefine and use BufferedReader trait
2019-01-05 Dietmar Maurerremove dead code
2019-01-05 Dietmar Maurertools.rs: improve docs
2019-01-05 Dietmar Maurerbackup/archive_index.rs: implement BufferedArchiveReader
2019-01-05 Dietmar Maurerbackup/chunk_store.rs: resize buffer by powers of two
2019-01-04 Dietmar Maurercatar/encoder.rs: code cleanup
2019-01-04 Dietmar Maurerbackup/chunk_store.rs: avoid allocation in read_chunk
2019-01-04 Dietmar Maurerwhite space cleanups
2019-01-04 Dietmar Maurerbackup/chunk_store.rs: implement read_chunk()
2019-01-04 Dietmar Maurerproxmox-backup-manager: add garbage collection cli
2019-01-04 Dietmar Maurerfix bash completion binary names
2019-01-04 Dietmar Maurercleanup crate names
2019-01-04 Dietmar Maurerrename backup-client to proxmox-backup-client
2019-01-04 Dietmar Maurerrename pbs to proxmox-backup-manager
2019-01-04 Dietmar Maurerbackup/chunk_store.rs: only use one directory level
2019-01-04 Dietmar Maurermove admin API to /admin/ subfolder
2019-01-04 Dietmar Maurerbackup/archive_index.rs: pass correct size to unmap
2019-01-04 Dietmar Maurerbackup/image_index.rs: use little endian
2019-01-03 Wolfgang Bumillercli::command: wrap usage errors in a UsageError
2019-01-03 Dietmar Maurercatar/encoder.rs: make sure we write all data with...
2019-01-03 Dietmar Maurerchunker.rs: make sure chunk_size_avg is a power of two
2019-01-03 Dietmar Maurerimprove chunker speed (avoid modulo)
2019-01-02 Dietmar Maureradd benchmark for chunker
2019-01-02 Dietmar Maurerimage_index.rs: verify file size
2019-01-02 Dietmar Maurerimplement garbage collection for .aidx files
2019-01-02 Dietmar Maurerimage_index.rs: verify header magic/version
2019-01-02 Dietmar Maurerfix typo
2019-01-02 Dietmar Maurerdisable debug code
2019-01-02 Dietmar Maurerarchive_index.rs: correctly write .aidx file
2019-01-02 Dietmar Maurerimage_index.rs: print stats
2019-01-02 Dietmar Maurersrc/backup/archive_index.rs: use close() instead of...
2018-12-31 Dietmar Maurersrc/backup/archive_index.rs: implement flush()
2018-12-31 Dietmar Maurersrc/backup/archive_index.rs: first try
2018-12-31 Dietmar Maurercreate backup mod in backup.rs, improve docu
2018-12-31 Dietmar Maurermove chunker.rs to backup/
2018-12-31 Dietmar Maurerrc/catar/chunker.rs: first try
2018-12-31 Dietmar Maureravoid compiler warnings
2018-12-31 Dietmar Maureradd another catart test
2018-12-31 Dietmar Maureradd catart test for goodbye table ordering
2018-12-31 Dietmar Maurersrc/catar/encoder.rs: correctly sort goodbye items...
2018-12-30 Dietmar Maurernew catar binary
2018-12-30 Dietmar Maurerfix doc syntax
2018-12-30 Dietmar Maurercatar cleanups ...
2018-12-30 Dietmar Maurerbinary_search_tree.rs: fix docs
2018-12-30 Dietmar Maureradd some integreation tests for catar (compare with...
2018-12-30 Dietmar Maurersrc/catar/encoder.rs: auto-resize file_copy_buffer...
2018-12-30 Dietmar Maurerimprove catar docs
2018-12-29 Dietmar Maureradd a comment about posible improvements
2018-12-29 Dietmar Maurersrc/catar/binary_search_tree.rs: add regression tests...
2018-12-29 Dietmar Maurersrc/catar/binary_search_tree.rs: improve docu
2018-12-29 Dietmar Maurersrc/catar/encoder.rs: cleanup, factor out write_goodbye...
2018-12-29 Dietmar Maurersrc/catar/encoder.rs: correctly sort goodby items
2018-12-28 Dietmar Maureruse external crate siphasher
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: fix bug in file copy
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: fix symlinks
2018-12-28 Wolfgang Bumillergetopt: cleanup: add trailing commas
2018-12-28 Wolfgang Bumillergetopt: cleanup: don't condense 'if' statements too...
2018-12-28 Wolfgang Bumillergetopt: whitespace cleanup
next