loro/crates/loro-internal/src
2024-09-11 23:36:16 +08:00
..
arena Merge main 2024-07-12 16:15:54 +08:00
container (GC) Checkout on text/list that needs to retrieve content from the trimmed state (#446) 2024-09-05 14:30:22 +08:00
dag feat: now support treating fast snapshot as updates 2024-08-18 00:31:18 +08:00
delta feat: add old parent and old index in tree diff (#452) 2024-09-09 16:16:02 +08:00
diff style: use clippy to perf code (#407) 2024-07-24 17:39:29 +08:00
diff_calc Merge branch 'dev' into feat-gc 2024-09-11 10:54:29 +08:00
encoding Merge branch 'test-add-gc-fuzz-test' into feat-gc 2024-09-11 23:36:16 +08:00
handler refactor: rename fractional index config function 2024-09-11 11:16:31 +08:00
op fix: insert change split error 2024-08-29 22:18:11 +08:00
oplog fix: raise error if importing updates that dep on trimmed history (#457) 2024-09-11 22:54:39 +08:00
state perf: refine state fast snapshot & fix a few tree event issues (#459) 2024-09-11 22:54:14 +08:00
tests chore: fix warnings 2024-08-19 11:26:10 +08:00
utils Merge branch 'dev' into feat-gc 2024-09-11 10:54:29 +08:00
arena.rs fix: getting parent for root container error 2024-08-18 15:07:56 +08:00
awareness.rs feat: awareness (#318) 2024-04-14 20:44:20 +08:00
change.rs refactor: rename fractional index config function 2024-09-11 11:16:31 +08:00
configure.rs feat: add old parent and old index in tree diff (#452) 2024-09-09 16:16:02 +08:00
container.rs refactor: refine parent info register 2024-08-17 15:05:54 +08:00
cursor.rs feat: Add event listener and native support of cursor transformation for undo/redo (#369) 2024-05-23 10:19:08 +08:00
dag.rs chore: fix warnings 2024-08-19 11:26:10 +08:00
delta.rs Use fractional index to order the children of the tree (#298) 2024-05-07 14:01:13 +08:00
diff_calc.rs fix: avoid import issue on rich text doc 2024-09-05 17:48:59 +08:00
encoding.rs test: add loro value encode size check 2024-09-11 12:50:52 +08:00
error.rs Feat-rust-api (#193) 2023-11-28 16:22:43 +08:00
estimated_size.rs feat: estimate change size 2024-05-28 16:46:42 +08:00
event.rs (GC) Checkout on text/list that needs to retrieve content from the trimmed state (#446) 2024-09-05 14:30:22 +08:00
fuzz.rs Use fractional index to order the children of the tree (#298) 2024-05-07 14:01:13 +08:00
handler.rs Merge branch 'dev' into feat-gc 2024-09-11 10:54:29 +08:00
history_cache.rs test: add fuzzing tests for gc snapshot 2024-09-11 23:34:05 +08:00
id.rs feat: movable tree support (#120) 2023-10-30 11:13:52 +08:00
kv_store.rs Feat when exporting gc snapshot with short history, don't encode the latest state (#445) 2024-09-04 21:00:17 +08:00
lib.rs Merge branch 'dev' into feat-gc 2024-09-11 10:54:29 +08:00
loro.rs Merge branch 'test-add-gc-fuzz-test' into feat-gc 2024-09-11 23:36:16 +08:00
macros.rs feat: stabilizing encoding (#219) 2024-01-02 17:03:24 +08:00
obs.rs feat: subscribe for local updates (#444) 2024-09-03 14:04:43 +08:00
op.rs (GC) Checkout on text/list that needs to retrieve content from the trimmed state (#446) 2024-09-05 14:30:22 +08:00
oplog.rs fix: raise error if importing updates that dep on trimmed history (#457) 2024-09-11 22:54:39 +08:00
parent.rs chore: fix warnings 2024-08-19 11:26:10 +08:00
span.rs refactor: mov important basic types into loro-common 2023-07-14 16:38:53 +08:00
state.rs Merge branch 'dev' into feat-gc 2024-09-11 10:54:29 +08:00
txn.rs feat: subscribe for local updates (#444) 2024-09-03 14:04:43 +08:00
undo.rs Merge branch 'main' into dev 2024-08-25 21:12:07 +08:00
value.rs feat: add old parent and old index in tree diff (#452) 2024-09-09 16:16:02 +08:00
version.rs fix: raise error if importing updates that dep on trimmed history (#457) 2024-09-11 22:54:39 +08:00