0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 21:08:55 +02:00
bitwarden_rs/src/api/core
BlackDex b0faaf2527
Several updates and fixes
- Removed all `thread::sleep` and use `tokio::time::sleep` now.
  This solves an issue with updating to Bullseye ( Resolves #1998 )
- Updated all Debian images to Bullseye
- Added MiMalloc feature and enabled it by default for Alpine based images
  This increases performance for the Alpine images because the default
  memory allocator for MUSL based binaries isn't that fast
- Updated `dotenv` to `dotenvy` a maintained and updated fork
- Fixed an issue with a newer jslib (not fully released yet)
  That version uses a different endpoint for `prelogin` Resolves #2378 )
2022-03-20 18:51:24 +01:00
..
two_factor Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
accounts.rs Several updates and fixes 2022-03-20 18:51:24 +01:00
ciphers.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
emergency_access.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
folders.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
mod.rs Several updates and fixes 2022-03-20 18:51:24 +01:00
organizations.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
sends.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00