360 Commits (0d9c18c6537618a20ab3cde3a5f748faae1f6aac)
 

Author SHA1 Message Date
jeka 6dfeac03a8 1 2 months ago
Evgeny 603768052d Debug: Enable crypto packet dumps conditionally based on debug level 2 months ago
Evgeny a73e36b559 Fix mesh topology: try normal decryption first, then INIT 2 months ago
Evgeny 27b02cef68 Fix mesh topology handling with fallback to normal decryption 2 months ago
Evgeny 1cc475e9b0 Rewrite test_routing_mesh to use programmatic config creation 2 months ago
Evgeny 0a4373ffe1 Fix: Treat client links as INIT packets on receive 2 months ago
Evgeny f7e1234d3d Mesh test с файлами конфигов - все еще ошибки расшифровки 2 months ago
Evgeny 59f01c6a15 WIP: исправление портов и добавление отладки в mesh test 2 months ago
Evgeny c1e2f061b9 Рефакторинг utun_instance_create - устранено дублирование кода 2 months ago
Evgeny bee1e41b07 Добавлен тестовый режим для TUN интерфейса и тест роутинга mesh 2 months ago
Evgeny 602d9174a4 Remove test binaries from git tracking (now ignored) 2 months ago
Evgeny 704554af84 Update .gitignore: add test binaries and all log files 2 months ago
Evgeny eb721be508 Simplify: Extract common crypto logic into helper functions for both OpenSSL and TinyCrypt 2 months ago
Evgeny 25f5b84bf9 Simplify: Remove unreachable duplicate code block in init_connections 2 months ago
Evgeny f4295d962e Simplify: Deduplicate queue cleanup in etcp_connection_close using helper functions 2 months ago
Evgeny ca16d175e6 Backup: before code simplification refactoring 2 months ago
jeka 806226c049 Remove test logs from git and add to .gitignore 2 months ago
jeka 10d6b28090 Update test logs after u_async fixes 2 months ago
jeka c8af35c4b9 Fix u_async: Windows socket registration, timers, and poll issues 2 months ago
jeka 53c7330a7f Backup before fixing u_async socket registration bug 2 months ago
Evgeny e29ae4dea8 Add check.bat - Windows test runner script 2 months ago
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