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
.opencode
Backup before route_lib.c refactoring
2 months ago
doc
1
2 months ago
lib
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
net_emulator
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
src
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
tests
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
tinycrypt
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
.gitignore
1
2 months ago
AGENTS.md
Fix: segfault in ETCP tests and add wintun.dll to gitignore
2 months ago
INSTALL.autotools
Major refactoring: Tasks 1-4 complete
3 months ago
Makefile.am
Build: Out-of-tree build system with separate build directory
2 months ago
build.bat
Control: Add monitoring server with ETCP protocol support
1 month ago
build.sh
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
build_direct.sh
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
build_full.bat
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
check.bat
Add check.bat - Windows test runner script
2 months ago
configure.ac
Build: incremental build support, Windows uasync fixes, TUN cross-platform refactoring
1 month ago
filelist.txt
Fix c_util script: implement proper C code navigation (toc, func, struct, enum commands)
2 months ago
monitor.py
Reorganize project structure: move sources to src/, update Makefile, add header symlinks
3 months ago
run_tests.bat
Fix Windows test failures: proper WSAPoll error handling and FD_SETSIZE check
2 months ago
utun.conf.sample
feat: переименован allowed_subnet в route_subnet, добавлено управление системными маршрутами
2 months ago
utun.exe.manifest
Build: Fix Windows build with OpenSSL support
2 months ago
utun_start.sh
Backup before fixing test_routing_mesh segfault
2 months ago
utun_stop.sh
Backup before fixing test_routing_mesh segfault
2 months ago
utun_stop1.sh
Backup before fixing test_routing_mesh segfault
2 months ago