]> git.proxmox.com Git - proxmox.git/shortlog
proxmox.git
2019-11-23 Dietmar Maurerconst_regex: fixup for previous commit
2019-11-23 Dietmar Maurerproxmox-api: further cleanups
2019-11-23 Dietmar Maurerproxmox-api/src/lib.rs: hide modules with inlined docs
2019-11-23 Dietmar Maurerproxmox_api - ApiHandler: rename Async into AsyncHttp
2019-11-22 Wolfgang Bumillerimport a first draft of api macros
2019-11-22 Dietmar Maurerapi: simplify ApiAsyncHandlerFn
2019-11-22 Wolfgang Bumillerapi: add format module
2019-11-21 Wolfgang Bumillerapi: fully qualify types in exported macros
2019-11-21 Wolfgang Bumillerapi: move ApiMethod from router to top level
2019-11-21 Wolfgang Bumillermove HttpError to separate error module
2019-11-21 Wolfgang Bumillerapi: schema: avoid an extra temp string
2019-11-21 Wolfgang Bumillerimport the new api definitions
2019-11-21 Wolfgang Bumillerdelete the old api macro stuff
2019-11-21 Wolfgang Bumillerrename sorted-data to proxmox-sortable_macro
2019-11-21 Wolfgang Bumillerproxmox: add sortable-macro feature
2019-11-21 Wolfgang Bumillerimport sorted-data proc macro
2019-11-21 Wolfgang Bumillertools: add identity macro
2019-11-14 Wolfgang Bumillertools: uuid: don't use uuid_parse
2019-11-14 Wolfgang Bumilleradd tools::parse submodule, move hex_nibble to it
2019-11-14 Wolfgang Bumillertools: uuid: fix doc comments
2019-11-13 Wolfgang Bumilleradd Uuid replacement
2019-11-13 Wolfgang Bumillersys: get rid of Regex dependency
2019-11-13 Wolfgang Bumillersys: add read_proc_pid_stat test
2019-11-08 Dietmar Maurerupdate toolchain to stable
2019-10-12 Dietmar Maurerset toolchain to beta
2019-10-04 Wolfgang Bumillerwork around a compiler bug
2019-10-04 Wolfgang Bumillermacro: enforce Send
2019-10-04 Wolfgang Bumillerapi-macro: update to 1.0 of syn/quote/proc_macro2
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
next