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.
Evgeny
0c43a633b9
Add platform_compat.h for Windows POSIX compatibility
...
- Add platform_compat.h with Windows implementations of:
* gettimeofday() using GetSystemTimeAsFileTime
* poll() using select()
* pipe() using _pipe()
* fcntl() using ioctlsocket for O_NONBLOCK
* pollfd structure and POLL* constants
* strcasecmp/strncasecmp macros
- Update debug_config.c and u_async.c/h to use platform_compat.h
- Remove POSIX-specific headers (arpa/inet.h, sys/time.h, etc.)
- All 22 tests pass on Linux
- Fixes build errors on Windows MSYS2
2 months ago
.opencode
Backup before route_lib.c refactoring
2 months ago
doc
Backup before adding NAT IP:port tracking to ETCP handshake
2 months ago
lib
Add platform_compat.h for Windows POSIX compatibility
2 months ago
net_emulator
Refactor: Move mainloop from utun_instance to main
3 months ago
src
Add cross-platform TUN support with Wintun for Windows
2 months ago
tests
Add cross-platform TUN support with Wintun for Windows
2 months ago
tinycrypt
Fix: Resolved double free in timeout_heap_pop() and test_etcp_simple_traffic bind conflict
3 months ago
.gitignore
Major refactoring: Tasks 1-4 complete
3 months ago
AGENTS.md
Backup before adding NAT IP:port tracking to ETCP handshake
2 months ago
INSTALL.autotools
Major refactoring: Tasks 1-4 complete
3 months ago
Makefile
Backup before routing refactor: etcp_bind id=0 + etcp_send routing
2 months ago
Makefile.am
Build: Out-of-tree build system with separate build directory
2 months ago
Makefile.old
Refactor: Move mainloop from utun_instance to main
3 months ago
build.bat
Add build.bat for Windows MSYS2 build
2 months ago
build.sh
Fix Windows build: add conditional headers for sys/socket.h
2 months ago
c_gen_filelist
Fix c_util script: implement proper C code navigation (toc, func, struct, enum commands)
2 months ago
c_util
Add edit command with checksum verification
2 months ago
c_util1
Backup before route_lib.c refactoring
2 months ago
configure.ac
Add cross-platform TUN support with Wintun for Windows
2 months ago
debug_ll_queue.c
ETCP: Fix protocol parsing and crypto nonce handling
2 months ago
debug_performance.c
Backup before fixing etcp_connections list addition
2 months ago
filelist.txt
Fix c_util script: implement proper C code navigation (toc, func, struct, enum commands)
2 months ago
log
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
monitor.py
Reorganize project structure: move sources to src/, update Makefile, add header symlinks
3 months ago
simple_test.c
Backup before fixing etcp_connections list addition
2 months ago
utun.conf
Ревизия: добавлены DEBUG сообщения для ошибок и предупреждений
3 months ago