Reticulum-Go/pkg/backbone
2026-07-19 02:26:55 -05:00
..
backbone.go refactor(codebase): various changes to match python reference, cleanup and improving docs 2026-07-07 03:20:50 -05:00
epoll_bsd_stub.go feat(backbone): introduce a new backbone I/O hub for high-throughput TCP interfaces with support for multiple kernel multiplexing backends 2026-07-07 01:58:39 -05:00
epoll_linux.go refactor(tests): streamline goroutine management in test cases by replacing traditional for loops with range-based iterations 2026-07-07 05:06:17 -05:00
fd.go refactor(fd): introduce socketFD function to standardize conversion of kernel file descriptors to int 2026-07-07 03:34:08 -05:00
go_poller.go refactor(controlapi): add lifecycle management with new HTTP endpoints for pause, resume, and refresh paths 2026-07-07 02:38:40 -05:00
hdlc.go chore: update compatibility to Python RNS 1.3.9, update changelog, and implement new interface handling in librns 2026-07-19 02:26:55 -05:00
hdlc_test.go chore: update compatibility to Python RNS 1.3.9, update changelog, and implement new interface handling in librns 2026-07-19 02:26:55 -05:00
hub.go refactor(hub): encapsulate poller modifications in dedicated methods for improved readability and maintainability 2026-07-07 06:32:40 -05:00
hub_test.go chore: update compatibility to Python RNS 1.3.9, update changelog, and implement new interface handling in librns 2026-07-19 02:26:55 -05:00
kqueue_linux_stub.go feat(backbone): introduce a new backbone I/O hub for high-throughput TCP interfaces with support for multiple kernel multiplexing backends 2026-07-07 01:58:39 -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 feat(backbone): introduce a new backbone I/O hub for high-throughput TCP interfaces with support for multiple kernel multiplexing backends 2026-07-07 01:58:39 -05:00
poller.go refactor(controlapi): add lifecycle management with new HTTP endpoints for pause, resume, and refresh paths 2026-07-07 02:38:40 -05:00
poller_stub.go feat(backbone): introduce a new backbone I/O hub for high-throughput TCP interfaces with support for multiple kernel multiplexing backends 2026-07-07 01:58:39 -05:00
test_helpers_test.go refactor(hub): implement io_uring probe checks and improve test handling for CI environments 2026-07-07 07:28:53 -05:00
uring_linux.go refactor(hub): implement io_uring probe checks and improve test handling for CI environments 2026-07-07 07:28:53 -05:00
uring_stub.go refactor(hub): implement io_uring probe checks and improve test handling for CI environments 2026-07-07 07:28:53 -05:00