Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-30 | fix libmscp python bindings. | Ryo Nakamura | |
- fix libmscp install path by setup.py with data_files - fix return values of mscp_get_stats() - add examples directory for mscp python binding | |||
2023-08-04 | add -F ssh_config option | Ryo Nakamura | |
2023-03-15 | rename mscp_prepare to mscp_scan | Ryo Nakamura | |
2023-03-15 | mscp: add -u max_startups option. | Ryo Nakamura | |
pymscp also accepts keyword 'max_startups' (int). | |||
2023-03-15 | fix: when msg_fd is 0, use STDOUT_FILENO | Ryo Nakamura | |
2023-03-13 | fix mscp.py | Ryo Nakamura | |
2023-03-12 | little cleanup for python bindings | Ryo Nakamura | |
2023-03-12 | mscp copy via python bindings works. | Ryo Nakamura | |
ToDo: memory for struct instance in pymscp.c is not released until mscp.free() is called. It is memory leak in a typical pyhotn usage. Use python extension refcnt instead. | |||
2023-03-11 | add mscp and pymscp python modules. | Ryo Nakamura | |
pymscp is a C Python wrapper for libmscp functions. mscp module provides simple (?) Python API. | |||
2023-03-11 | start to implement pymscp.c | Ryo Nakamura | |