]> git.proxmox.com Git - proxmox-backup.git/history - src/client
src/tools/broadcast_future.rs: add new constructor new_oneshot()
[proxmox-backup.git] / src / client /
2019-04-04 Dietmar Maurersrc/tools.rs: file_get_json() - add new default parameter
2019-03-15 Dietmar Maurersimplify pxar module structure
2019-03-15 Dietmar Maurersrc/pxar/decoder.rs: correctly call callback()
2019-03-15 Dietmar Maurerrename PxarBackupWriter into PxarDecodeWriter
2019-03-15 Dietmar Maurersrc/client/http_client.rs: avoid compiler warning
2019-03-14 Dietmar Maurerrename catar into pxar
2019-03-13 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement completion...
2019-03-13 Dietmar Maurersrc/client/backup_repo.rs: implement FromStr trait
2019-03-13 Dietmar Maurersrc/client/backup_repo.rs: implement Display trait
2019-03-13 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement repository...
2019-03-11 Dietmar Maurersrc/catar/decoder.rs: simplify public restore API
2019-03-11 Dietmar Maurersrc/catar/decoder.rs: dir_mkdirat - add create_new...
2019-03-08 Dietmar Maurersrc/catar/decoder.rs: implement real sequential decoder...
2019-03-08 Dietmar Maurersrc/bin/proxmox-backup-client.rs: impl option all-file...
2019-03-08 Dietmar Maurersrc/catar/encoder.rs: use simply flag "all_file_systems"
2019-03-06 Dietmar Maurersrc/client/http_client.rs: impl download
2019-03-06 Dietmar Maurersrc/client/http_client.rs: remove debug statement
2019-03-05 Dietmar Maurersrc/client/http_client.rs: store/load ticket in xdg...
2019-03-04 Dietmar Maurersrc/catar/encoder.rs: add verbose flags
2019-03-03 Dietmar Maurersrc/api2/admin/datastore.rs: imp delete_snapshot
2019-03-02 Dietmar Maurersrc/api2/admin/datastore.rs: impl list_snapshots
2019-03-01 Dietmar Maurersrc/bin/proxmox-backup-client.rs: generate a log file
2019-03-01 Dietmar Maurersrc/bin/proxmox-backup-client.rs: login before starting...
2019-02-28 Wolfgang Bumillerclient/backup_repo: allow ip addresses for BackupRepository
2019-02-27 Dietmar Maurerrc/server/rest.rs: allow to pass parameters as applicat...
2019-02-26 Dietmar Maurersrc/client/http_client.rs: login once, store and reuse...
2019-02-20 Wolfgang Bumillerhttp_client: on a tty, read password if no env var...
2019-02-20 Dietmar Maurersrc/client/http_client.rs: implement post
2019-02-18 Dietmar Maurersrc/client/http_client.rs: send csrf token
2019-02-18 Wolfgang Bumillercleanup
2019-02-18 Dietmar Maurersrc/client/http_client.rs: trim path
2019-02-17 Dietmar Maurerimprove api_schema module structure
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-02-14 Dietmar Maurersrc/client/backup_repo.rs - improve docu
2019-02-14 Dietmar Maurersrc/client.rs: improve library structure and docu
2019-02-13 Dietmar Maurersrc/client/http_client.rs: try to login
2019-02-13 Wolfgang Bumillerclient: use hyper-tls for now
2019-01-30 Dietmar Maureravoid compiler warnings
2019-01-22 Dietmar Maurerlient/http_client.rs: simplify code
2019-01-21 Dietmar Maurerclient/http_client.rs: implement get, share common...
2019-01-18 Dietmar Maurerreduce compiler warnings
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 Maurerproxmox-backup-client: implement upload to server
2019-01-17 Dietmar Maurerclient/http_client.rs: new helper class
2019-01-16 Dietmar Maurerclient/catar_backup_stream.rs: new helper for catar...