Commit graph

54 commits

Author SHA1 Message Date
Adam Ierymenko
bc5861c539
Make database in controller dynamic to prep for having multiple implementations. 2022-10-23 20:13:03 -04:00
Adam Ierymenko
752dbf4816
Have caller into inner protocol send cursor in case it needs to be different from 0/1. 2022-10-23 12:47:19 -07:00
Adam Ierymenko
b0ffd4f56b
cleanup 2022-10-23 12:17:56 -07:00
Adam Ierymenko
72f98dea14
cleanup 2022-10-23 11:04:16 -07:00
Adam Ierymenko
07eed995e7
cleanup 2022-10-23 10:50:34 -07:00
Adam Ierymenko
cf7f0b06df
Use a clever little hack to eliminate a great deal of cascading template sprawl from the core. 2022-10-21 16:50:07 -07:00
Adam Ierymenko
39aa46ebf5
Moar controller V2 2022-10-20 07:48:49 -07:00
Adam Ierymenko
f2028ce3a2
Refactor send method a bit to hide some backward compatibility detail from outside code. 2022-10-18 16:01:16 -04:00
Adam Ierymenko
5006580c41
More trait cleanup. 2022-10-13 15:52:23 -04:00
Adam Ierymenko
3e713360e3
Ease up some template restrictions and wire up some more stuff in controller. 2022-10-13 13:45:07 -04:00
Adam Ierymenko
dc615e2b04
Tons and tons of work on the controller, and some other cleanup. 2022-10-07 11:53:10 -04:00
Adam Ierymenko
5d17c37b65
Remove parking_lot since as of 1.63 Rust std::mutex is usually as good or better. 2022-09-29 15:34:03 -04:00
Adam Ierymenko
ceacc932de
Cleanup and refactor a bit. 2022-09-29 15:03:51 -04:00
Adam Ierymenko
de506dc48b
Reorg to move around some V1 protocol stuff and label it as such. 2022-09-29 13:24:36 -04:00
Adam Ierymenko
2b3862fdde
WHOIS retry fix. 2022-09-27 16:40:35 -04:00
Adam Ierymenko
38f8ee808e
A bunch of reorg to consolidate utils, controller work, and rework identity binary marshaling for better backward compability. 2022-09-27 15:46:18 -04:00
Adam Ierymenko
80151f0dc7
debug code removal and comments 2022-09-23 16:52:21 -04:00
Adam Ierymenko
eaacb26187
Finish WHOIS, blacklist bridge on macOS because the OS has a ton of weird bridge devices, and fix a mutex problem. 2022-09-23 16:43:00 -04:00
Adam Ierymenko
8592cd59e2
Controller stuff and implementing WHOIS 2022-09-23 09:56:38 -04:00
Adam Ierymenko
768ec6e710
Tons more work: (1) remove async again from the core, (2) controller stuff, (3) retrofit other stuff to handle non-async core. 2022-09-21 16:43:47 -04:00
Adam Ierymenko
7ec46540fa
A ton more reorg work and controller work. 2022-09-20 12:10:05 -04:00
Adam Ierymenko
aafac271f5
Says hello to a root again! 2022-09-16 17:02:21 -04:00
Adam Ierymenko
2017dcf746
Bring service back to simple working state to end-to-end test. 2022-09-16 15:27:24 -04:00
Adam Ierymenko
b4edad6bfb
Work in progress: massive reorg to separate concerns a bit more and allow stand-alone controllers etc. 2022-09-15 13:57:21 -04:00
Adam Ierymenko
887585f6fa
Some VL1 work, and reorg the header in ZSSP to make backward compatibility easy. 2022-09-13 21:27:47 -04:00
Adam Ierymenko
07fc8b2d2b
rustfmt 2022-09-13 10:48:36 -04:00
Adam Ierymenko
32abd20c38
A bunch of reorg and simplification in the network hypervisor. 2022-09-13 10:35:52 -04:00
Adam Ierymenko
3770fcdc83
build fixes 2022-09-02 16:21:08 -04:00
Adam Ierymenko
a723403fe9
Prep for new controller, also reorg header fields in Noise session and move some functions around. 2022-08-19 11:31:09 -04:00
Adam Ierymenko
f153d43797
Reorganize a bit by shortening some directory names. 2022-08-18 16:38:32 -04:00
Adam Ierymenko
0e3fa9589e
Rename some folders in Rust tree so folder names equal Rust package names. 2021-10-14 18:52:50 -04:00
Adam Ierymenko
45c181e23f
Minor changes, stash some code. 2021-10-14 14:33:07 -04:00
Adam Ierymenko
110df67697
Move crypto glue into its own crate, and start the sync crate. 2021-10-01 11:44:51 -04:00
Adam Ierymenko
c5ed599ef3
. 2021-09-22 10:59:51 -04:00
Adam Ierymenko
4f70873a46
More cleanup. 2021-09-13 15:03:21 -04:00
Adam Ierymenko
5dfc4c2703
RootSet tests and fix, other cleanup. 2021-08-24 16:01:12 -04:00
Adam Ierymenko
d2e19c889f
Formatting. 2021-08-23 14:46:34 -04:00
Adam Ierymenko
bd4367014e
A bunch of cleanup, and make MAC and Address idiomatic in the sense that they have no native nil value and use NonZero for zero-cost use of Option<> 2021-08-20 11:25:36 -04:00
Adam Ierymenko
40941a25f7
Move some stuff around, cleanup. 2021-08-18 21:29:44 -04:00
Adam Ierymenko
7f64dd34b8
Build fixes, defaults. 2021-08-12 18:24:11 -04:00
Adam Ierymenko
209aeefac3
Reorg some stuff, build out send_hello() 2021-08-12 15:56:42 -04:00
Adam Ierymenko
0395943d31
Root sets, tweak ballon hash and V1 identities to be shorter, cleanup. 2021-08-11 22:09:31 -04:00
Adam Ierymenko
788c310322
Add a simple AES-CTR wrapper to GMAC-SIV, and many other things. 2021-08-10 15:52:27 -04:00
Adam Ierymenko
9ea1cd2d6e
AES-GMAC-SIV fixes, build fixes, finish up non-forwarding path in wire_packet(). 2021-08-05 22:51:47 -04:00
Adam Ierymenko
005f76cd9b
Various cleanup. 2021-08-05 18:25:04 -04:00
Adam Ierymenko
94305ae779
Path/node cleanup stuff, build fixes. 2021-08-05 17:21:36 -04:00
Adam Ierymenko
8681f61de3
Remove potential lock bottleneck from Peer, refactor Pool. 2021-08-05 15:49:31 -04:00
Adam Ierymenko
0edb7776c7
A ton of build fixes. 2021-08-04 16:56:13 -04:00
Adam Ierymenko
a8da84c055
Lots of Rust stuff. 2021-08-04 12:31:46 -04:00
Adam Ierymenko
617b7c86b6
Lots more stuff, but mostly packet defragmentation. 2021-08-02 23:41:05 -04:00