zed/crates/collab/src
Max Brunsfeld 03f0365d4d Remove local timestamps from CRDT operations
Use lamport timestamps for everything.
2023-08-31 16:23:06 -07:00
..
bin Restore seeding of random GH users in seed-db 2023-08-02 15:45:22 -07:00
db Remove local timestamps from CRDT operations 2023-08-31 16:23:06 -07:00
rpc Use a synchronous mutex for ConnectionPool 2022-12-13 13:50:51 +01:00
tests Rewrite inlay hint collab tests to remove races 2023-08-31 00:37:00 +03: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 Format let-else statements 2023-08-25 10:11:32 -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 Update database and RPC to provide configured feature flags 2023-08-25 14:34:32 -07:00
tests.rs Achieve end to end channel buffer synchronization 2023-08-23 18:34:43 -07:00