Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-04 | drop python binding support | Ryo Nakamura | |
2023-11-01 | add -g option to specify TCP cc algorithm | Ryo Nakamura | |
This commit introduce SSH_OPTIONS_CCALGO option to the libssh patch and add -g CONGESTION option to mscp. | |||
2023-05-07 | mscp: maintain mscp_thread structs in list | Ryo Nakamura | |
Instead of m->threads array, struct mscp_thread instanes are maintained in m->thread_list. This enables stable counter access via mscp_get_stats(). | |||
2023-03-15 | test: add invalid kwargs test | Ryo Nakamura | |
2023-03-15 | mscp: add -u max_startups option. | Ryo Nakamura | |
pymscp also accepts keyword 'max_startups' (int). | |||
2023-03-12 | test: add test_python.py for testing python-mscp | Ryo Nakamura | |
Dockerfiles also adapt themselvs for testing python-mscp bindings. |