Reticulum-Go/pkg/backbone
Ivan 8c3492b2b7
fix: select the portable Go poller as DefaultBackend on TinyGo
Keep epoll and kqueue on standard Go, and stop TinyGo from trying
those backends on linux hosts.
2026-08-15 01:17:48 -05:00
..
backbone.go fix: select the portable Go poller as DefaultBackend on TinyGo 2026-08-15 01:17:48 -05:00
backbone_default.go fix: select the portable Go poller as DefaultBackend on TinyGo 2026-08-15 01:17:48 -05:00
backbone_tinygo.go fix: select the portable Go poller as DefaultBackend on TinyGo 2026-08-15 01:17:48 -05:00
epoll_bsd_stub.go Merge branch 'dev' into tinygo 2026-07-08 16:20:38 -05:00
epoll_linux.go feat: update TinyGo support with new build targets and updated dependencies 2026-08-15 01:11:35 -05:00
fd.go feat: update TinyGo support with new build targets and updated dependencies 2026-08-15 01:11:35 -05:00
fd_tinygo.go Merge branch 'dev' into tinygo 2026-07-08 16:20:38 -05:00
go_poller.go Merge branch 'dev' into tinygo 2026-07-08 16:20:38 -05:00
hdlc.go feat: add 'zen' command for scanning Go and Python sources, including new rules and tests 2026-08-14 19:09:26 -05:00
hdlc_oracle_test.go feat: cut hot-path CPU and RAM 2026-08-13 10:45:58 -05:00
hdlc_test.go feat: cut announce ingest and encrypt allocs without changing the RNS wire 2026-08-13 11:20:28 -05:00
hub.go feat: cut hot-path CPU and RAM 2026-08-13 10:45:58 -05:00
hub_test.go feat: raise stream throughput and handler density without changing the RNS wire 2026-08-13 09:59:37 -05:00
kqueue_linux_stub.go feat: update TinyGo support with new build targets and updated dependencies 2026-08-15 01:11:35 -05:00
kqueue_netbsd.go refactor(kqueue): simplify event handling by replacing manual Kevent initialization with a dedicated function and streamline timeout handling 2026-07-09 09:24:07 -05:00
kqueue_poll32.go refactor(kqueue): simplify event handling by replacing manual Kevent initialization with a dedicated function and streamline timeout handling 2026-07-09 09:24:07 -05:00
kqueue_poll64.go refactor(kqueue): simplify event handling by replacing manual Kevent initialization with a dedicated function and streamline timeout handling 2026-07-09 09:24:07 -05:00
nonblock_stub.go Merge branch 'dev' into tinygo 2026-07-08 16:20:38 -05:00
poller.go Merge branch 'dev' into tinygo 2026-07-08 16:20:38 -05:00
poller_stub.go feat: update TinyGo support with new build targets and updated dependencies 2026-08-15 01:11:35 -05:00
test_helpers_test.go Merge branch 'dev' into tinygo 2026-07-08 16:20:38 -05:00
uring_linux.go feat: update TinyGo support with new build targets and updated dependencies 2026-08-15 01:11:35 -05:00
uring_stub.go Merge branch 'dev' into tinygo 2026-07-08 16:20:38 -05:00