64 Commits (69d33636bf857da08e63a1ba00b46f30af428f2c)

Author SHA1 Message Date
Evgeny 41626a02c3 Fix ll_queue callback signature and add debug utilities 3 months ago
Evgeny edba76c4ed ll_queue: fix pointer arithmetic (xxx=0), callback now receives struct ll_entry* 3 months ago
Evgeny c80f26ff28 Fix critical pointer arithmetic bug in ll_queue module 3 months ago
Evgeny 1bafe6a681 Backup before fixing etcp_connections list addition 3 months ago
Evgeny 69ed944ce4 Fix uasync socket counting bug and add lookup function 3 months ago
Evgeny d74f76a5a0 Fix: Resolved double free in timeout_heap_pop() and test_etcp_simple_traffic bind conflict 3 months ago
Evgeny e048b10899 Fix: ETCP module compilation errors and build system issues 3 months ago
Evgeny f1a76c9d30 Fix memory leaks and crashes in ETCP tests 3 months ago
Evgeny 6429d1cda6 Build: Fixed test build configuration - moved tests from root Makefile.am to tests/Makefile.am 3 months ago
Evgeny 4db35615e4 Fix: Added uasync_t typedef, fixed pkt_normalizer queue_new calls, added utun_instance_init function 3 months ago
Evgeny 3f7fd9f8ad Сохранить текущее состояние перед исправлением компиляционных ошибок 3 months ago
Evgeny f6c337bd1c FINAL: Encryption fully implemented with tests. Add etcp_connections_get_crypto_stats signature fix and tests in Makefile.am 3 months ago
Evgeny 20e5401ec9 ETCP_CONNECTIONS: add encryption support with secure channel (AES-CCM), nonce, counters. Simplified architecture by removing socket wrappers and integrating uasync_add_socket. pubkey exchange moved to INIT packet only. Added statistics counters. 3 months ago
Evgeny 3f0a23aa93 Fix build: rename u_async to lib, add missing constants, out-of-tree build support 3 months ago