323 Commits (52da3fbfe5ca94b32c4402d31e81e02bf0b5e0c4)

Author SHA1 Message Date
Evgeny 5840e77e1e Fix test_pkt_normalizer_etcp: fixed packet normalizer and test verification logic 2 months ago
Evgeny 98c43e6fb6 Backup before fixing dgram_pool initialization 2 months ago
Evgeny ed7f3d8974 Fix: Suppressed remaining compiler warnings 2 months ago
Evgeny a0c4727b8b Fix: Added explicit type casts for ll_queue type conversions 2 months ago
Evgeny e9ebab4037 ref 2 months ago
Evgeny 9a5db10939 Refactor: Code cleanup and improvements across multiple modules 2 months ago
Evgeny add785c8a1 Test: Added test_pkt_normalizer_etcp for testing pkt_normalizer with ETCP 2 months ago
Evgeny dd4644776d Refactor: Add dgram fields to ll_queue, remove ref_count, integrate pkt_normalizer 2 months ago
Evgeny 043e1b58a6 Fix memory leaks: drain all queues before freeing in etcp_connection_close() 2 months ago
Evgeny 191de191d5 Fix ETCP memory allocation to use queue_data_new_from_pool 2 months ago
Evgeny 8f60e6092a Fix ETCP input_queue processing and add 100 packets test 2 months ago
Evgeny 985ed5c4b1 Fix ETCP test: server connection registration and packet handling 2 months ago
Evgeny a34035f41f ETCP: Fix protocol parsing and crypto nonce handling 2 months ago
Evgeny 41626a02c3 Fix ll_queue callback signature and add debug utilities 2 months ago
Evgeny edba76c4ed ll_queue: fix pointer arithmetic (xxx=0), callback now receives struct ll_entry* 2 months ago
Evgeny c1f73584e0 Implement etcp_ack_recv function for ETCP packet acknowledgment 2 months ago
Evgeny 3ddfb79338 Backup before replacing all printf with DEBUG_ macros in tests 2 months ago
Evgeny 1bafe6a681 Backup before fixing etcp_connections list addition 2 months ago
Evgeny ab98e68865 Fix double free bug in ETCP connections causing coredump 2 months ago
Evgeny d74f76a5a0 Fix: Resolved double free in timeout_heap_pop() and test_etcp_simple_traffic bind conflict 2 months ago
Evgeny d6a26e392d TUN: Сделал инициализацию TUN опциональной и отключенной по умолчанию 3 months ago
Evgeny 23bc4b396a Add comprehensive debug output to ETCP and loadbalancer modules 3 months ago
Evgeny e048b10899 Fix: ETCP module compilation errors and build system issues 3 months ago
Evgeny a5d85c2779 Add single-line packet dump with debug output for ETCP 3 months ago
Evgeny f1a76c9d30 Fix memory leaks and crashes in ETCP tests 3 months ago
Evgeny e4922c1d31 Debug: Replaced all printf with DEBUG_* macros in etcp_connections.c 3 months ago
Evgeny 9b6bb6a56c Debug: Added numbered error codes to etcp_connections_read_callback with detailed debug messages 3 months ago
Evgeny 195d0b303c Fix: ETCP connection timing and packet handling improvements 3 months ago
Evgeny 6fd3a39cc8 Fix: ETCP connection initialization and crypto handling 3 months ago
Evgeny 4d55bedb82 Fix: исправлена логика шифрования ETCP пакетов 3 months ago
Evgeny 8d66275078 Fix: исправлена ошибка инициализации ключей 3 months ago
Evgeny 56dfd2f0df Ревизия: добавлены DEBUG сообщения для ошибок и предупреждений 3 months ago
Evgeny 4ddb190293 Найдена реальная ошибка: bind Address already in use 3 months ago
Evgeny 03a409232c Fix: ETCP handshake fully operational - response structure, initialization logic, link management 3 months ago
Evgeny e1535ca7ff Fix: ETCP socket reception via uasync 3 months ago
Evgeny c08e73b6d7 Add uasync socket polling for ETCP packet reception 3 months ago
Evgeny 223e26fdf7 Fix etcp_socket_add to register sockets with uasync 3 months ago
Evgeny d126d92d3f Add etcp_socket_add uasync integration for packet reception 3 months ago
Evgeny 11501faeb8 Enable server-only operation and add server section to configs 3 months ago
Evgeny e737f2ae0b Add full integration test using real UTUN instances 3 months ago
Evgeny 4a2044973c Fix includes and complete test_etcp_connection_init build 3 months ago
Evgeny ec66a80492 Implements connection establishment (init + init response) for ETCP protocol 3 months ago
Evgeny fe9eba14cd Update: Build script, ETCP protocol docs, and TUN interface 3 months ago
Evgeny 50e59bb835 Финальный коммит: полный рефакторинг и улучшения 3 months ago
Evgeny aab0e445f7 Рефакторинг: упрощен etcp_connection_create через вызов etcp_conn_reset 3 months ago
Evgeny b737b718cf Fix: Auto-generated my_public_key was empty in config 3 months ago
Evgeny 727e504a55 Test: Add ETCP 2-instance connection test with crypto and link management 3 months ago
Evgeny d48d81f490 Refactor: Rename utun param to instance, increment connections_count 3 months ago
Evgeny 9b417e054a Fix: Added uasync_t typedef, fixed packet normalizer compilation, completed crypto fixes. Crypto fully working with all tests passing. 3 months ago
Evgeny 4db35615e4 Fix: Added uasync_t typedef, fixed pkt_normalizer queue_new calls, added utun_instance_init function 3 months ago