David Zhong
1b98054024
Merge branch 'main' into gtk-devel
2024-01-24 15:51:53 -08:00
Conrad Kramer
baa81eb939
Cancel in-progress runs when pushing new code
2024-01-20 11:38:46 -08:00
Jett Chen
dfd4dbc81e
Wireguard Timer Support ( #167 )
2024-01-20 19:38:15 +00:00
Conrad Kramer
fd9b3413ac
Update CODEOWNERS to reflect current owners
2024-01-20 10:10:02 -08:00
Conrad Kramer
e04d24a3f7
Updated to Xcode 15.2
2024-01-20 10:02:19 -08:00
Conrad Kramer
2b9ecb7b6a
Update Tunnel on the main thread
...
Also updated it to use the new Swift Observable macro
2024-01-20 10:02:19 -08:00
dav
f7f59fd24d
GTK App reactive switch and better UI
2024-01-06 10:55:50 -08:00
Jett Chen
b008762a5b
Implement Wireguard
...
Implements Wireguard
2023-12-23 11:26:05 -08:00
dav
60257b256a
Intial GTK, swtich to Relm, basic Flatpak Build
2023-11-18 12:42:52 -08:00
reesericci
f1d7a98491
Initialized burrow-gtk project
2023-11-18 12:42:52 -08:00
dav
29eedb7e9a
Intial GTK, swtich to Relm, basic Flatpak Build
2023-11-18 12:30:45 -08:00
Jasper Mayone
f31133f4dc
update codeowners
2023-11-18 13:13:11 -05:00
Cara Salter
ff819af752
Update CODEOWNERS
...
Update ben's GitHub username
@ma1ted -> \@malted
2023-11-15 15:46:56 -08:00
Cara Salter
91a15ec908
Remove myself from Apple PRs
...
I do not have the required experience with Swift/iOS/macOS development
to be an approving reviewer for Apple PRs
2023-11-15 15:46:56 -08:00
reesericci
7eec6e73c4
Initialized burrow-gtk project
2023-11-11 11:59:35 -08:00
Jett Chen
759311e4f4
remove continuation from BurrowIPC
...
This removes usage of continuation from BurrowIPC by
moving it to NWConnections.
2023-10-23 12:22:02 +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
c059512b8b
RPM CI Should be cargo generate-rpm
2023-10-07 23:37:44 -07:00
dav
674deb08ba
Fix RPM CI
2023-10-07 23:37:44 -07:00
dav
6a77df3e20
Remove license-file field
2023-10-07 23:37:44 -07:00
dav
391802b8ca
Build RPM for Pull Requests too
2023-10-07 23:37:44 -07:00
dav
fb5cff0d5a
Add Github Workflow for RPM Builds
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
60cfd95789
Add rust build caching to ci
2023-08-26 12:23:41 -07:00
dav
f869cbdb53
Implement sending commands via Unix sockets
2023-08-26 11:51:56 -07:00
Sam Poder
c8df4b860d
Set/get broadcast address in TunInterface
...
Modelled after TunInterface's IPV4 logic.
Uses SIOCGIFBRDADDR & SIOCSIFBRDADDR.
View https://man7.org/linux/man-pages/man7/netdevice.7.html .
2023-08-26 10:00:18 -07:00
Jett Chen
22e41203fb
Update project structure in readme
...
Async tun is now located at tun/src/tokio .
2023-08-16 13:41:21 -04:00
Jett Chen
3ef13b09a3
Add C Swift Bindings
...
This adds C Swift bindings for burrow via compiling burrow
with a matching header file.
2023-08-16 13:28:20 -04:00
Sam Poder
d821f3d03c
Only run Tokio tests on non-Windows platforms
2023-08-08 08:03:15 -07:00
Conrad Kramer
17af030893
Run tests on Github Actions
2023-08-08 08:03:15 -07:00
Sam Poder
1907b11545
Move tests into a separate directory
...
Also run these tests on Github Actions as part of the PR request
flow.
2023-08-08 08:03:15 -07:00
Conrad Kramer
a2e93278c1
Create Dockerfile
...
Also adds a Github workflow to publish a Docker image
2023-07-04 20:15:27 -04:00
Sam Poder
631bbc8fb3
Expand description about Hack Club
...
This description is more inline with our copy in other places
2023-07-03 19:22:39 -04:00
Sam Poder
9eb661ebd5
Log when TunInterface is configured
...
This uses info from the log package.
2023-07-03 09:39:24 -04:00
JettChenT
beae8c0f79
Add Read and Write for Async TunInterface
...
Those features are implemented using AsyncFD. While write doesn't
require a mutable reference to self, read does.
Make Async Tun a feature
remove async tun from workspace
rename write/read to send/recv
2023-07-03 09:30:52 -04:00
dav
d3882bd008
TunInterfaceOptions -> TunOptions
2023-06-28 16:13:08 -04:00
dav
f20f56062c
Fix unused import warning for Windows
2023-06-28 16:13:08 -04:00
dav
84f1d91d5c
Implement TunInterfaceOptions
2023-06-28 16:13:08 -04: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
Conrad Kramer
32e4e9d1d7
Refactored MenuView into MenuItemToggleView
...
This change fixes some subtle state bugs in the switch handling by
making isOn a direct function of the Tunnel.
2023-06-23 20:29:52 -04:00
SerenityUX
5438542284
Added initial menu bar to macOS
2023-06-23 20:29:52 -04:00
Sam Poder
923bc9511d
Ignore body is missing errors
...
It seems excessive to require an extended description to each commit,
such as the extended description being given here.
2023-06-23 16:21:58 -04:00
Dev380
e1b03fd0a8
Delete empty queue.rs
...
The queue.rs seems to be empty with no apparent purpose even as a stub so this commit removes it.
2023-06-23 16:02:16 -04:00
Soumya Kushwaha
efee4afc8d
Add contributors section to README
...
This highlights people's contributions to Burrow.
2023-06-11 17:05:42 +02:00
Malted
f3d086effc
📝 Add long description to clap help
...
Replaces the None value with a descriptive str
2023-06-11 15:46:26 +01: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
ba22ebc79f
🐛 Include function on all Darwin platforms
...
Builds the relevant ensure root function on all Apple devices
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