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
6429d1cda6
Build: Fixed test build configuration - moved tests from root Makefile.am to tests/Makefile.am
...
- Moved test configurations from main Makefile.am to tests/Makefile.am
- Fixed missing debug_config.c file in lib directory
- Updated lib/Makefile.am to include debug_config.c
- Tests now build correctly with 'make check'
- 2/3 tests passing (test_etcp_crypto, test_crypto)
- test_etcp_two_instances has connection timeout (separate networking issue)
2 months ago
..
Makefile.am
Сохранить текущее состояние перед исправлением компиляционных ошибок
2 months ago
debug_config.c
Build: Fixed test build configuration - moved tests from root Makefile.am to tests/Makefile.am
2 months ago
debug_config.h
Fix build: rename u_async to lib, add missing constants, out-of-tree build support
3 months ago
ll_queue.c
Сохранить текущее состояние перед исправлением компиляционных ошибок
2 months ago
ll_queue.h
Сохранить текущее состояние перед исправлением компиляционных ошибок
2 months ago
memory_pool.c
Сохранить текущее состояние перед исправлением компиляционных ошибок
2 months ago
memory_pool.h
Сохранить текущее состояние перед исправлением компиляционных ошибок
2 months ago
sha256.c
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
sha256.h
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
timeout_heap.c
Fix build: rename u_async to lib, add missing constants, out-of-tree build support
3 months ago
timeout_heap.h
Fix build: rename u_async to lib, add missing constants, out-of-tree build support
3 months ago
u_async.c
Сохранить текущее состояние перед исправлением компиляционных ошибок
2 months ago
u_async.h
Fix: Added uasync_t typedef, fixed pkt_normalizer queue_new calls, added utun_instance_init function
2 months ago