| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | introduce semaphore for concurrent connecting ssh | Ryo Nakamura | |
| instead of ssh_estab_queue (delay-based approach). MaxStartups in sshd_config limits number of conccurent incoming ssh connections. mscp_opts->max_startups adjusts this value. | |||
| 2023-03-15 | cleanup message print functions | Ryo Nakamura | |
| 2023-03-13 | mscp_prepare() scans source paths in a thread. | Ryo Nakamura | |
| This commit runs mscp_prepare() in a pthread. mscp copy threads run aysnchronously with mscp_prepare(). So, when mscp_prepare() has not finished yet (due to too many source files), we can start to copy files. | |||
| 2023-03-11 | add note to mscp_cleanup() and mscp_free() | Ryo Nakamura | |
| mscp_join() must be called before mscp_cleanup() and mscp_free() are called. Need fix. | |||
| 2023-03-11 | move direction from mscp_opts to mscp_init argument | Ryo Nakamura | |
| 2023-03-11 | start to implement pymscp.c | Ryo Nakamura | |
| 2023-03-10 | now make install installs libmscp | Ryo Nakamura | |
