]> git.proxmox.com Git - proxmox.git/shortlog
proxmox.git
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