289 Commits (15c7968c8c69d721ba85d4d763dc83c32dcfbf7a)
 

Author SHA1 Message Date
Evgeny 28ff3a4776 Fix test_u_async_comprehensive: add Windows socketpair replacement using UDP sockets 2 months ago
Evgeny 20a3eaf73c Fix remaining test files: replace POSIX headers with platform_compat.h 2 months ago
Evgeny c75ac9d23b Fix test_u_async_comprehensive.c: replace POSIX headers with platform_compat.h 2 months ago
Evgeny 29d26cf139 Force rebuild of utun-ecc_platform_specific.o on every build to ensure platform-specific changes are picked up 2 months ago
Evgeny f510d78bb5 Fix Windows: use sys/time.h for gettimeofday, remove custom implementation 2 months ago
Evgeny 4403c46788 Fix Windows build: skip gettimeofday on MSYS2, force recompile ecc_platform_specific 2 months ago
Evgeny c2a178cd60 Touch ecc_platform_specific.c to force recompilation 2 months ago
Evgeny 8c84bda1a4 Fix ecc_platform_specific.c: check Windows first, fix typo (| to ||), add stdint.h 2 months ago
Evgeny 560e121d4c Fix tests Makefile.am: WIN_LIBS must be defined before COMMON_LIBS 2 months ago
Evgeny ada25ec4cc Add -ladvapi32 for Windows CryptGenRandom support 2 months ago
Evgeny f5faa7c834 Fix Windows build: add default_CSPRNG and improve build.sh error handling 2 months ago
Evgeny 27f2edca40 Fix remaining Windows test build issues 2 months ago
Evgeny 4d486c7017 Fix test files for Windows cross-platform compatibility 2 months ago
Evgeny 0798b149ab Fix Windows build: use WSAPoll instead of poll for linking 2 months ago
Evgeny 84e6d59d77 Fix Windows build: wintun function pointer declarations 2 months ago
Evgeny 2a546c5fbc Fix Windows build: tun_windows.c function pointers and MIB_IPINTERFACE_ROW 2 months ago
Evgeny f51705c57d Fix Windows detection in configure.ac - check both host_os and host 2 months ago
Evgeny 8af2904033 Fix Windows build: net/if.h and route_lib.h forward declarations 2 months ago
Evgeny 605a928350 Fix Windows build: POSIX dependencies (netdb.h, fork, setsid, SIGHUP, etc.) 2 months ago
Evgeny c83fdeeaad Fix Windows build: add sa_family_t typedef, replace arpa/inet.h, fix ll_queue warnings 2 months ago
Evgeny 9b1d43996e Remove #include <poll.h> from Windows section - already in winsock2.h 2 months ago
Evgeny 1bd4bf5d11 Fix Windows build errors: config_parser.h, poll(), localtime() 2 months ago
Evgeny 0688efcd0e Fix platform_compat.h - remove duplicate definitions for MSYS2 2 months ago
Evgeny 0c43a633b9 Add platform_compat.h for Windows POSIX compatibility 2 months ago
Evgeny 9428098b1b Add build.bat for Windows MSYS2 build 2 months ago
Evgeny b0fd7d60a0 Fix Windows build: add conditional headers for sys/socket.h 2 months ago
Evgeny 15b670e563 Add cross-platform TUN support with Wintun for Windows 2 months ago
Evgeny 3f1d4077e9 Add cross-platform socket compatibility layer for Windows support 2 months ago
Evgeny 1f3a99086a Fix test_bgp_route_exchange: use proper byte order and uasync timers 2 months ago
Evgeny 43114d727c BGP: Complete route exchange with connection tracking and broadcast 2 months ago
Evgeny 68668821e4 BGP: Implement route exchange module between uTun instances 2 months ago
Evgeny 4fcdfc15f9 Add exact IP:port match validation to NAT test 2 months ago
Evgeny 507f2da831 Improve NAT IP:port test validation to check specific values 2 months ago
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