23 Commits (043e1b58a6f21ab5321e46d11e54ddee11f65e66)

Author SHA1 Message Date
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 a34035f41f ETCP: Fix protocol parsing and crypto nonce handling 2 months ago
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 c1f73584e0 Implement etcp_ack_recv function for ETCP packet acknowledgment 3 months ago
Evgeny 1bafe6a681 Backup before fixing etcp_connections list addition 3 months ago
Evgeny d74f76a5a0 Fix: Resolved double free in timeout_heap_pop() and test_etcp_simple_traffic bind conflict 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 195d0b303c Fix: ETCP connection timing and packet handling improvements 3 months ago
Evgeny 56dfd2f0df Ревизия: добавлены DEBUG сообщения для ошибок и предупреждений 3 months ago
Evgeny 4a2044973c Fix includes and complete test_etcp_connection_init build 3 months ago
Evgeny aab0e445f7 Рефакторинг: упрощен etcp_connection_create через вызов etcp_conn_reset 3 months ago
Evgeny d48d81f490 Refactor: Rename utun param to instance, increment connections_count 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 3f0a23aa93 Fix build: rename u_async to lib, add missing constants, out-of-tree build support 3 months ago
Evgeny c869ccf174 Major refactoring: Tasks 1-4 complete 3 months ago
Evgeny 2c58c008ce Test suite cleanup and reorganization 3 months ago
Evgeny 8d8fc4be6e Update secure channel library API with CRC32 integration 3 months ago
jek f2c10dcbf9 Reorganize project structure: move sources to src/, update Makefile, add header symlinks 3 months ago
jek 9eab53179d Refactor uasync to instance-based API with memory leak detection 3 months ago
jek e800087941 Add packet normalizer fragmentation fix, service packets, and ETCP reset functionality 3 months ago
jek d57ab133c5 Add async queue wait functionality and enhance packet normalizer tests 3 months ago
jek 76c7c56de6 Add ETCP protocol implementation with window management and tests 3 months ago