zed/crates/collab/src
Conrad Irwin 75a42c27db
Migrate from scrypt to sha256. (#8969)
This reduces the server time to compute the hash from 40ms to 5µs,
which should remove this as a noticable chunk of CPU time in production.

(An attacker who has access to our database will now need only 10^54
years of CPU time instead of 10^58 to brute force a token).

Release Notes:

- Improved sign in latency by 40ms.
2024-03-06 20:51:43 -07:00
..
api Fix tracing subscriber after introducing Tokio-console (#8907) 2024-03-05 14:11:33 -08:00
bin Enable clippy::expect_fun_call (#8768) 2024-03-03 10:27:37 -05:00
db Migrate from scrypt to sha256. (#8969) 2024-03-06 20:51:43 -07:00
rpc Enable clippy::map_flatten (#8733) 2024-03-02 18:24:22 -05:00
tests Debounce language server updates (#8953) 2024-03-06 15:58:22 -07:00
api.rs Fix tracing subscriber after introducing Tokio-console (#8907) 2024-03-05 14:11:33 -08:00
auth.rs Migrate from scrypt to sha256. (#8969) 2024-03-06 20:51:43 -07:00
db.rs hosted projects (#8627) 2024-03-04 19:17:40 -07:00
env.rs Add an extensions API to the collaboration server (#7807) 2024-02-15 12:53:57 -08:00
errors.rs
executor.rs
lib.rs Fix tracing subscriber after introducing Tokio-console (#8907) 2024-03-05 14:11:33 -08:00
main.rs Remove todo! comments (#8981) 2024-03-06 18:25:20 -08:00
rpc.rs 0-downtime collab deploys? (#8926) 2024-03-05 21:58:00 -07:00
tests.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00