]> git.proxmox.com Git - proxmox-backup.git/history - src/tools
acl: rustfmt module
[proxmox-backup.git] / src / tools /
2020-11-30 Wolfgang Bumillerfile logger: remove test.log after test as well
2020-11-30 Wolfgang Bumillerchanges for proxmox 0.8
2020-11-23 Fabian Grünbichlerkey: add fingerprint to key config
2020-11-11 Mira Limbeckadd extra_info field to APTUpdateInfo
2020-11-11 Thomas Lamprechtdaemon: rename method, endless loop, bail on exec error
2020-11-11 Dominik Csapakdaemon: add hack for sd_notify
2020-11-10 Wolfgang Bumillertools::runtime: pin_mut instead of unsafe block
2020-11-10 Wolfgang Bumillerasync_io: require Unpin for EitherStream and HyperAccept
2020-11-10 Wolfgang BumillerHttpsConnector: include destination on connect errors
2020-11-09 Stefan Reiterapt: allow changelog retrieval from enterprise repo
2020-11-09 Thomas Lamprechttools apt: include package name in filter data
2020-11-05 Dominik Csapaktools/daemon: fix reload with open connections
2020-11-04 Thomas Lamprechtlog rotate: only add .zst to new file after second...
2020-11-02 Thomas Lamprechttools: file logger: avoid some possible unwraps in...
2020-11-02 Thomas Lamprechttools: log rotate: compressing rotated files
2020-11-02 Thomas Lamprechttools: log rotate: fix file ending for compressed files
2020-11-02 Thomas Lamprechtfile logger: allow reopening file
2020-10-31 Thomas Lamprechtapi: apt: implement support to send notification email...
2020-10-31 Thomas Lamprechtapi: implement apt pkg cache
2020-10-31 Thomas Lamprechtapi/tools: split out apt helpers from api to own module
2020-10-28 Thomas Lamprechttools: socket: fix typo in comment
2020-10-28 Dominik Csapaktools/logrotate: fix compression logic
2020-10-27 Thomas Lamprechtapt auth: add newline to the end
2020-10-27 Thomas Lamprechtimplement subscription handling and api
2020-10-27 Thomas Lamprechttools: http: add simple general post method
2020-10-21 Stefan Reiteradd tools::http for generic HTTP GET and move HttpsConn...
2020-10-21 Dominik Csapaktools/zip: fix doc tests
2020-10-21 Dietmar Maureradd test for escape_unit
2020-10-21 Dietmar Maurersystemd::escape_unit - allow '.' and '_'
2020-10-21 Dominik Csapaktools: add AsyncChannelWriter
2020-10-21 Dominik Csapaktools: add zip module
2020-10-20 Dietmar Maurerproxmox-backup-client: use HumanByte to render snapshot...
2020-10-20 Thomas Lamprechtlogrotate: drop useless comment
2020-10-20 Thomas Lamprechtlog rotate: move basic rotation logic into module for...
2020-10-20 Thomas Lamprechtlog rotate: do NOT compress first rotation
2020-10-20 Thomas Lamprechtlog rotate: factor out compression in private function
2020-10-20 Thomas Lamprechtlog rotate: do NOT overwrite file with possible writers
2020-10-19 Dietmar Maurerset reasonable TCP keepalive timeout
2020-10-19 Fabian Grünbichlerbuild: bump nix dependency
2020-10-19 Thomas Lamprechtfile logger: add option to make the backup user the...
2020-10-16 Thomas Lamprechttools file logger: fix example and comments
2020-10-16 Thomas Lamprechttools: file logger: use option struct to control behavior
2020-10-15 Thomas Lamprechtcode cleanups
2020-10-15 Stefan Reiterbackup: use shared flock for base snapshot
2020-10-14 Wolfgang Bumillermore clippy fixups
2020-10-08 Stefan Reiterfuse_loop: handle unmap on crashed instance
2020-10-08 Stefan Reiterfuse_loop: wait for instance to close after killing
2020-10-08 Stefan Reiterfuse_loop: add automatic cleanup of run files and dangl...
2020-10-08 Stefan Reitermount/map: use names for map/unmap for easier use
2020-10-08 Stefan Reiterloopdev: add module doc
2020-10-08 Stefan Reiterfuse_loop: add documentation
2020-10-08 Stefan Reiterformat: fix typo in function name
2020-10-06 Stefan Reiterclient: implement map/unmap commands for .img backups
2020-10-01 Dietmar Maurersrc/tools/parallel_handler.rs: remove lifetime hacks...
2020-10-01 Dietmar Maurersrc/tools/parallel_handler.rs: cleanup check_abort...
2020-10-01 Stefan ReiterParallelHandler: check for errors during thread join
2020-09-29 Dominik Csapaktools: add logrotate module
2020-09-29 Wolfgang Bumillerparallel_handler: clippy: 'while_let_loop'
2020-09-28 Wolfgang Bumillerparallel_handler: explicit Arc::clone
2020-09-28 Wolfgang Bumillerparallel_handler: formatting cleanup, doc comment typo...
2020-09-26 Dietmar Maurersrc/tools/parallel_handler.rs: remove unnecessary Sync...
2020-09-26 Dietmar Maurersrc/tools/parallel_handler.rs: remove static lifetime...
2020-09-26 Dietmar Maurersrc/tools/parallel_handler.rs: join all threads in...
2020-09-26 Dietmar Maurersrc/tools/parallel_handler.rs: remove unnecessary Sync...
2020-09-25 Dietmar Maurersrc/tools/parallel_handler.rs: execute closure inside...
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian Grünbichleruse non-panicky timestamp_opt where appropriate
2020-09-11 Fabian Grünbichlerdon't truncate DateTime nanoseconds
2020-09-11 Dominik Csapaktools/systemd/parse_time: enable */x syntax for calenda...
2020-09-08 Dominik Csapaktools/sytemd/time: add tests for multivalue fields
2020-09-07 Dietmar Maurersrc/tools/systemd/time.rs: derive Clone
2020-09-07 Dietmar MaurerSYSTEMD_CALENDAR_EVENT_SCHEMA: fix wrong schema description
2020-09-04 Dominik Csapaktools/systemd/time: enable dates for calendarevents
2020-09-04 Dominik Csapaktools/systemd/time: fix signed conversion
2020-09-04 Dominik Csapaktools/systemd/tm_editor: add setter/getter for months...
2020-09-04 Dominik Csapaktools/systemd/tm_editor: move conversion of the year...
2020-09-04 Dominik Csapaktools/systemd/time: fix selection for multiple options
2020-09-04 Dominik Csapaktools/systemd/parse_time: error out on invalid ranges
2020-09-04 Dominik Csapaktools/systemd/tm_editor: remove reset_time from add_day...
2020-09-04 Dominik Csapaktools/systemd/time: convert the resulting timestamp...
2020-09-04 Dominik Csapaktools/systemd/time: move continue out of the if/else
2020-09-04 Dominik Csapaktools/systemd/time: let libc normalize time for us
2020-09-04 Dominik Csapaktools/systemd/tm_editor: remove TMChanges optimization
2020-09-04 Dietmar Maurerdepend on proxmox 0.3.5
2020-08-25 Thomas Lamprechtvarious typo fixes
2020-08-25 Thomas Lamprechttools/format: implement from u64 for HumanByte helper...
2020-08-14 Dominik Csapakfix #2904: zpool status: parse vdevs with state but...
2020-08-14 Dominik Csapakzfs status: add test with spares
2020-08-14 Hannes Laimerapi2/node/../disks/directory: added DELETE endpoint...
2020-08-13 Wolfgang Bumillerremove unused import
2020-08-12 Wolfgang Bumillerformatting fixups
2020-08-12 Wolfgang Bumillerreplace and remove old ticket functions
2020-08-12 Wolfgang Bumillerintroduce Ticket struct
2020-08-11 Dietmar Maurersrc/tools/fs.rs: new helper lock_dir_noblock
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-08-03 Wolfgang Bumillermore whitespace fixups
2020-08-03 Wolfgang Bumillerwhitespace fixup
2020-08-03 Dominik Csapaksystemd/time: fix weekday wrapping on month
2020-08-03 Dominik Csapaksystemd/time: add tests for weekday month wrapping
next