]> git.proxmox.com Git - proxmox-backup.git/history - src/tools
src/api2/types.rs: define NETWORK_INTERFACE_NAME_SCHEMA
[proxmox-backup.git] / src / tools /
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-28 Christian Ebnersrc/backup/dynamic_index.rs: Add LruCache for chunks.
2020-02-28 Dietmar Maurersrc/tools/format.rs: move output rendering code to...
2020-02-27 Christian Ebnertools::lru_cache: Improve access() and insert() by...
2020-02-27 Christian Ebnertools::lru_cache: Separate LinkedList part of LruCache...
2020-02-27 Christian Ebnertools::lru_cache: Make key generic.
2020-02-26 Dietmar Maurersrc/tools/runtime.rs: call OPENSSL_thread_stop to avoid...
2020-02-25 Wolfgang Bumillercleanup unused module
2020-02-17 Wolfgang Bumillerruntime: fix blocking strategy:
2020-02-13 Wolfgang Bumillerruntime: remove IN_TOKIO thread local variable
2020-01-31 Dietmar Maurerdepend on proxmox 0.1.13, use new tty helpers from...
2020-01-29 Christian Ebnertools::acl: Add helpers to create extended attribute...
2020-01-29 Christian Ebnerpxar: move acl helper functions to src/tools/acl.rs
2020-01-29 Wolfgang Bumillertools: LruCache: add dropcheck marker
2020-01-24 Christian Ebnertools: add access method to LruCache
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-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-21 Wolfgang Bumillerruntime: actually park on Pending...
2020-01-21 Wolfgang Bumillerruntime: custom block_on implementation
2020-01-20 Wolfgang Bumillerruntime: drop now not required Send and static restrictions
2020-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2020-01-15 Oguz Bektastools: add read_and_verify_password helper
2019-12-19 Dietmar Maurerupdate to nix 0.16
2019-12-17 Wolfgang Bumillerdrop Cancellable future in favor of abortable
2019-12-17 Wolfgang Bumillerfix broadcast_future test case
2019-12-13 Wolfgang Bumillerupdate tests
2019-12-13 Wolfgang Bumillerfix cancellable future
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-09-11 Wolfgang Bumillerclippy: use write_all in file logger
2019-09-11 Wolfgang Bumillersome clippy fixups
2019-09-03 Wolfgang Bumillercomment fixup
2019-09-03 Wolfgang Bumillertools: add tokio::main() replacement
2019-09-03 Wolfgang Bumilleradd WrappedReaderStream test
2019-09-02 Wolfgang Bumillerupdate to tokio 0.2.0-alpha.4
2019-09-02 Wolfgang Bumilleradd generic either-or AsyncRead/Write type
2019-09-02 Wolfgang Bumillersrc/tools/wrapped_reader_stream.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/tools/futures.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/tools/daemon.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/tools/broadcast_future.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/tools/async_mutex.rs: switch to async
2019-08-23 Wolfgang Bumillertools: remove SignalFd
2019-08-22 Wolfgang Bumillertools: tty: replace mem::uninitialized and style fixup
2019-08-22 Wolfgang Bumillertools: timer: style fixup
2019-08-22 Wolfgang Bumillertimer: replace mem::uninitialized
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 Maurersrc/tools/vec.rs: remove unused file
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-08-03 Dietmar Maureruse new proxmox::sys::linux::magic
2019-08-03 Christian Ebnerpxar: cleanup: s/CA_FORMAT/PXAR/g and s/CaFormat/Pxar/g
2019-08-03 Christian Ebnerpxar: cleanup: move filesystem related magic numbers...
2019-08-02 Christian Ebnerpxar: avoid taking ownership of xattrs, fcaps and quota...
2019-07-04 Dietmar Maurersrc/tools/fs.rs - read_dir: return nix::Result
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-07-01 Wolfgang Bumillerdaemon: remove last use of tools::read/write
2019-06-07 Wolfgang Bumillertree-wide: use 'dyn' for all trait objects
2019-06-05 Dietmar Maurersrc/tools/xattr.rs: fix test when run as root
2019-06-05 Christian Ebnersrc/tools/fs.rs: impl ioctl calls to get/set fsxattr
2019-05-29 Wolfgang Bumillertypo fix and doc improvement
2019-05-29 Wolfgang Bumillerdoc fixup
2019-05-29 Wolfgang Bumillertools: add Cancellable, start a futures submodule
2019-05-29 Wolfgang Bumillertools: add AsyncMutex::new_locked
2019-05-24 Christian Ebnersrc/tools/xattr.rs: add test for is_valid_xattr_name()
2019-05-24 Christian EbnerMinor refactoring of pxars xattr encoder/decoder, mostl...
2019-05-23 Wolfgang Bumillerdoc-test fixup
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-22 Christian Ebnersrc/tools/xattr.rs: impl unit tests for fsetattr and...
2019-05-21 Christian Ebnersrc/tools/xattr.rs: add functions name_store and securi...
2019-05-16 Christian Ebnersrc/tools/xattrs.rs: impl libc wrapper functions to...
2019-05-16 Christian Ebnersrc/tools/acl.rs: impl add_entry_full for ACL and set_p...
2019-05-14 Christian Ebnersrc/tools/acl.rs: impl POSIX access control list (ACL...
2019-04-30 Dietmar Maurersrc/tools/broadcast_future.rs: cleanup, decompose into...
2019-04-29 Wolfgang Bumillertools: add AsyncMutex
2019-04-27 Dietmar Maurersrc/tools/broadcast_future.rs: add new constructor...
2019-04-26 Dietmar Maurersrc/tools/broadcast_future.rs: new helper class
2019-04-25 Christian Ebnersrc/tools/procfs.rs: clean up tab indentation and use...
2019-04-25 Wolfgang Bumilleruse double-fork for reload
2019-04-25 Wolfgang Bumillertools: add read/write convenience helpers
2019-04-25 Wolfgang Bumilleruse service Type=notify
2019-04-25 Wolfgang Bumillertools/daemon: add sd_notify wrapper
2019-04-24 Dietmar Maurersrc/tools/procfs.rs: avoid useless allocations
2019-04-24 Christian Ebnersrc/tools/procfs.rs: add tests for read_proc_net_route...
2019-04-24 Christian Ebnersrc/tools/procfs.rs: refactor read_proc_net_route(...
2019-04-23 Christian Ebnersrc/tools/procfs.rs: implement read_proc_net_ipv6_route()
2019-04-15 Christian Ebnersrc/tools/procfs.rs: implement read_proc_net_route()
2019-04-13 Christian Ebnersrc/tools/procfs.rs: implement read_proc_net_dev()
2019-04-13 Christian Ebnersrc/tools/procfs.rs: implement read_memory_usage()
2019-04-12 Christian Ebnersrc/tools/procfs.rs: Rename variable and struct to...
2019-04-12 Christian Ebnersrc/tools/procfs.rs: simplify read_cpuinfo()
2019-04-10 Wolfgang Bumillertools/daemon: dup the TcpListener file descriptor
2019-04-10 Christian Ebner/src/tools: Cleanup tempfiles in folder
2019-04-10 Christian Ebnersrc/tools/procfs.rs: implement read_cpuinfo()
2019-04-10 Dietmar Maurerstart hyper server using with_graceful_shutdown()
next