]> git.proxmox.com Git - proxmox-backup.git/history - src/tools
pxar: match_pattern: refactor MatchPattern and introduce MatchPatternSlice.
[proxmox-backup.git] / src / tools /
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()
2019-04-10 Dietmar Maurersrc/tools/procfs.rs: avoid compiler warning
2019-04-09 Christian Ebnersrc/tools/procfs.rs: implement read_meminfo()
2019-04-08 Dietmar Maurersrc/tools/daemon.rs: use new ServerState handler
2019-04-06 Dietmar Maurersrc/tools.rs: implement file_set_contents_full()
2019-04-06 Dietmar Maurersrc/tools/file_logger.rs: fix test
2019-04-05 Christian Ebnersrc/tools/procfs.rs: implement read_proc_uptime and...
2019-04-04 Christian Ebnerprocfs: implement check_process_running and check_proce...
2019-04-04 Dietmar Maurersrc/tools/procfs.rs: split regex into several lines
2019-04-04 Dietmar Maurersrc/tools/procfs.rs: use libc::pid_t
2019-04-03 Dietmar Maurersrc/tools/file_logger.rs: new - accept AsRef<Path>
2019-04-03 Dietmar Maurersrc/tools/procfs.rs: start helper tools to read procfs
2019-04-03 Dietmar Maurersrc/tools/file_logger.rs: change timestamp format to...
2019-04-01 Dietmar Maureradd global var to indicate server shutdown requests
2019-03-31 Dietmar Maurersrc/backup/chunk_store.rs: fix GC
2019-03-22 Dietmar Maurersrc/tools/process_locker.rs: new() - use generic path...
2019-03-22 Dietmar Maurersrc/tools/process_locker.rs: implement inter-process...
2019-03-19 Wolfgang Bumillerdaemon: simplify daemon creation
2019-03-19 Wolfgang Bumillertools: daemon: rename some structs
2019-03-18 Wolfgang Bumillertools: implement ReexecContinue for tokio's TcpListener
2019-03-18 Wolfgang Bumillertools: daemon: add a default signalfd helper
2019-03-18 Wolfgang Bumillertools: add daemon helpers
2019-03-12 Wolfgang Bumillersignalfd cleanup
2019-03-12 Wolfgang Bumillertools: add async signalfd handler
2019-03-05 Dietmar Maurersrc/tools/ticket.rs: define const TICKET_LIFETIME
2019-03-01 Dietmar Maurersrc/tools/file_logger.rs: class to log into files
next