Jett Chen
4038d125db
concurrent read write loop working
...
relies on timeouts. Write to Networks doesn't work yet
2023-12-17 01:21:08 +08:00
Jett Chen
02f5a4ef74
WIP async read write implementation
2023-12-17 01:21:08 +08:00
Jett Chen
6339b6bc4b
add makefile
2023-12-17 01:20:56 +08:00
Jett Chen
c9f104e523
Generate NetworkSettings with IPC
...
This generates and applies NetworkSettings object with unix socket IPC.
- domain socket, json-rpc based communication
- switches to anyhow for burrow crate
- adds support for starting daemons on macos
2023-10-14 10:25:24 -07:00
dav
6368ca7f74
Add Burrow Crate Description
2023-10-07 23:37:44 -07:00
dav
6a77df3e20
Remove license-file field
2023-10-07 23:37:44 -07:00
dav
26d97c6a11
Super Basic RPM Install Config
2023-10-07 23:37:44 -07:00
Jett Chen
e643d9dd41
Switch logging to use tracing instead of log
...
Tracing has support for intervals and a great os_log integration.
2023-09-03 01:06:34 +08:00
dav
f869cbdb53
Implement sending commands via Unix sockets
2023-08-26 11:51:56 -07:00
Sam Poder
da065b503f
Log "Set" Actions in Tun (Linux)
...
I've used the log library and its info method.
I've also added but not used env-logger.
2023-06-27 15:42:36 -04:00
Malted
1ec7ea7d3c
🐛 Update the target for the nix crate
...
I'm a silly little goose and forger 💀 it before
2023-06-10 22:01:17 +01:00
Malted
40cc0ba049
🛂 Check for required permissions
...
On Linux, checks for the `CAP_NET_ADMIN` capability.
On macOS, checks for root.
2023-06-10 22:01:17 +01:00
Sam Poder
008ea9ec65
Enable derive on Clap
...
This let's us use the derive feature.
2023-06-06 18:16:08 -04:00
Sam Poder
d65b9a4c68
Begin CLI Work
...
Uses the Parser module + it sets up a help & version.
2023-06-06 18:16:08 -04:00
Conrad Kramer
4b0965b846
Build burrow library into iOS and macOS app
...
This commit adds a build script, build-rust.sh, which compiles the
burrow crate from inside of Xcode. The network extension then links
against this crate.
2023-04-29 16:46:23 -04:00
Conrad Kramer
c1e7415871
Initial commit
2023-04-10 16:49:23 -04:00