]> git.proxmox.com Git - proxmox.git/history - proxmox-http
misc clippy fixes
[proxmox.git] / proxmox-http /
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-19 Fabian Grünbichlerbump proxmox-http to 0.5.6
2021-11-19 Fabian Grünbichlerall crates: bump base64 dep to 0.13
2021-11-15 Dietmar Maurerbump proxmox-http to 0.5.5-1
2021-11-15 Dietmar Maurerproxmox-http: impl RateLimiterVec
2021-11-14 Dietmar Maurerbump proxmox-http version to 0.5.4-1
2021-11-14 Dietmar Maurerproxmox-http: RateLimit - remove average_rate
2021-11-13 Dietmar Maurerbump proxmox-http version to 0.5.3-1
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-12 Dietmar Maurerbump proxmox-http version to 0.5.2-1
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-21 Dietmar Maurerbump proxmox-http version to 0.5.1-1
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-25 Wolfgang Bumillerbump proxmox to 0.13.0-1 and proxmox-api-macro to 0.5.0
2021-08-24 Wolfgang Bumillerwebsocket: fix doc test
2021-07-20 Thomas Lamprechtproxmox-http: bump version to 0.3.0
2021-07-20 Dietmar Maurerupdate versions in generated control files
2021-07-20 Dietmar Maurerbump proxmox version to 0.12.0-1
2021-05-18 Fabian Grünbichlerproxmox-http: bump version to 0.2.1
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 Bumillerbump d/control
2021-05-17 Wolfgang Bumillerbump proxmox-http to 0.2.0-1
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: update d/control
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