Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-12 | test: add test_python.py for testing python-mscp | Ryo Nakamura | |
Dockerfiles also adapt themselvs for testing python-mscp bindings. | |||
2023-03-10 | remove numpy from test, and fix compiling single binary mscp | Ryo Nakamura | |
2023-03-03 | add mscp_ssh_opts and change -C optarg | Ryo Nakamura | |
2022-11-18 | add O_TRUNC when the first open() for a file | Ryo Nakamura | |
2022-11-18 | fix when copy multiple sources and various tiny fixes | Ryo Nakamura | |
* when copying multiple sources, target must be directory * add multi-src copy test and parametrize src/dst prefixes * cleanup REAMDE (s/sessions/connections/g) * make error output in copy functions simple | |||
2022-11-15 | add -m coremask option | Ryo Nakamura | |
2022-11-06 | remove accidentally added Makefile | Ryo Nakamura | |
2022-11-05 | add -H option to disable host key check | Ryo Nakamura | |
tests use this option. | |||
2022-11-05 | update README for test | Ryo Nakamura | |
2022-11-05 | create file at the remote although file size is 0 | Ryo Nakamura | |
2022-11-01 | add test_transfer_zero_bytes | Ryo Nakamura | |
2022-11-01 | capture retval from copy threads | Ryo Nakamura | |
2022-11-01 | add ctest to run pytest | Ryo Nakamura | |
2022-10-31 | add (not complete) end-to-end test with pytest | Ryo Nakamura | |