]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2019-01-21 Dietmar Maurerbin/proxmox-backup-client.rs: implement list command
2019-01-21 Dietmar Maurerclient/http_client.rs: implement get, share common...
2019-01-21 Dietmar Maurerapi3/admin/datastore.rs: implement list backups
2019-01-21 Dietmar Maurerbackup/datastore.rs: use DateTime<Utc> to store backup...
2019-01-21 Dietmar Maurerwhite space fix
2019-01-20 Dietmar Maurerbackup/datastore.rs: implement list_backups
2019-01-20 Dietmar Maurertools.rs: use FnMut for scandir callback
2019-01-20 Dietmar Maurertools.rs: new scandir() helper
2019-01-20 Dietmar Maurerbackup/chunk_store.rs: verify base path is absolute
2019-01-20 Dietmar Maurerremove crate tokio-codec (seems to be part of tokio...
2019-01-20 Dietmar Maurertools/wrapped_reader_stream.rs: allocate Vec<u8> for...
2019-01-20 Dietmar Maurertools/wrapped_reader_stream.rs: only implement Stream...
2019-01-20 Dietmar Maurertools/wrapped_reader_stream.rs: use tokio_threadpool...
2019-01-20 Dietmar Maureruse newer versions
2019-01-20 Dietmar Maurercatar: improve bash completion
2019-01-20 Dietmar Maurer/api3/admin/datastore.rs: add missing subdir to directo...
2019-01-20 Dietmar Maurerapi3/admin/datastore/catar.rs: implement download
2019-01-20 Dietmar Maurertools/wrapped_reader_stream.rs: new helper class
2019-01-19 Dietmar Maurerapi3/admin/datastore/catar.rs: start impl. download
2019-01-19 Dietmar Maurerapi/router.rs: rename ApiUploadMethod to ApiAsyncMethod
2019-01-19 Dietmar MaurerRevert "/api/schema.rs: implement Schema::Option"
2019-01-19 Dietmar MaurerRevert "api/schema.rs: avoid Option(Option( nesting"
2019-01-18 Dietmar Maurerremove unused type PropertyMap
2019-01-18 Dietmar Maurerapi/schema.rs: avoid Option(Option( nesting
2019-01-18 Dietmar Maurer/api/schema.rs: implement Schema::Option
2019-01-18 Dietmar Maurerfix tests/catar.rs - add missing parameter
2019-01-18 Dietmar Maurerreduce compiler warnings
2019-01-18 Dietmar Maurermove complete_file_name() helper into tools.rs
2019-01-18 Dietmar Maurerbin/proxmox-backup-client.rs: improve file name completion
2019-01-18 Dietmar Maurerbackup/datastore.rs: list all index files using walkdir...
2019-01-18 Dietmar Maurerbackup/datastore.rs: try to create useful directory...
2019-01-18 Dietmar Maurercleanup nodename()
2019-01-18 Dietmar Maurertools.rs: new helper nodename()
2019-01-18 Dietmar Maurerapi3/admin/datastore.rs: rename parameter "name" to...
2019-01-17 Dietmar Maurerbin/proxmox-backup-client.rs: implement file name compl...
2019-01-17 Dietmar Maurerapi3/admin/datastore/upload_catar.rs: verify content...
2019-01-17 Dietmar Maurerclient/catar_backup_stream.rs: remove debug code
2019-01-17 Dietmar Maurertools.rs: new helper required_string_param()
2019-01-17 Dietmar Maurerapi/router.rs: return Result in upload handler
2019-01-17 Dietmar Maurerproxmox-backup-client: implement upload to server
2019-01-17 Dietmar Maurerclient/http_client.rs: new helper class
2019-01-17 Dietmar Maurerapi3/admin/datastore.rs: change api patch for upload_catar
2019-01-16 Wolfgang Bumillerupload: don't return NotReady
2019-01-16 Wolfgang Bumillercleanup previous commit...
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
next