]>
git.proxmox.com Git - proxmox-backup.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dietmar Maurer [Fri, 2 Nov 2018 08:44:18 +0000 (09:44 +0100)]
define macro for propertymap
Dietmar Maurer [Thu, 1 Nov 2018 17:10:36 +0000 (18:10 +0100)]
use macro to declare static methodinfo items
Dietmar Maurer [Thu, 1 Nov 2018 14:41:08 +0000 (15:41 +0100)]
new subdirmap macro, cleanups
Dietmar Maurer [Thu, 1 Nov 2018 13:42:27 +0000 (14:42 +0100)]
use edition 2018 (beta)
This is expected to be stable by the end of the year.
Dietmar Maurer [Thu, 1 Nov 2018 13:19:02 +0000 (14:19 +0100)]
avoid warning about unused vars
Dietmar Maurer [Thu, 1 Nov 2018 13:16:41 +0000 (14:16 +0100)]
remove hardcoded static lifetime
Dietmar Maurer [Thu, 1 Nov 2018 12:57:53 +0000 (13:57 +0100)]
use refs in ApiMethod
Dietmar Maurer [Thu, 1 Nov 2018 12:54:04 +0000 (13:54 +0100)]
cleanup lifetime in find_method_info
Dietmar Maurer [Thu, 1 Nov 2018 12:45:10 +0000 (13:45 +0100)]
static_map: remove starnge type borrow
Dietmar Maurer [Thu, 1 Nov 2018 12:05:45 +0000 (13:05 +0100)]
do not use phf
Dietmar Maurer [Thu, 1 Nov 2018 10:30:49 +0000 (11:30 +0100)]
start implementing request handler
Dietmar Maurer [Wed, 31 Oct 2018 09:42:14 +0000 (10:42 +0100)]
split code into several files
Dietmar Maurer [Tue, 30 Oct 2018 13:06:37 +0000 (14:06 +0100)]
try to define an static api
Dietmar Maurer [Tue, 30 Oct 2018 13:06:15 +0000 (14:06 +0100)]
depend on serde
Dietmar Maurer [Tue, 30 Oct 2018 09:40:05 +0000 (10:40 +0100)]
move code into lib.rs
Dietmar Maurer [Tue, 30 Oct 2018 09:04:30 +0000 (10:04 +0100)]
initial version