]> git.proxmox.com Git - proxmox.git/history - proxmox-rest-server/src/rest.rs
clippy fix: needless borrow
[proxmox.git] / proxmox-rest-server / src / rest.rs
2023-08-08 Lukas Wagnerclippy fix: needless borrow
2023-06-23 Fabian Grünbichlerrest: remove full static file path from error messages
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2023-03-02 Wolfgang Bumillerrest-server: add wasm content type
2023-03-02 Wolfgang Bumillerrest-server: impl PeerAddress for RateLimitedStream...
2023-03-02 Wolfgang Bumillerrest-server: PeerAddress for Pin<Box<T>>
2023-03-02 Wolfgang Bumillerrest-server: drop Router from ApiConfig
2023-03-02 Wolfgang Bumillerrest-server: use BAD_REQUEST for non-GET on file-paths
2023-03-02 Wolfgang Bumillerrest-server: make handle_request a method of ApiConfig
2023-03-02 Wolfgang Bumillerrest-server: drop allocation in Service impl
2023-03-02 Wolfgang Bumillerrest-server: PeerAddr trait, drop proxmox-http dep
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-09-07 Fabian Grünbichlerupdate proxmox-router to 1.3.0
2022-07-27 Wolfgang Bumillerrest-server: clippy fixups
2022-04-13 Dominik Csapakadapt to the new ApiHandler variants
2022-04-06 Thomas Lamprechtrest server: rust fmt
2022-02-21 Dominik Csapakuse io_format_err, io_bail, io_err_other from proxmox...
2022-02-21 Dominik Csapakdepend on new 'proxmox-compression' crate
2022-02-08 Fabian Grünbichlermisc clippy fixes
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-12-16 Wolfgang Bumillercleanup schema function calls
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-10 Dietmar Maurerimplement Servive for RateLimitedStream
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-05 Dietmar Maurerproxmox-rest-server: pass owned RestEnvironment to...
2021-10-05 Dietmar Maurerproxmox-rest-server: cleanup, access api_auth using...
2021-10-01 Dietmar Maurerproxmox-rest-server: make get_index async
2021-10-01 Dietmar Maurerproxmox-rest-server: add comment why ApiService needs...
2021-10-01 Dietmar Maurerproxmox-rest-server: make check_auth async
2021-09-30 Dietmar Maurerproxmox-rest-server: improve ApiService docs
2021-09-30 Dietmar Maurerproxmox-rest-server: start module docs
2021-09-30 Dietmar Maurerproxmox-rest-server: improve docs
2021-09-29 Dominik Csapakrest-server: use hypers AddrIncoming for proxmox-backup-api
2021-09-28 Dietmar Maurerproxmox-rest-server: cleanup formatter, improve docs
2021-09-24 Dietmar Maurermove src/server/h2service.rs into proxmox-rest-server...
2021-09-21 Dietmar Maurermove src/server/rest.rs to proxmox-rest-server crate