Commit Graph

  • ef58f92577 chore: update deps main t 2026-02-19 20:57:57 +01:00
  • eb5827c234 style(crdt-enc): move utils mod into sub dir t 2026-02-16 22:52:05 +01:00
  • 0779ad0367 chore: use rust edition 2024 t 2026-02-15 19:35:59 +01:00
  • eb7b09d137 chore: remove nix flake t 2026-02-15 19:22:18 +01:00
  • 9de792e07d style: fmt t 2024-02-04 16:55:32 +01:00
  • fb7477decf build: use new resolver for workspace t 2023-07-14 19:27:16 +02:00
  • 121333afa8 build: use rust edition "2021" t 2022-12-22 20:34:14 +01:00
  • 6f388ce310 build: update cargo deps t 2022-12-22 20:22:28 +01:00
  • 60bc7c657a build: update deps t 2021-08-25 17:00:47 +02:00
  • de810ebd21 build: gitignore flake.lock t 2021-08-27 18:52:08 +02:00
  • 014500c51d build(xchacha): update cargo dep chacha20poly1305 t 2021-05-13 16:30:20 +02:00
  • cef608bdd2 refactor(core): remove VersionBytes::into_inner use Into<Vec<u8>> instead t 2021-05-13 16:17:51 +02:00
  • 651b99e973 refactor(core): clean up version bytes t 2021-05-13 16:05:08 +02:00
  • 88177ef477 refactor(core): rename version bytes ParseError to DeserializeError t 2021-05-13 15:25:00 +02:00
  • b5691fde94 build: update nix deps t 2021-05-13 15:07:56 +02:00
  • 5ab559bd7e test(core): add tests for VersionBytesBuf t 2021-04-24 00:38:10 +02:00
  • 14d6b1d051 build: update nix deps t 2021-04-23 22:28:56 +02:00
  • e93b4110cb doc: add example to VersionBytes & VersionBytesRef ensure_versions_phf fn t 2021-04-13 20:17:46 +02:00
  • 548e934770 feat: use phf::Set for supported versions t 2021-04-13 20:00:56 +02:00
  • f7c699f1f0 build: use new rustfmt option for "import merging" t 2021-04-13 19:46:06 +02:00
  • c7f9e43795 build: update nix deps t 2021-04-13 19:33:35 +02:00
  • e6a777fe04 build: update nix deps t 2021-04-04 11:56:12 +02:00
  • f8b9437940 fix: use "new" tokio1 agnostik runtime t 2021-03-10 22:31:20 +01:00
  • 1db7280b9e build: pin async-trait version t 2021-03-09 23:47:57 +01:00
  • cad3dab875 build: use centrally patched agnostik t 2021-03-09 23:28:12 +01:00
  • 01e30713ad feat(xchacha): spawn gen_key, encrypt & decrypt blocking t 2021-03-09 21:09:14 +01:00
  • e3f8f4b732 feat: use agnostik as "agnostic" async executor t 2021-03-09 21:03:36 +01:00
  • 057f3e1f0d docs: fix comments t 2021-03-09 16:53:20 +01:00
  • 23ec4ff99b build: add rustfmt config t 2021-03-09 11:54:38 +01:00
  • 1201e9621c feat: replace sodium secretbox cryptor with xchacha20poly1305 t 2021-03-08 22:46:34 +01:00
  • 2b9d6fd1fc flake.lock: Update t 2021-03-08 19:33:46 +01:00
  • bcbc661f0a feat: add & use LockBox helper t 2021-03-07 19:41:49 +01:00
  • a9d393282a fix(core): panic if there is no key for lastest key id t 2021-03-07 16:28:29 +01:00
  • e3af0ef0e8 fix: pass keys properly to/from key cryptor as ReadCtx t 2021-03-07 16:09:57 +01:00
  • 2a87718a37 refactor: make serialization/deserializaion of version boxes more specific t 2021-03-07 15:01:10 +01:00
  • c4d0f3acc1 feat(core): add custom mvreg decoding/encoding util fns t 2021-03-07 14:46:38 +01:00
  • e59748951b flake.lock: Update t 2021-03-07 14:10:05 +01:00
  • 6dc56dcdde feat(core): add VersionBytes MVReg decoding/encoding util fn t 2021-02-28 16:02:23 +01:00
  • 0d3fadb613 build: update crdts dep t 2021-02-28 15:57:33 +01:00
  • a1a8280242 update nix deps t 2021-02-27 00:27:35 +01:00
  • c0a099909e feat: impl Spawn for Core t 2021-02-21 18:00:26 +01:00
  • 5b928c96f9 refactor: remove Info from core mut data t 2021-02-20 15:47:13 +01:00
  • 9f8bdfc2a0 simplify sub system init t 2021-02-18 22:44:25 +01:00
  • 97c5a8cd7b flake.lock: Update t 2021-02-18 21:36:42 +01:00
  • a3cec213cc refactor: simplify supported version handling t 2021-02-15 21:24:26 +01:00
  • 3629c7b9bf update nix deps t 2021-02-15 21:20:55 +01:00
  • 9a586ce704 use unambiguous crate uses t 2021-02-13 19:03:01 +01:00
  • d927dabd93 rm task manager t 2021-02-13 19:05:29 +01:00
  • 647b180363 process cores version in data t 2021-02-13 16:08:10 +01:00
  • 7d3765bde1 fmt uuids t 2021-02-13 16:07:45 +01:00
  • fb2505b4b1 add byte buf access method to VersionBox t 2021-02-13 16:06:14 +01:00
  • 871e1088ef remove content length from serialized VersionBytes t 2021-02-13 13:01:58 +01:00
  • a126104889 fix warnings t 2021-02-13 11:05:23 +01:00
  • ef73448795 flake.lock: Update t 2021-02-12 21:05:23 +01:00
  • 2ac4fdbc07 update cargo deps t 2021-01-23 17:13:34 +01:00
  • 30fa479156 (nix): use small nixpkgs deps t 2021-01-23 11:27:36 +01:00
  • 46a58381d5 (nix): upgrade to flakes t 2020-12-24 11:30:40 +01:00
  • 6ce29d99fb import from pijul repo / WIP t 2020-12-24 11:25:50 +01:00