15 Commits (8880db0ca29c01a3d97337add0120ff358291542)

Author SHA1 Message Date
jeka 8880db0ca2 1 4 weeks ago
jeka 5d4cef0c3e race condition fix (win tun) 4 weeks ago
jeka 15c7968c8c mem 4 weeks ago
jeka 9d0223d3fa refactor 1 month ago
jeka d10bddd1f7 Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring 1 month 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 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 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 4db35615e4 Fix: Added uasync_t typedef, fixed pkt_normalizer queue_new calls, added utun_instance_init function 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 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 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