|
|
9fa05cce5c
|
Merge main into tinygo and fix conflicts
|
2025-12-31 22:53:35 -06:00 |
|
|
|
1d3a969742
|
chore: add SPDX license identifier and copyright notice
Bearer / scan (push) Successful in 9s
Go Build Multi-Platform / build (amd64, linux) (push) Successful in 42s
Go Build Multi-Platform / build (amd64, darwin) (push) Successful in 44s
Go Build Multi-Platform / build (arm, freebsd) (push) Successful in 41s
Go Build Multi-Platform / build (arm, windows) (push) Successful in 39s
Go Build Multi-Platform / build (arm64, windows) (push) Successful in 1m8s
Go Build Multi-Platform / build (wasm, js) (push) Successful in 1m6s
TinyGo Build / tinygo-build (tinygo-wasm, tinygo-wasm, reticulum-go.wasm, wasm) (pull_request) Failing after 1m2s
TinyGo Build / tinygo-build (tinygo-build, tinygo-default, reticulum-go-tinygo, ) (pull_request) Failing after 1m4s
Go Revive Lint / lint (push) Successful in 1m4s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 1m24s
Run Gosec / tests (push) Successful in 1m29s
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 2m31s
Go Build Multi-Platform / build (amd64, freebsd) (push) Successful in 9m28s
Go Build Multi-Platform / build (arm, linux) (push) Successful in 9m28s
Go Build Multi-Platform / build (amd64, windows) (push) Successful in 9m30s
Go Build Multi-Platform / build (arm64, darwin) (push) Successful in 9m27s
Go Build Multi-Platform / build (arm64, linux) (push) Successful in 9m26s
Go Build Multi-Platform / build (arm64, freebsd) (push) Successful in 9m29s
Go Build Multi-Platform / Create Release (push) Has been skipped
|
2025-12-31 20:44:58 -06:00 |
|
|
|
63454b3bbb
|
refactor: enhance UDPInterface with improved concurrency handling and consistent mutex naming
|
2025-12-30 21:14:42 -06:00 |
|
|
|
a34c211872
|
refactor: format code and add more constants
Go Build Multi-Platform / build (amd64, darwin) (push) Failing after 12s
Go Build Multi-Platform / build (amd64, freebsd) (push) Successful in 51s
Go Build Multi-Platform / build (amd64, linux) (push) Successful in 49s
Go Build Multi-Platform / build (arm, freebsd) (push) Successful in 49s
Go Build Multi-Platform / build (amd64, windows) (push) Successful in 57s
Go Build Multi-Platform / build (arm, windows) (push) Failing after 19s
Go Build Multi-Platform / build (arm, linux) (push) Failing after 21s
Go Build Multi-Platform / build (arm64, darwin) (push) Successful in 44s
Go Build Multi-Platform / build (arm64, freebsd) (push) Successful in 48s
Go Build Multi-Platform / build (arm64, linux) (push) Successful in 47s
Go Build Multi-Platform / build (arm64, windows) (push) Successful in 46s
Run Gosec / tests (push) Successful in 45s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Revive Lint / lint (push) Successful in 9m48s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 19m13s
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 19m19s
|
2025-12-28 22:27:16 -06:00 |
|
|
|
8e243a7c8b
|
Update import paths to use the new Gitea paths
Go Build Multi-Platform / build (amd64, windows) (push) Successful in 34s
Go Build Multi-Platform / build (amd64, freebsd) (push) Successful in 38s
Go Build Multi-Platform / build (amd64, linux) (push) Successful in 37s
Go Build Multi-Platform / build (arm, freebsd) (push) Successful in 32s
Go Build Multi-Platform / build (arm, linux) (push) Successful in 35s
Go Build Multi-Platform / build (arm64, darwin) (push) Successful in 34s
Go Build Multi-Platform / build (arm, windows) (push) Successful in 37s
Go Build Multi-Platform / build (arm64, freebsd) (push) Successful in 42s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 1m29s
Go Revive Lint / lint (push) Successful in 47s
Run Gosec / tests (push) Successful in 1m3s
Go Build Multi-Platform / build (amd64, darwin) (push) Successful in 27s
Go Build Multi-Platform / build (arm64, linux) (push) Successful in 44s
Go Build Multi-Platform / build (arm64, windows) (push) Successful in 42s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 1m5s
|
2025-12-20 20:02:49 -06:00 |
|
|
|
9b1f45ff77
|
Update module path to remove the GitHub
|
2025-12-20 19:19:30 -06:00 |
|
|
|
b0669954a4
|
code cleanup
|
2025-11-20 21:25:50 -06:00 |
|
|
|
2a2d6d6515
|
feat: add platform-specific TCP timeout configurations for Darwin, FreeBSD, Windows, and Linux
|
2025-11-20 18:04:11 -06:00 |
|
|
|
fdfe895d2d
|
feat: enhance TCP and UDP interfaces with improved timeout settings and MTU configuration
|
2025-11-20 17:57:00 -06:00 |
|
|
|
636d400f1e
|
refactor: migrate to structured debug logging
|
2025-11-09 00:00:55 -06:00 |
|
|
|
d325ee6a2d
|
Update UDPInterface Send method to return an error for unsupported UDP functionality in TinyGo
|
2025-10-30 19:08:42 -05:00 |
|
|
|
a45ad400f9
|
Fixes
|
2025-10-30 19:05:20 -05:00 |
|
|
|
f599cc4d43
|
Update AutoInterface and UDPInterface to use net.PacketConn for better compatibility with TinyGo. Update methods to handle errors related to unsupported features in TinyGo, including interface enumeration and multicast UDP.
|
2025-10-30 19:01:33 -05:00 |
|
|
|
b601ae1c51
|
Add read loop for UDP interface to handle incoming packets asynchronously.
|
2025-10-07 21:30:27 -05:00 |
|
|
|
2ffd12b3e1
|
Add Send method to TCPClientInterface and better logging in UDPInterface
|
2025-09-07 02:21:48 -05:00 |
|
|
|
b9aebc8406
|
gosec fixes and added #nosec where necassary
|
2025-07-06 00:33:50 -05:00 |
|
Ivan
|
26371cdb6a
|
Code cleanup of unused functions/variables
|
2025-05-07 18:35:45 -05:00 |
|
Sudo-Ivan
|
3ed2c67742
|
interface: add interface mods, types and more
|
2024-12-31 11:22:37 -06:00 |
|
Sudo-Ivan
|
7a7ce84778
|
0.2.8
|
2024-12-30 12:58:43 -06:00 |
|
Sudo-Ivan
|
decbd8f29a
|
0.2.4
|
2024-12-30 03:50:52 -06:00 |
|
Sudo-Ivan
|
2e01fa565d
|
update 0.2.0
|
2024-12-30 02:26:51 -06:00 |
|
Sudo-Ivan
|
668d7c56b5
|
init v0.1.0
|
2024-12-30 01:56:25 -06:00 |
|