You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jeka
d10bddd1f7
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
...
- build.sh: added --full flag for full rebuild (autoreconf + configure + make)
- build_direct.sh: incremental compilation (skips unchanged files)
- build_full.bat: new Windows batch for full rebuild
- configure.ac: fixed Windows detection using AC_COMPILE_IFELSE
- lib/u_async.c/h: Windows wakeup socket support, uasync_post for thread-safe callbacks
- src/tun_if.c/h: cross-platform TUN refactoring, Windows read thread support
- src/tun_windows.c: Windows TUN implementation improvements
- src/control_server.c: removed premature return statement
- src/routing.c: include ordering fix
- src/utun.c: windows compat includes
- Deleted obsolete net_emulator/Makefile and tinycrypt/Makefile
1 month ago
..
Makefile.am
Windows: Исправлен запуск utun - TUN, логирование, права администратора
2 months ago
debug_config.c
Windows: Исправлен запуск utun - TUN, логирование, права администратора
2 months ago
debug_config.h
Control: Add monitoring server with ETCP protocol support
1 month ago
ll_queue.c
Backup before routing refactor: etcp_bind id=0 + etcp_send routing
2 months ago
ll_queue.h
Fix Windows build: add sa_family_t typedef, replace arpa/inet.h, fix ll_queue warnings
2 months ago
ll_queue.h1
Backup before route_lib.c refactoring
2 months ago
memory_pool.c
Сохранить текущее состояние перед исправлением компиляционных ошибок
2 months ago
memory_pool.h
Fix: Resolved double free in timeout_heap_pop() and test_etcp_simple_traffic bind conflict
2 months ago
platform_compat.c
Windows: Исправлен запуск utun - TUN, логирование, права администратора
2 months ago
platform_compat.h
Fix: segfault in ETCP tests and add wintun.dll to gitignore
2 months ago
sha256.c
Backup before route_lib.c refactoring
2 months ago
sha256.h
Backup before route_lib.c refactoring
2 months ago
socket_compat.c
Fix: segfault in ETCP tests and add wintun.dll to gitignore
2 months ago
socket_compat.h
Add cross-platform socket compatibility layer for Windows support
2 months ago
test_size.c
Backup before fixing etcp_connections list addition
2 months ago
timeout_heap.c
Fix test_pkt_normalizer_etcp: fixed packet normalizer and test verification logic
2 months ago
timeout_heap.c1
Backup before route_lib.c refactoring
2 months ago
timeout_heap.h
Fix build: rename u_async to lib, add missing constants, out-of-tree build support
3 months ago
u_async.c
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
u_async.c1
Backup before route_lib.c refactoring
2 months ago
u_async.h
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
wintun.dll
Add cross-platform TUN support with Wintun for Windows
2 months ago
wintun.h
Add cross-platform TUN support with Wintun for Windows
2 months ago