zed/crates/collab/src
2023-04-10 18:28:34 -07:00
..
bin Introduce a delay before retrying a transaction after a serialization failure 2023-03-16 13:07:38 -07:00
db Lookup access tokens by id when authenticating a connection 2023-03-17 11:13:50 -07:00
rpc Use a synchronous mutex for ConnectionPool 2022-12-13 13:50:51 +01:00
tests Improve randomized test assertion message when diff base is wrong 2023-04-10 18:28:34 -07:00
api.rs Create user record automatically when someone logs in on the website 2023-03-14 12:25:04 +01:00
auth.rs Add logging and metric for time spent hashing auth tokens 2023-03-17 14:32:13 -07:00
db.rs Lookup access tokens by id when authenticating a connection 2023-03-17 11:13:50 -07:00
env.rs
errors.rs
executor.rs WIP - Panic immediately when detecting non-determinism via a change to the execution trace 2022-12-23 17:34:13 -08:00
lib.rs Introduce a delay before retrying a transaction after a serialization failure 2023-03-16 13:07:38 -07:00
main.rs Introduce a delay before retrying a transaction after a serialization failure 2023-03-16 13:07:38 -07:00
rpc.rs Avoid broadcasting SaveBuffer in response to a client's save request 2023-04-10 10:02:13 +02:00
tests.rs Merge branch 'main' into randomized-tests-operation-script 2023-04-03 13:09:25 -07:00