Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-06 | add Dockerfile-test for test container | Ryo Nakamura | |
2022-11-05 | add -H option to disable host key check | Ryo Nakamura | |
tests use this option. | |||
2022-11-05 | do not install libssh and cmake from homebrew | Ryo Nakamura | |
because they are already installed on the macos-latest runner. | |||
2022-11-05 | change build status badges to new actions | Ryo Nakamura | |
2022-11-05 | add ci to build on macos | Ryo Nakamura | |
2022-11-05 | add CMAKE_PREFIX_PATH for macOS and use find_package for libssh | Ryo Nakamura | |
2022-11-05 | add build status badge | Ryo Nakamura | |
2022-11-05 | remove test from build steps in github actions | Ryo Nakamura | |
2022-11-05 | Create cmake.yml | Ryo Nakamura | |
add build test by github actions | |||
2022-11-05 | update README for test | Ryo Nakamura | |
2022-11-05 | add install-build-deps.sh and fix docker build procedure | Ryo Nakamura | |
2022-11-05 | create file at the remote although file size is 0 | Ryo Nakamura | |
2022-11-01 | mv LICENSE.md to LICENSE | Ryo Nakamura | |
2022-11-01 | add test_transfer_zero_bytes | Ryo Nakamura | |
2022-10-31 | do not print progress when total bytes transferred is 0 | 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 | |
2022-10-31 | add rename-logic.py | Ryo Nakamura | |
2022-10-31 | rename dirname if dst dir does not exist | Ryo Nakamura | |
`scp remote:srcdir dstdir` renames srcdir to dstdir if dstdir does not exist. If dstdir exists, it creates dstdir/srcdir. This commit imitates this behavior. | |||
2022-10-31 | add custom_target to build mscp in contaners through cmake | Ryo Nakamura | |
2022-10-31 | update README | Ryo Nakamura | |
2022-10-30 | update README. add rhel instruction and fix build steps | Ryo Nakamura | |
2022-10-30 | add docker files | Ryo Nakamura | |
2022-10-30 | update CMakeLists.txt for build at centos | Ryo Nakamura | |
2022-10-30 | use /etc/os-release instead of lsb_release | Ryo Nakamura | |
2022-10-30 | wrap build options inside if | Ryo Nakamura | |
2022-10-30 | set nr_threads to # of chunks if # of chunks is small | Ryo Nakamura | |
2022-10-30 | add cpack to build debian package | Ryo Nakamura | |
2022-10-30 | add install to cmake | Ryo Nakamura | |
2022-10-30 | Merge branch 'main' of github.com:upa/mscp | Ryo Nakamura | |
2022-10-30 | fix on debug compile | Ryo Nakamura | |
2022-10-30 | fix typo | Ryo Nakamura | |
2022-10-30 | Create LICENSE.md | Ryo Nakamura | |
2022-10-30 | add README | Ryo Nakamura | |
2022-10-30 | Merge branch 'main' of github.com:upa/mscp | Ryo Nakamura | |
2022-10-30 | rename sscp to mscp | Ryo Nakamura | |
2022-10-30 | little refactoring for param names | Ryo Nakamura | |
2022-10-30 | fix int overflow | Ryo Nakamura | |
2022-10-30 | use sftp_get_ssh_error | Ryo Nakamura | |
2022-10-29 | change indent from space to tab | Ryo Nakamura | |
2022-10-29 | fix path handling | Ryo Nakamura | |
2022-10-25 | wrap print progress in pprint | Ryo Nakamura | |
2022-10-25 | add copy start and done output | Ryo Nakamura | |
These fputs should be wrapped in a function and protected by a lock. todo. | |||
2022-10-25 | fix miss flag handling for threads[n].finished | Ryo Nakamura | |
2022-10-24 | todo: consider smp for counters | Ryo Nakamura | |
2022-10-23 | adjust order of thread spawning | Ryo Nakamura | |
2022-10-23 | configurable sftp_buf_sz. | Ryo Nakamura | |
default value 131072 is derived from qemu/block/ssh.c. we need more investigaion. | |||
2022-10-23 | cleanup copy codes | Ryo Nakamura | |
2022-10-23 | compilable on linux | Ryo Nakamura | |