]> git.proxmox.com Git - proxmox.git/shortlog
proxmox.git
2019-09-28 Wolfgang Bumillercleanup
2019-09-28 Wolfgang Bumillerapi: make ApiMethodInfo already require Send + Sync
2019-09-28 Wolfgang Bumillerremove async_await feature gate
2019-09-28 Wolfgang Bumillerfixups for new hyper alpha
2019-09-28 Wolfgang Bumillerput api macro crate behind 'api-macro' feature
2019-09-11 Wolfgang Bumillertools: io::read: introduce read_host_value_boxed
2019-09-11 Wolfgang Bumillerremove Cargo.lock as we currently have no git dependencies
2019-09-06 Wolfgang Bumillerupdate hyper & tokio to alpha releases
2019-08-23 Wolfgang Bumillercargo update
2019-08-23 Wolfgang Bumillertools: tests for static_assert_size macro
2019-08-23 Wolfgang Bumillertools: add a static size assertion
2019-08-22 Wolfgang Bumillertools: borrow: use ManuallyDrop
2019-08-22 Wolfgang Bumiller[clippy] api: mostly noise reduction
2019-08-22 Wolfgang Bumiller[clippy] tools: lifetimes and constants
2019-08-22 Wolfgang Bumiller[clippy] sys: simplifications and optimizations
2019-08-22 Wolfgang Bumiller[clippy] macro: remaining clippy lints
2019-08-22 Wolfgang Bumiller[clippy] macro: ident implements comparsion with strings
2019-08-22 Wolfgang Bumiller[clippy] api-test: remove unnecessary lifetimes
2019-08-22 Wolfgang Bumiller[clippy] api-test: remaining changes to memory.rs
2019-08-22 Wolfgang Bumiller[clippy] api-test: more int by value passing
2019-08-22 Wolfgang Bumiller[clippy] api-test: simplify some loops
2019-08-22 Wolfgang Bumiller[clippy] api-test: generalize HashSet impls and closure...
2019-08-21 Wolfgang Bumiller[clippy]: api-test: fix unsuffixed memory values
2019-08-21 Wolfgang Bumiller[clippy] api-test: use trailing zeros, pattern efficiency
2019-08-21 Wolfgang Bumiller[clippy] api-test: pass Copy integer by value
2019-08-21 Wolfgang Bumillerreplace std::mem::uninitialized
2019-08-21 Wolfgang Bumillertools: fs: rename CreateOptions::empty to new
2019-08-21 Wolfgang Bumillertools: fs: add create_path and CreateOptions
2019-08-21 Wolfgang Bumillerupdate nix to 0.15 for mkdirat
2019-08-21 Wolfgang Bumillertools: fd: improve drop handler and add some helpers
2019-08-21 Wolfgang Bumillerformatting cleanup
2019-08-21 Wolfgang Bumillertools: fs: import unistd::{Uid,Gid} fully
2019-08-20 Wolfgang Bumillerupgrade to tokio-0.2.0-alpha.2
2019-08-19 Wolfgang Bumilleruse tokio's current alpha.1 release
2019-08-16 Wolfgang Bumillercleanup
2019-08-16 Wolfgang Bumillertools: add borrow::Tied with example docs
2019-08-16 Wolfgang Bumillerapi-macro: fix non-async test case after adding verifiers
2019-08-16 Wolfgang Bumillerapi-test: update curl examples
2019-08-16 Wolfgang Bumillermacro: functions: call verify() on all parameters
2019-08-16 Wolfgang Bumillerapi-test: add a short example shell script for now
2019-08-16 Wolfgang Bumillerapi-test: add example with a more complex struct
2019-08-16 Wolfgang Bumillerapi: allow () type, but panic when used as CLI input
2019-08-15 Wolfgang Bumillerfixup tests for router change
2019-08-15 Wolfgang Bumillerapi-test: add a json-body multi-parameter test method
2019-08-15 Wolfgang Bumillerapi: router: return Map on lookup
2019-08-15 Wolfgang Bumillerapi-test: comments/cleanup
2019-08-12 Wolfgang Bumillerformatting fixup
2019-08-12 Wolfgang Bumillermacro: support deriving Display for newtypes
2019-08-12 Wolfgang Bumillermacro: fix enum verify method
2019-08-12 Wolfgang Bumillermacro: fixup previous commit: remove hardcoded error
2019-08-12 Wolfgang Bumillermacro: experimental support for enums with values
2019-08-12 Wolfgang Bumillermacro: remove exact futures-preview version
2019-08-09 Wolfgang Bumillerformatting cleanup
2019-08-09 Wolfgang Bumillermacro: split enum handler into separate module
2019-08-09 Wolfgang Bumillermacro: split struct handlers into separate submodules
2019-08-09 Wolfgang Bumillermacro: split function handler into separate file
2019-08-09 Wolfgang Bumillerimport Cargo.lock
2019-08-08 Wolfgang Bumillermacro: errors shouldn't discard the code
2019-08-08 Wolfgang Bumillermacro: implement #[derive(FromStr)] for newtypes
2019-08-08 Wolfgang Bumillerformatting cleanup
2019-08-08 Wolfgang Bumillercleanup
2019-08-08 Wolfgang Bumillermacro: derive ser/de for newtypes just like structs
2019-08-08 Wolfgang Bumillermacro: make sure errors are separated
2019-08-08 Wolfgang Bumillermacro: factor out newtype handler
2019-08-08 Wolfgang Bumillermacro: more quote -> quote_spanned changes
2019-08-08 Wolfgang Bumillermacro: remove unused add_verifiers
2019-08-05 Wolfgang Bumillerformatting fixup
2019-08-05 Wolfgang Bumillerwhitespace cleanup
2019-08-05 Wolfgang Bumillercleanup use statements
2019-08-05 Wolfgang Bumillercleanup Cargo.toml files
2019-08-05 Wolfgang Bumillersys: rustfmt workaround
2019-08-05 Wolfgang Bumillertools: Cargo.toml: cleanup
2019-08-05 Wolfgang Bumillerrename tools::raw to tools::fd
2019-08-05 Dietmar Maurerproxmox-tools/src/lib.rs: fix doc test
2019-08-05 Wolfgang Bumillerformatting fixup
2019-08-03 Dietmar Maureradd nodename helper (copied from proxmox-backup)
2019-08-03 Dietmar Maurersrc/linux/procfs.rs: moved from proxmox-backup
2019-08-03 Dietmar Maurernew helper create_dir_chown
2019-08-03 Dietmar Maurersrc/fs.rs: new module for fs related helpers
2019-08-03 Dietmar Maureradd src/linux/magic.rs - moved from proxmox-backup
2019-08-01 Wolfgang Bumillerapi-test: import struct tests
2019-08-01 Wolfgang Bumillerapi: support HashSet<String> as api type
2019-07-31 Wolfgang Bumillermacro: improve error output
2019-07-31 Wolfgang Bumillermacro: clear a warning
2019-07-31 Wolfgang Bumillermacro: recurse into struct field verifiers
2019-07-31 Wolfgang Bumillermacro: support 'pattern' verifier in structs
2019-07-31 Wolfgang Bumillertools: add remaining common regexps
2019-07-31 Wolfgang Bumillertools: add common_regex with IP_REGEX for now
2019-07-30 Wolfgang Bumillerformatting fixup
2019-07-30 Wolfgang Bumillermacro: support serialize_with and deserialize_with
2019-07-30 Wolfgang Bumillermacro: don't enforce the AsOptionStr type on formats
2019-07-30 Wolfgang Bumillerapi, macro: implement 'format' verifier for structs
2019-07-29 Wolfgang Bumillerapi: macro: implement minimum/maximum_length checks
2019-07-29 Wolfgang Bumillerapi: verify: rename Verify to TestMinMax
2019-07-29 Wolfgang Bumillerapi: add helper module for verifiers
2019-07-29 Wolfgang Bumillerrefactor struct handling
2019-07-19 Wolfgang Bumillermacro: disable derive_default for now
2019-07-19 Wolfgang Bumillermacro: fixup: don't create unwanted default impl snippets
2019-07-19 Wolfgang Bumillermacro: partial support for automatic Default derivation
2019-07-19 Wolfgang Bumillermacro: support Option in deserialization
next