267 Commits (9d202ff4089550640acf4f5c1a819fc26b344b38)
 

Author SHA1 Message Date
Evgeny 7bd369341b Remove error prints from ETCP timestamp checks 2 months ago
Evgeny 994a4bf779 Fix ETCP timestamp overflow bug and enable epoll for Linux 2 months ago
Evgeny acd48f99d1 Add epoll support for Linux with poll() fallback for other systems 2 months ago
Evgeny 4f287c711f Optimize uasync_poll: cache pollfd array, add active_indices for O(1) socket traversal 2 months ago
Evgeny ca1147b154 Add timeout_heap and uasync benchmarks; update build files 2 months ago
Evgeny bfbf0e3ad1 Fix: test_u_async_comprehensive - handle library single-timeout-per-poll behavior 2 months ago
Evgeny 528c1ddd00 WIP: Current normalizer changes before error handling fix 2 months ago
Evgeny 076da4264b Fix: ACK section length calculation and increase socket buffers 2 months ago
Evgeny c1890ad7a6 Debug: Add ETCP log_name identifier and improve log format 2 months ago
Evgeny 22dd1b78c3 Add local_link_id exchange in ETCP handshake (0x02-0x05) 2 months ago
Evgeny e90cf9f0c7 Fix: Packet coalescing with 1ms flush timer 2 months ago
Evgeny f509161701 Fix: Packet normalizer now correctly fragments large packets 2 months ago
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 fbc8e3d9e4 Fix: Add pkt_normalizer.o to test LDADD and update simple_traffic test to use normalizer queues 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 c80f26ff28 Fix critical pointer arithmetic bug in ll_queue module 2 months ago
Evgeny c1f73584e0 Implement etcp_ack_recv function for ETCP packet acknowledgment 2 months ago
Evgeny a3b9a49f18 Replace printf with DEBUG_ macros in test_memory_pool_and_config.c 2 months ago
Evgeny 8e5ca41879 Replace printf with DEBUG_ macros in debug_performance.c 2 months ago
Evgeny 73f005bbe7 Replace printf with DEBUG_ macros in test_u_async_comprehensive.c 2 months ago
Evgeny 4c12bace8e Replace printf with DEBUG_ macros in test_config_debug.c and test_debug_categories.c 2 months ago
Evgeny 0d75546ff0 Replace printf with DEBUG_ macros in simple_test.c, test_packet_dump.c, test_intensive_memory_pool.c 2 months ago
Evgeny a90b3038ac Replace printf with DEBUG_ macros in test_etcp_two_instances.c 2 months ago
Evgeny e1556eb8c4 Replace printf with DEBUG_ macros in 4 test files and partial in test_etcp_two_instances.c 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 69ed944ce4 Fix uasync socket counting bug and add lookup function 2 months ago
Evgeny d0268563a1 Fix uasync socket counting bug causing test failures 2 months ago
Evgeny d74f76a5a0 Fix: Resolved double free in timeout_heap_pop() and test_etcp_simple_traffic bind conflict 2 months ago
Evgeny 7e957de0e5 TUN: Добавил явное отключение TUN в тест test_etcp_two_instances 2 months ago
Evgeny d6a26e392d TUN: Сделал инициализацию TUN опциональной и отключенной по умолчанию 2 months ago
Evgeny 64489fa194 Add comprehensive ETCP traffic flow debugging tests 2 months ago
Evgeny 1e5a381f06 Prepare for ETCP traffic flow debugging - analysis complete 2 months ago
Evgeny 23bc4b396a Add comprehensive debug output to ETCP and loadbalancer modules 2 months ago
Evgeny e048b10899 Fix: ETCP module compilation errors and build system issues 2 months ago
Evgeny 3bf178475d Docs: Added cp/кп command note and important development guidelines in Russian 2 months ago