0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-30 22:48:58 +02:00
bitwarden_rs/src/api/core
BlackDex 9e5b94924f
Merge ClientIp with Headers.
Since we now use the `ClientIp` Guard on a lot more places, it also
increases the size of binary, and the macro generated code because of
this extra Guard. By merging the `ClientIp` Guard with the several
`Header` guards we have it reduces the amount of code generated
(including LLVM IR), but also a small speedup in build time.

I also spotted some small `json!()` optimizations which also reduced the
amount of code generated.
2023-03-11 16:58:32 +01:00
..
two_factor Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
accounts.rs Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
ciphers.rs Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
emergency_access.rs Fix the web-vault v2023.2.0 API calls 2023-02-27 16:37:58 +01:00
events.rs Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
folders.rs Update WebSocket Notifications 2022-12-31 20:39:53 +01:00
mod.rs Fix the web-vault v2023.2.0 API calls 2023-02-27 16:37:58 +01:00
organizations.rs Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
sends.rs Resolve uninlined_format_args clippy warnings 2023-01-09 19:17:13 +01:00