Commit graph

18 commits

Author SHA1 Message Date
Orion Henry
1c61986d33 clippy and fmt 2022-02-24 15:48:48 -05:00
Alex Good
5a26f8fcd1 Add missing licenses 2021-09-23 23:41:51 +01:00
Andrew Jeffery
3c786b26a8
Make apply_local_change return ref to change (#231)
* Make apply_local_change return ref to change

* Remove mut for change

* Document apply_local_changes
2021-07-29 17:41:56 +01:00
Andrew Jeffery
990d2bb4f3
Reduce deflate compression on the hot path (#186) 2021-07-13 11:04:39 +01:00
Andrew Jeffery
49e4aae673
Don't document automerge-c-v2 due to name clash (#191)
In the future we should rename it or find another way around this.
2021-06-28 12:58:07 +01:00
Andrew Jeffery
8b3938c2e7
Rename UncompressedChange to Change (#173)
It wasn't really uncompressed as we have compressed and uncompressed
changes in the backend. It is just not encoded into the binary format.
The module separation (protocol vs backend) should help with the
distinction.
2021-06-16 11:50:26 +01:00
Vedant Roy
1e9785cdc0 Everything uses MessagePack 2021-06-03 22:13:40 -07:00
Orion Henry
965a1c17b1 clippy 2021-06-03 22:13:40 -07:00
Vedant Roy
b4bc3f3ed9 Remove debug function 2021-06-03 22:13:40 -07:00
Vedant Roy
e035fb0b16 Use msgpack instead of JSON 2021-06-03 22:13:40 -07:00
Orion Henry
25a10a64d4 clippy 2021-05-29 17:11:17 -04:00
Vedant Roy
ad604cc308 Satisfy clippy 2021-05-28 11:26:08 -07:00
Vedant Roy
5ace7d1cc0 Finish porting C tests 2021-05-28 11:26:08 -07:00
Vedant Roy
7fbf26bdec New backend finished (untested) 2021-05-28 11:26:08 -07:00
Vedant Roy
7469fe7f88 Everything done except syncstate 2021-05-28 11:26:08 -07:00
Vedant Roy
08209a4fd8 Switch to new json macro 2021-05-28 11:26:08 -07:00
Vedant Roy
5a3b767b7b Continue implementing infra 2021-05-28 11:26:08 -07:00
Vedant Roy
8b74a99b50 Implement basic infra for new C api 2021-05-28 11:26:08 -07:00