]> git.proxmox.com Git - proxmox-backup.git/history - src/tools.rs
fix permissions set in create_run_dir
[proxmox-backup.git] / src / tools.rs
2021-05-04 Wolfgang Bumillerfix permissions set in create_run_dir
2021-04-29 Wolfgang Bumilleradd 'config file format' to tools::config
2021-04-29 Wolfgang Bumillertools: add ControlFlow type
2021-04-08 Stefan Reiteradd tools/cpio encoding module
2021-04-07 Dominik Csapaktools: add compression module
2021-03-24 Dominik Csapakfix #3359: fix blocking writes in async code during...
2021-01-22 Dietmar Maurerpaperkey: move code to src/tools/paperkey.rs
2021-01-21 Dietmar Maurerrenamed src/tape/sgutils2.rs -> src/tools/sgutils2.rs
2021-01-15 Wolfgang Bumilleradd tools::json for canonical json generation
2021-01-11 Wolfgang Bumillertools: add create_run_dir helper
2021-01-11 Wolfgang Bumilleradd tools::serde_filter submodule
2020-11-30 Wolfgang Bumillerdon't enforce Vec and String in tools::join
2020-11-30 Wolfgang Bumillertools avoid unnecessary copying of parameters/properties
2020-11-30 Wolfgang Bumillerminor cleanups
2020-11-19 Dominik Csapakfix systemd-encoded upid strings in http client
2020-11-12 Wolfgang Bumillervisibility cleanups
2020-11-12 Wolfgang Bumillerremove unused function
2020-10-31 Thomas Lamprechtapi/tools: split out apt helpers from api to own module
2020-10-31 Thomas Lamprechttools: do not unnecessarily prefix module path
2020-10-27 Thomas Lamprechttools: get_hardware_address: better error handling
2020-10-27 Thomas Lamprechtimplement subscription handling and api
2020-10-26 Thomas Lamprechtget_hardware_address: must be uppercased
2020-10-21 Stefan Reiteradd tools::http for generic HTTP GET and move HttpsConn...
2020-10-21 Dominik Csapaktools: add AsyncChannelWriter
2020-10-21 Dominik Csapaktools: add zip module
2020-10-19 Dietmar Maurerset reasonable TCP keepalive timeout
2020-10-06 Stefan Reiterclient: implement map/unmap commands for .img backups
2020-09-30 Dietmar Maurersrc/tools.rs: make command_output return Vec<u8>
2020-09-29 Dominik Csapaktools: add logrotate module
2020-09-25 Dietmar Maurersrc/tools/parallel_handler.rs: execute closure inside...
2020-09-17 Dietmar Maurermove compute_file_csum to src/tools.rs
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-08 Thomas Lamprechttools: rename extract_auth_cookie to extract_cookie
2020-08-17 Wolfgang Bumillerremove map_struct helper
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-07-31 Dietmar Maurerlock_file: return std::io::Error
2020-07-30 Stefan Reitertools: add nonblocking mode to lock_file
2020-07-15 Wolfgang Bumillertools: add strip_ascii_whitespace for byte slices
2020-07-10 Dominik Csapakrefactor CertInfo to tools
2020-06-22 Wolfgang Bumillertools: add socketpair helper
2020-06-18 Dietmar Maurersrc/tools/nom.rs: move nom helpers into separate file
2020-06-15 Dietmar Maurersrc/tools.rs: add setup_safe_path_env()
2020-06-12 Wolfgang Bumilleruse new Mmap helper for dynamic index
2020-06-10 Dominik Csapakrefactor time functions to tools
2020-06-10 Dietmar Maurersrc/tools.rs: add new run_command helper
2020-06-09 Dominik Csapakadd statistics module
2020-06-08 Wolfgang Bumillertools: add file_get_non_comment_lines
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-27 Dietmar Maurersrc/tools.rs - command_output: add parameter to check...
2020-05-27 Dietmar Maurersrc/tools.rs: new helper to handle command_output ...
2020-05-12 Dietmar Maureradd systemd configuration file parser/writer, start...
2020-05-05 Wolfgang Bumilleradd tools/disks.rs (work in progress...)
2020-04-24 Wolfgang Bumillertools: pub use Fd from proxmox crate
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-28 Dietmar Maurersrc/tools/format.rs: move output rendering code to...
2020-01-31 Dietmar Maurerdepend on proxmox 0.1.13, use new tty helpers from...
2020-01-22 Christian Ebnertools: LRU cache to use for pxar FUSE implementation.
2020-01-22 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use a std channel...
2020-01-22 Dietmar Maurersrc/tools/std_channel_writer.rs: new StdChannelWriter...
2020-01-15 Dietmar Maurersrc/api2/config: check digest
2019-12-19 Dietmar Maurerremove tools::getpwnam_ugid, impl. crate::backup::backu...
2019-12-18 Dietmar Maurersrc/tools.rs: fix typo
2019-12-17 Wolfgang Bumillerdrop Cancellable future in favor of abortable
2019-12-13 Wolfgang Bumillerupdate to url/percent-encoding to 2.1
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-11-14 Wolfgang Bumillerdrop md5 crate dependency
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-13 Dietmar Maurersrc/backup/manifest.rs: improve parser (try_from)
2019-09-11 Wolfgang Bumillerfixup variable naming
2019-09-11 Wolfgang Bumillerclippy: fix pointer to temporary value
2019-09-03 Wolfgang Bumillertools: add tokio::main() replacement
2019-09-02 Wolfgang Bumilleradd generic either-or AsyncRead/Write type
2019-08-23 Wolfgang Bumillertools: remove SignalFd
2019-08-22 Wolfgang Bumillertools: style & use statement fixups
2019-08-03 Dietmar Maureruse new proxmox::tools::nodename
2019-08-03 Dietmar Maurerremove src/tools/common_regex.rs, use proxmox::tools...
2019-08-03 Dietmar Maurerremove src/tools/procfs.rs, use proxmox::sys::linux...
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-07-31 Dietmar Maurersrc/tools.rs - file_set_contents_full: only call fchmod...
2019-07-01 Wolfgang Bumillerreplace tools::vec with proxmox::tools::vec
2019-07-01 Wolfgang Bumillertools: remove io module
2019-07-01 Wolfgang Bumillertools: remove read/write
2019-06-14 Dietmar Maurersrc/tools.rs: move hex_to_digest and digest_to_hex...
2019-06-07 Wolfgang Bumillertree-wide: use 'dyn' for all trait objects
2019-06-03 Dietmar Maureravoid compiler warnings
2019-05-29 Wolfgang Bumillertools: add Cancellable, start a futures submodule
2019-05-28 Dietmar Maurersrc/tools.rs: implement image_size helper
2019-05-23 Wolfgang Bumillertree-wide: use the new vec/io tools modules
2019-05-23 Wolfgang Bumillertools: add helpful vector and read operations
2019-05-21 Dietmar Maurersrc/tools.rs: fix hex_to_digest
2019-05-19 Dietmar Maurersrc/tools.rs: implement hex_to_digest
2019-05-16 Christian Ebnersrc/tools/xattrs.rs: impl libc wrapper functions to...
2019-05-14 Christian Ebnersrc/tools.rs: add mod acl to tools
2019-05-08 Dietmar Maurersrc/tools.rs: Add AsAyn Trait
2019-05-07 Dietmar Maurermove normalize_path to tools::normalize_uri_path
2019-04-29 Wolfgang Bumillertools: add AsyncMutex
2019-04-26 Dietmar Maurersrc/tools/broadcast_future.rs: new helper class
2019-04-25 Wolfgang Bumilleradd a wrapper around nix::unistd::pipe2
2019-04-25 Wolfgang Bumillertools: add read/write convenience helpers
2019-04-10 Wolfgang Bumillertools: add Fd helper
next