256 Commits (f821ab9640378e187ebae30e90db1764ec8fbc32)
 

Author SHA1 Message Date
Evgeny a843b998ed Add NAT IP:port validation to test_etcp_two_instances 2 months ago
Evgeny d08b14a8c1 ETCP: Add NAT IP:port tracking to handshake protocol 2 months ago
Evgeny 8334b97521 Backup before adding NAT IP:port tracking to ETCP handshake 2 months ago
Evgeny e21e0d874f routing: refactor to use etcp_bind(id=0) and etcp_send 2 months ago
Evgeny 801770f117 Backup before routing refactor: etcp_bind id=0 + etcp_send routing 2 months ago
Evgeny d694c92b1f Refactor etcp_api: per-instance bindings with struct ETCP_BINDINGS 2 months ago
Evgeny 1a7356e923 Clean up test_etcp_api: set WARN level, remove obsolete comments 2 months ago
Evgeny 7a1f160094 Fix test_etcp_api: use single callback with connection check 2 months ago
Evgeny 6e93c087ca Add test_etcp_api.c - test for ETCP API (etcp_send, etcp_bind) 2 months ago
Evgeny 15001487af Build: Out-of-tree build system with separate build directory 2 months ago
Evgeny 57b2568ad6 Fix: Adapt tests for new etcp_api callback in pn_init() 2 months ago
Evgeny f0f8edbcb6 Fix: Restore original callback in pkt_normalizer.c 2 months ago
Evgeny ffaf7a25b8 Add etcp_api.c/h - ETCP packet send/receive API 2 months ago
Evgeny 5dfb67a4e3 Fix: Update tests/Makefile.am for correct object dependencies 2 months ago
Evgeny 02f39f6089 Fix: Update route_lib.c to match route_lib.h interface 2 months ago
Evgeny ce15d6b883 Backup before route_lib.c refactoring 2 months ago
Evgeny 5dee18b871 Update AGENTS.md with correct c_util documentation 2 months ago
Evgeny f4bb615385 Add edit command with checksum verification 2 months ago
Evgeny 02a97805f4 Add line numbers and checksums to show/description output 2 months ago
Evgeny 49b26d2822 Replace func/struct/enum with unified show command 2 months ago
Evgeny 86a271de7e Add description command and improve toc output 2 months ago
Evgeny d110d19073 Add filename headers to toc output 2 months ago
Evgeny 30635b53e0 Simplify toc output format to C-like syntax 2 months ago
Evgeny 71ca9e08bf Rewrite c_util with proper brace nesting level tracking 2 months ago
Evgeny e3e205ca10 Fix c_util script: implement proper C code navigation (toc, func, struct, enum commands) 2 months ago
Evgeny 277ab872bf Fix: routing initialization timing and test callbacks 2 months ago
Evgeny 865aa74ca3 Update AGENTS.md with detailed file structure 2 months ago
Evgeny 355824792d Fix test_etcp_simple_traffic for new tun_if API 2 months ago
Evgeny 5a7107b855 Simplify tun_if: unified init, write, close API with queue-based reads 2 months ago
Evgeny 2e48f9a111 Refactor: TUN ioctl helpers, routing documentation; prepare for tun_if simplification 2 months ago
Evgeny 1bb59bad98 Fix: Isolate test configs and add key validation retry 2 months ago
Evgeny 07d4616aea Refactor: Updated SHA256 implementation and secure channel improvements 2 months ago
Evgeny f022e7105e Crypto: Add OpenSSL support as alternative to TinyCrypt 2 months ago
Evgeny 4526e0fcb3 Fix: test_etcp_simple_traffic race condition and timeout issues 2 months ago
Evgeny 3281e4878e Backup before fixing test_etcp_simple_traffic 2 months ago
Evgeny d5e43b4745 Fix: Optimize test_etcp_two_instances and test_etcp_simple_traffic 2 months ago
Evgeny b811aafd12 Fix: Remove duplicate uasync_destroy call in test_pkt_normalizer_standalone 2 months ago
Evgeny beafb9b198 Fix: Remove usleep from event loops and fix segfault in tests 2 months ago
Evgeny 8a3f01fbf8 Add epoll support, fix ETCP timestamp bug, optimize uasync with cached pollfds 2 months ago
Evgeny 7bd369341b Remove error prints from ETCP timestamp checks 2 months ago
Evgeny 994a4bf779 Fix ETCP timestamp overflow bug and enable epoll for Linux 2 months ago
Evgeny acd48f99d1 Add epoll support for Linux with poll() fallback for other systems 2 months ago
Evgeny 4f287c711f Optimize uasync_poll: cache pollfd array, add active_indices for O(1) socket traversal 2 months ago
Evgeny ca1147b154 Add timeout_heap and uasync benchmarks; update build files 2 months ago
Evgeny bfbf0e3ad1 Fix: test_u_async_comprehensive - handle library single-timeout-per-poll behavior 2 months ago
Evgeny 528c1ddd00 WIP: Current normalizer changes before error handling fix 2 months ago
Evgeny 076da4264b Fix: ACK section length calculation and increase socket buffers 2 months ago
Evgeny c1890ad7a6 Debug: Add ETCP log_name identifier and improve log format 2 months ago
Evgeny 22dd1b78c3 Add local_link_id exchange in ETCP handshake (0x02-0x05) 2 months ago
Evgeny e90cf9f0c7 Fix: Packet coalescing with 1ms flush timer 2 months ago