32 Commits (master)

Author SHA1 Message Date
Evgeny 189a93c71d fix cpu consume at idle 20 hours ago
Evgeny 8030161ea6 -warn 1 week ago
jeka 65b6b6c150 fix ack timestamp 3 weeks ago
jeka 60d97a90b1 1 4 weeks ago
jeka 2beb945bb0 1 4 weeks ago
jeka 8880db0ca2 1 4 weeks ago
jeka 5d4cef0c3e race condition fix (win tun) 4 weeks ago
jeka 066a9aa89e +memory check module 4 weeks ago
jeka 15c7968c8c mem 4 weeks ago
jeka de053a00c0 cleanup tests (winsock) 1 month ago
jeka c271084d35 tun/win шлёт в routing. 1 month ago
jeka 9d0223d3fa refactor 1 month ago
Evgeny 8502451ec7 compile fixes 1 month ago
jeka d10bddd1f7 Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring 1 month ago
jeka 734851329f Control: Add monitoring server with ETCP protocol support 1 month ago
jeka 78dfdde400 Fix Windows test failures: proper WSAPoll error handling and FD_SETSIZE check 2 months ago
jeka 6dfeac03a8 1 2 months ago
jeka c8af35c4b9 Fix u_async: Windows socket registration, timers, and poll issues 2 months ago
Evgeny 0c43a633b9 Add platform_compat.h for Windows POSIX compatibility 2 months ago
Evgeny 3f1d4077e9 Add cross-platform socket compatibility layer for Windows support 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 5840e77e1e Fix test_pkt_normalizer_etcp: fixed packet normalizer and test verification logic 2 months ago
Evgeny 41626a02c3 Fix ll_queue callback signature and add debug utilities 2 months ago
Evgeny edba76c4ed ll_queue: fix pointer arithmetic (xxx=0), callback now receives struct ll_entry* 2 months ago
Evgeny 1bafe6a681 Backup before fixing etcp_connections list addition 2 months ago
Evgeny 69ed944ce4 Fix uasync socket counting bug and add lookup function 2 months ago
Evgeny d74f76a5a0 Fix: Resolved double free in timeout_heap_pop() and test_etcp_simple_traffic bind conflict 2 months ago
Evgeny f1a76c9d30 Fix memory leaks and crashes in ETCP tests 2 months ago
Evgeny 3f7fd9f8ad Сохранить текущее состояние перед исправлением компиляционных ошибок 2 months ago
Evgeny 3f0a23aa93 Fix build: rename u_async to lib, add missing constants, out-of-tree build support 3 months ago
Evgeny 4e544156fd Optimize memory management and add runtime config support 3 months ago
Evgeny 7339b76fb8 Оптимизация pacing механизма и устранение race condition 3 months ago
jek ec49b12a19 Refactor u_async into shared module: move sources to u_async/, update Makefiles, remove duplicates 3 months ago
jek f2c10dcbf9 Reorganize project structure: move sources to src/, update Makefile, add header symlinks 3 months ago
jek 9eab53179d Refactor uasync to instance-based API with memory leak detection 3 months ago
jek 70b8caadbf Add utun VPN implementation and enhance async infrastructure 3 months ago
jek d57ab133c5 Add async queue wait functionality and enhance packet normalizer tests 3 months ago
jek aa97731e4b Refactor tests and improve packet normalizer 3 months ago