24 Commits

Author SHA1 Message Date
626cfa64f2 build test 10
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m6s
2026-03-02 20:38:50 +03:00
00da1c9f32 build test 9
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m6s
2026-03-02 20:36:19 +03:00
c5ede14eaf build test 8
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 13s
2026-03-02 20:35:18 +03:00
981568f104 build test 7
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s
2026-03-02 20:32:48 +03:00
638c565702 build test 6
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 27s
2026-03-02 20:31:46 +03:00
81f8f709a2 build test 5
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 11s
2026-03-02 20:31:01 +03:00
6fea0e2450 build test 4
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 21s
2026-03-02 20:27:36 +03:00
e881b6b699 build test 3
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 20s
2026-03-02 20:26:30 +03:00
2157b25a95 build test 2
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s
2026-03-02 20:25:25 +03:00
f2dfee7a38 build test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10s
2026-03-02 20:21:48 +03:00
5afbf771ca test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m27s
2026-03-02 20:16:25 +03:00
f94a23b723 [test-c-api] appended api with helpful methods
valgrind doesn't reports any error
thread sanitizer reports one issue on test tear down (need to
investigate)
2026-03-01 23:54:06 +03:00
e0ac93c657 [c_api] added c api for libs
changed project structure, now relying on shared libraries
2026-02-27 22:03:09 +03:00
Artur Mukhamadiev
b28c1b8e7f [docs] added docs folder
moved uml diagram to docs folder
changed readme communcation model to a result image view
2026-02-20 23:51:57 +03:00
Artur Mukhamadiev
1ab01134c5 [todo] added todo section in readme 2026-02-20 23:47:53 +03:00
Artur Mukhamadiev
d26ab35339 [tcp] removed duplicate code
:Release Notes:
removed unnecessary code duplication for TCP socket read in tcp_server
and tcp_connector. Changed several log lines to appear only in debug
build
2026-02-20 23:44:10 +03:00
8ee06fe6a0 [win] compilation on windows verified 2026-02-20 20:38:01 +03:00
ece26e7b1f [jsonrpccxx] moved to external rpc impl
Detailed:
      As base used jsonrpccxx implementation paired with TCP socket
      TCP socket updated to handle dynamic sized buffers
      TCP communication protocol changed to serialized packet size after
      which json string is presented
2026-02-20 17:51:14 +03:00
4ddaea91a7 added external rpc implementation 2026-02-06 17:37:07 +03:00
9b482ae956 [docs] change listen to connect :D 2026-01-26 00:39:20 +03:00
dc82c29556 [docs] fixed docker description 2026-01-26 00:37:43 +03:00
dfa4b156e9 [docker] verified and corrected 2026-01-26 00:33:14 +03:00
54c169a845 [cli] added cli for testing capabilities
Gemini 3 pro + opencode
2026-01-26 00:24:43 +03:00
cbe56d9193 [base] hail vibe-coding
Minimal API functionality with unit tests,
could be used for integration tests with Unity server.
For internal testing used RPC_server implementation
2026-01-26 00:14:19 +03:00