]> git.proxmox.com Git - proxmox-backup.git/history - src/client
ui: DataStoreContent: add 'Verify All' button
[proxmox-backup.git] / src / client /
2020-10-21 Stefan Reiteradd tools::http for generic HTTP GET and move HttpsConn...
2020-10-21 Dietmar Maurerfix for prevoius patch: we want to copy all valid tickets
2020-10-21 Dylan Whytefix #3038: check user before renewing ticket
2020-10-19 Dietmar Maurerset reasonable TCP keepalive timeout
2020-10-19 Dietmar Maurerhttp_client: set connect timeout to 10 seconds
2020-10-15 Wolfgang Bumillermore clippy lints
2020-10-14 Wolfgang Bumillermore clippy fixups
2020-10-14 Wolfgang Bumillerpxar: remove unused parameter
2020-10-14 Wolfgang Bumillerpxar: pass full path to callback, let verbose flag...
2020-10-14 Wolfgang Bumillerclippy fixups
2020-10-08 Stefan Reiterformat: fix typo in function name
2020-10-01 Dietmar Maurersrc/tools/parallel_handler.rs: remove lifetime hacks...
2020-09-30 Dominik Csapakfix ipv6 handling for remotes/sync jobs
2020-09-30 Dietmar Maurersrc/client/pull.rs: log progress
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-26 Dietmar Maurersrc/client/pull.rs: simplify code
2020-09-25 Dietmar Maurersrc/client/pull.rs: use new ParallelHandler
2020-09-24 Dietmar Maurersrc/client/pull.rs: decode, verify and write in a separ...
2020-09-22 Dietmar Maurersrc/client/pull.rs: avoid duplicate downloads using...
2020-09-22 Dietmar Maurersrc/client/pull.rs: allow up to 20 concurrent download...
2020-09-22 Dietmar Maurerremote_chunk_reader.rs: use Arc for cache_hint to make...
2020-09-21 Dietmar Maurersrc/client/pull.rs: remove temporary manifest
2020-09-21 Dietmar Maurersrc/client/pull.rs: open temporary manifest with trunca...
2020-09-17 Dietmar Maurermove compute_file_csum to src/tools.rs
2020-09-17 Dominik Csapakfix #2870: renew tickets in HttpClient
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian GrünbichlerBackupDir: make constructor fallible
2020-09-10 Hannes Laimeradd benchmark flag to backup creation for proper cleanu...
2020-09-10 Dominik Csapakimprove server->client tcp performance for high latency...
2020-08-25 Thomas Lamprechtvarious typo fixes
2020-08-11 Stefan Reiterbackup: flock snapshot on backup start
2020-08-11 Fabian Grünbichlerchunk readers: ensure chunk/index CryptMode matches
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-04 Fabian Grünbichlersync: verify size and checksum of pulled archives
2020-08-04 Fabian Grünbichlersync: verify chunk size and digest, if possible
2020-08-04 Fabian Grünbichlerblobs: attempt to verify on decode when possible
2020-07-30 Dietmar Maurersrc/api2/backup.rs: aquire backup lock earlier in creat...
2020-07-30 Stefan Reiterdatastore: prevent deletion of snaps in use as "previou...
2020-07-30 Stefan Reiterfix typo: avgerage to average
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-07-24 Thomas Lamprechtclient: log archive upload duration more accurate,...
2020-07-24 Thomas Lamprechtclient: avoid division by zero in avg speed calculation...
2020-07-23 Thomas Lamprechtclient writer: do not output chunklist for now on verbo...
2020-07-23 Thomas Lamprechtclient: rework logging upload size, bandwidth, ......
2020-07-22 Fabian Grünbichlerfix #2865: detect and skip vanished snapshots
2020-07-22 Fabian Grünbichlerapi: translate ENOTFOUND to 404 for downloads
2020-07-22 Fabian Grünbichlerfix #2860: skip in-progress snapshots when syncing
2020-07-10 Dietmar Maurerproxmox-backup-client benchmark: improve output format
2020-07-09 Dietmar Maurerproxmox-backup-client benchmark: add --verbose flag
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: use serde_json::from_value...
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: cleanup signature generation
2020-07-08 Dietmar Maurersrc/backup/manifest.rs: include signature inside the...
2020-07-08 Dietmar Maurersrc/backup/file_formats.rs: remove signed chunks
2020-07-08 Dietmar Maurersrc/client/backup_writer.rs - upload_stream: add crypt_mode
2020-07-07 Wolfgang Bumillerintroduce a CryptMode enum
2020-07-07 Dietmar Maurersrc/client/remote_chunk_reader.rs: implement clone...
2020-07-03 Dietmar Maurermake ReadChunk not require mutable self. v0.6.0
2020-06-29 Dietmar Maurerfix typo
2020-06-26 Dietmar Maurerupdate backup api for incremental backup
2020-06-19 Dominik Csapakuse the existing async method for read_raw_chunk
2020-06-12 Wolfgang Bumillersome internal combinator-influenced api cleanup
2020-06-12 Wolfgang Bumilleradd an AsyncReadChunk trait
2020-06-12 Wolfgang Bumillermore cleanup
2020-06-10 Wolfgang Bumillerturn pxar::flags into bitflags, pxar::Flags
2020-06-09 Wolfgang Bumillerpxar: create .pxarexclude-cli file
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates
2020-06-02 Wolfgang Bumillerclient: improve connection/new fingerprint query
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-30 Dietmar Maurersrc/client/pull.rs: also download client.log.blob
2020-05-30 Dietmar Maurersrc/client/backup_specification.rs: split code into...
2020-05-30 Dietmar Maurersrc/client/pull.rs: more verbose logging
2020-05-29 Thomas LamprechtBACKUP_REPO_URL_REGEX: move to api2::types and allow...
2020-05-22 Dietmar Maurersrc/client/pull.rs: split out pull related code
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-28 Christian Ebnerproxmox-backup-client: expose exclude match patterns...
2020-02-25 Dietmar Maurersrc/client/backup_writer.rs: also print archive size
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: prefix upload stats with...
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: implement verbose options
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: reduce verbosity
2020-02-11 Dietmar Maurersrc/client/http_client.rs: do not store fingerprints...
2020-02-11 Dietmar Maurersrc/client/http_client.rs: always convert fingerprint...
2020-02-11 Dietmar Maurersrc/client/http_client.rs: remove useless password_env
2020-01-31 Dietmar Maurerdepend on proxmox 0.1.13, use new tty helpers from...
2020-01-27 Dietmar Maurersrc/client/http_client.rs: new password_env option
2020-01-27 Dietmar Maurersrc/client/http_client.rs: new prefix options
2020-01-25 Dietmar Maurersrc/client/http_client.rs: implement fingerprint cache
2020-01-25 Dietmar Maurersrc/client/http_client.rs: new struct HttpClientOptions
2020-01-22 Dietmar Maurersrc/client/pxar_backup_stream.rs: use a channel instead...
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2020-01-18 Dietmar Maurersrc/client/pxar_backup_stream.rs: use std::thread:...
2020-01-16 Dietmar Maurersrc/client/remote_chunk_reader.rs: use tokio::task...
2020-01-10 Christian Ebnerpxar: encoder: limit number of max entries held at...
2020-01-05 Dietmar Maurer src/client/backup_reader.rs: make compute_file_csum...
2020-01-05 Dietmar Maurersrc/client/http_client.rs: allow access to AuthInfo...
2020-01-02 Dietmar Maurersrc/backup/read_chunk.rs: add read_raw_chunk()
2019-12-27 Dietmar Maurersrc/client/http_client.rs - start_h2_connection: correc...
2019-12-19 Dietmar Maurersrc/client/backup_repo.rs: impl. new()
2019-12-18 Wolfgang Bumillerreplace file_set_contents with replace_file
2019-12-17 Wolfgang Bumillerdrop Cancellable future in favor of abortable
next