]> git.proxmox.com Git - proxmox.git/shortlog
proxmox.git
2019-07-17 Wolfgang Bumillertools: actually add raw module
2019-07-02 Wolfgang Bumillertools: add raw::Fd
2019-07-02 Wolfgang Bumillermake valgrind opt-in, not opt-out
2019-07-01 Wolfgang Bumillertools: move vec::ops::* to vec::ByteVecExt
2019-07-01 Wolfgang Bumillerremove deprecated tools::io::ops reexport
2019-07-01 Wolfgang Bumillertools: add io::WriteExt
2019-07-01 Wolfgang Bumillertools: change tools::io::ops::*:
2019-07-01 Wolfgang Bumillerapi: split ApiHandler out of ApiMethodInfo
2019-06-26 Wolfgang Bumillermacro: cleanup: rename parse_object2 to parse_object
2019-06-23 Wolfgang Bumillerapi: WIP: don't depend on a specific Body type
2019-06-23 Wolfgang Bumillerapi: replace handler() with call()
2019-06-23 Wolfgang Bumillerapi-macro: remove old comment
2019-06-19 Wolfgang Bumillerapi: make method body an associated type
2019-06-19 Wolfgang Bumillertools: add doc tests for bin_to_hex, hex_to_bin
2019-06-18 Wolfgang Bumilleradd make apitest
2019-06-18 Wolfgang Bumilleradd helper Makefile
2019-06-18 Wolfgang Bumillertest update
2019-06-18 Wolfgang Bumillerapi: fix Option<> types, implement bools, add tests
2019-06-18 Wolfgang Bumillertools: add doc-test for bytes_as_base64
2019-06-18 Wolfgang Bumillertools: make date_time_as_rfc3339 work for all TimeZones
2019-06-18 Wolfgang Bumillerformatting fixup
2019-06-18 Dietmar Maurersrc/serde.rs: add serde helpers
2019-06-17 Wolfgang Bumillerapi: set missing description of Option types
2019-06-17 Wolfgang Bumillercli: fix options with arguments, add tests
2019-06-17 Wolfgang Bumillerformatting fixup
2019-06-17 Wolfgang Bumillermacro: add `cli` property and remove specialization
2019-06-17 Wolfgang Bumillerfirst succesful CLI test
2019-06-17 Wolfgang Bumilleradd the ParseCli trait
2019-06-17 Wolfgang Bumillerstart command resolution
2019-06-17 Wolfgang Bumillerapi: started CLI layout
2019-06-17 Dietmar Maurersrc/lib.rs: add hex_to_bin and bin_to_hex
2019-06-14 Dietmar Maureradd hex_to_digest and digest_to_hex
2019-06-14 Dietmar Maurerproxmox-tools/src/lib.rs: implement offsetof
2019-06-13 Wolfgang Bumillermacro: implement minimum and maximum verification
2019-06-13 Wolfgang Bumillerimpl ApiType for bool
2019-06-12 Wolfgang Bumilleradd 'returns' member to method info dump
2019-06-12 Wolfgang Bumillertesting a Router::api_dump method
2019-06-12 Wolfgang Bumillercleanup
2019-06-12 Wolfgang Bumillerapi: Parameter::type_info must be an fn
2019-06-12 Wolfgang Bumillerformatting fixup
2019-06-12 Wolfgang Bumillermacro: check function parameters
2019-06-12 Wolfgang Bumilleradd an api-test module
2019-06-12 Wolfgang Bumillerrouter: parse an optional visibility
2019-06-12 Wolfgang Bumillerfixup add missing question mark
2019-06-12 Wolfgang Bumillerapi: ApiMethodInfo should be Send + Sync
2019-06-12 Wolfgang Bumillerapi: ApiFutures need to be Send
2019-06-12 Wolfgang Bumillerformatting cleanup
2019-06-12 Wolfgang Bumillermacro: body type support for router and api macros
2019-06-12 Wolfgang Bumillerrewrite parse_object
2019-06-12 Wolfgang Bumillermacro: need to allow specifying the body type now
2019-06-12 Wolfgang Bumillerrename reload_timezone -> reload-timezone
2019-06-12 Wolfgang Bumillerapi: add generic Body parameter
2019-06-12 Wolfgang Bumillermacro: add wildcard matching to router macro
2019-06-12 Wolfgang Bumillerrouter: implement 'rest of the path' wildcard matching
2019-06-12 Wolfgang Bumillerapi: move router to router.rs
2019-06-12 Wolfgang Bumillerallow async api methods to return Response<Bytes>
2019-06-12 Wolfgang Bumillerrouter: add remaining missing ::proxmox::api:: prefixes
2019-06-12 Wolfgang Bumillercleanup
2019-06-12 Wolfgang Bumillerallow integer literals as subdirectories
2019-06-12 Wolfgang Bumilleruse 'quote' in router macro
2019-06-12 Wolfgang Bumillerfix missing proxmox_api -> proxmox::api replacement
2019-06-12 Wolfgang Bumillermacro: switch to using proxmox::api
2019-06-12 Wolfgang Bumillercargo fmt --all
2019-06-07 Dietmar Maurerstart proxmox-sys module
2019-06-07 Wolfgang Bumillerformatting fixup
2019-06-06 Wolfgang Bumillerimport proxmox-api-macro crate
2019-06-06 Wolfgang Bumillertypo fixup
2019-06-06 Wolfgang BumillerAdd more documentation
2019-06-06 Wolfgang Bumillerapi: router test file
2019-06-06 Wolfgang Bumilleradd proxmox-api crate
2019-06-06 Wolfgang Bumillerinitial import, starting with vec & io helpers