| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
