]> git.proxmox.com Git - proxmox.git/history - proxmox-http/src
tfa: make 'anyhow' optional, enable with the 'api' feature
[proxmox.git] / proxmox-http / src /
2023-03-07 Fabian Grünbichlerhttp: sync: drop unused &self parameter
2023-03-07 Fabian Grünbichlerhttp: sync: derive default user-agent from crate version
2023-03-07 Fabian Grünbichlerhttp: sync: remove redundant calls for setting User...
2023-03-07 Fabian Grünbichlerhttp: sync: set user-agent via ureq agent
2023-03-02 Wolfgang Bumillerhttp: add RateLimitedStream::inner, drop peer_addr
2023-03-02 Wolfgang Bumillerhttp: move rate-limiting out of client feature
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-09-07 Fabian Grünbichlerhttp: client_trait: make request body generic
2022-09-07 Fabian Grünbichlerhttp: add extra_headers to `post`
2022-09-07 Fabian Grünbichlerhttp: sync: add HttpClient for Box<dyn Read>
2022-09-07 Fabian Grünbichlerhttp: make post() take `Read`, not &str
2022-09-07 Fabian Grünbichlerhttp: fix typo
2022-09-07 Fabian Grünbichlerhttp: rename SimpleHttp to Client
2022-09-07 Fabian Grünbichlerhttp: add "raw" sync client
2022-09-07 Fabian Grünbichlerhttp: add ureq-based sync client
2022-09-07 Fabian Grünbichlerhttp: extend HttpClient trait
2022-09-07 Fabian Grünbichlerhttp: move SimpleHttpOptions to http-helpers feature
2022-07-27 Wolfgang Bumillerhttp: clippy fixes
2022-07-21 Mira Limbeckhttp: fix proxy authorization header to include type
2022-07-20 Wolfgang Bumillerhttp: clippy fixups
2022-06-30 Fabian Grünbichlerhttp: implement HttpClient for SimpleHttp
2022-06-30 Fabian Grünbichlerhttp: add HttpClient trait
2022-06-29 Fabian Grünbichlerhttp: move TLS helper to client feature
2022-06-29 Fabian Grünbichlerhttp: take over json_object_to_query
2022-06-29 Wolfgang Bumillerhttp: clippy fixes
2022-04-10 Thomas Lamprechthttp: rustfmt
2022-02-21 Dominik Csapakmove io error helpers to proxmox-lang
2022-02-11 Wolfgang Bumillerproxmox-http: drop 'mut' on specialized request methods
2022-02-08 Fabian Grünbichlermisc clippy fixes
2022-02-04 Thomas Lamprechthttp: websocket: code cleanup
2022-02-04 Thomas Lamprechthttp: websocket: drop Text frame auto-detection from...
2022-02-04 Thomas Lamprechthttp: websocket: avoid modulo for power of 2
2022-02-04 Thomas Lamprechthttp: websocket: rustfmt and small cleanups
2022-02-04 Thomas Lamprechthttp: websocket: doc wording cleanups
2022-02-04 Dominik Csapakproxmox-http: websocket: fix comment about callback
2022-02-02 Wolfgang Bumillerdoc fixups
2021-12-07 Wolfgang Bumillerhttp: clippy fixes
2021-11-24 Dietmar Maureruse new proxmox-sys 0.2.0 for all crates
2021-11-15 Dietmar Maurerproxmox-http: impl RateLimiterVec
2021-11-14 Dietmar Maurerproxmox-http: RateLimit - remove average_rate
2021-11-13 Dietmar Maurerproxmox-http: use repr(C) for RateLimiter
2021-11-13 Dietmar Maurerproxmox-http: use SharedRateLimit trait object for...
2021-11-13 Dietmar Maurerproxmox-http: define a RateLimit trait
2021-11-10 Dietmar MaurerRateLimiter: add update_rate method
2021-11-10 Dietmar MaurerRateLimitedStream: implement peer_addr
2021-11-10 Dietmar MaurerRateLimiter: avoid panic in time computations
2021-11-10 Dietmar MaurerRateLimitedStream: allow periodic limiter updates
2021-11-10 Dietmar MaurerHttpsConnector: use RateLimitedStream
2021-11-10 Dietmar MaurerRateLimitedStream: implement poll_write_vectored
2021-11-10 Dietmar MaurerImplement a rate limiting stream (AsyncRead, AsyncWrite)
2021-11-09 Fabian Grünbichlerwebsocket: adapt for client connection
2021-10-11 Wolfgang Bumillerupdate proxmox-http to 0.5 for the split
2021-10-04 Wolfgang Bumillerfix deprecated use of std::u16 module
2021-08-24 Wolfgang Bumillerwebsocket: fix doc test
2021-05-18 Fabian Grünbichlerwebsocket: add note about compat removal
2021-05-18 Dominik Csapakproxmox-http/websocket: remove subprotocol handling
2021-05-18 Dominik Csapakproxmox-http/websocket: remove code for 'text' frames
2021-05-17 Wolfgang Bumillerrustfmt fixup
2021-05-17 Wolfgang Bumillerdoc fixups
2021-05-17 Wolfgang Bumilleradd some more module level docs
2021-05-17 Wolfgang Bumilleruri: drop anyhow::Error and improve docs
2021-05-17 Wolfgang Bumillerreorganize crate
2021-05-17 Fabian Grünbichlerhttp: rustfmt
2021-05-17 Fabian Grünbichlerhttp: make clippy happy
2021-05-17 Fabian Grünbichlerhttp: takeover simple HTTP client from proxmox_backup
2021-05-17 Fabian Grünbichlerhttp: takeover tools::http from proxmox_backup
2021-05-17 Fabian Grünbichlerhttp: takeover ProxyConfig from proxmox_backup
2021-05-17 Fabian Grünbichlerhttp: takeover build_authority helper from proxmox_backup
2021-05-17 Fabian Grünbichlerhttp: takeover MaybeTlsStream from proxmox_backup
2021-05-17 Fabian Grünbichlerhttp: make clippy happy
2021-05-17 Fabian Grünbichlerhttp: takeover websocket feature from proxmox
2021-05-17 Fabian Grünbichlermeta: add empty proxmox-http sub-crate