summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-06add install from homebrew tap to READMERyo Nakamura
2022-11-06update README for installRyo Nakamura
2022-11-06add release.yml to automate releasing by tagRyo Nakamura
2022-11-06fix test status badge urlRyo Nakamura
2022-11-06cleanup docker files and build/test procedureRyo Nakamura
2022-11-06add `test on ubuntu` badge to README and tiny fixesRyo Nakamura
2022-11-06add test.yml to test mscp inside docker on ubuntuRyo Nakamura
2022-11-06run install-build-deps.sh in codeqlRyo Nakamura
2022-11-06Create codeql.ymlRyo Nakamura
2022-11-06remove accidentally added MakefileRyo Nakamura
2022-11-06add Dockerfile-test for test containerRyo Nakamura
2022-11-05add -H option to disable host key checkRyo Nakamura
tests use this option.
2022-11-05do not install libssh and cmake from homebrewRyo Nakamura
because they are already installed on the macos-latest runner.
2022-11-05change build status badges to new actionsRyo Nakamura
2022-11-05add ci to build on macosRyo Nakamura
2022-11-05add CMAKE_PREFIX_PATH for macOS and use find_package for libsshRyo Nakamura
2022-11-05add build status badgeRyo Nakamura
2022-11-05remove test from build steps in github actionsRyo Nakamura
2022-11-05Create cmake.ymlRyo Nakamura
add build test by github actions
2022-11-05update README for testRyo Nakamura
2022-11-05add install-build-deps.sh and fix docker build procedureRyo Nakamura
2022-11-05create file at the remote although file size is 0Ryo Nakamura
2022-11-01mv LICENSE.md to LICENSERyo Nakamura
2022-11-01add test_transfer_zero_bytesRyo Nakamura
2022-10-31do not print progress when total bytes transferred is 0Ryo Nakamura
2022-11-01capture retval from copy threadsRyo Nakamura
2022-11-01add ctest to run pytestRyo Nakamura
2022-10-31add (not complete) end-to-end test with pytestRyo Nakamura
2022-10-31add rename-logic.pyRyo Nakamura
2022-10-31rename dirname if dst dir does not existRyo 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-31add custom_target to build mscp in contaners through cmakeRyo Nakamura
2022-10-31update READMERyo Nakamura
2022-10-30update README. add rhel instruction and fix build stepsRyo Nakamura
2022-10-30add docker filesRyo Nakamura
2022-10-30update CMakeLists.txt for build at centosRyo Nakamura
2022-10-30use /etc/os-release instead of lsb_releaseRyo Nakamura
2022-10-30wrap build options inside ifRyo Nakamura
2022-10-30set nr_threads to # of chunks if # of chunks is smallRyo Nakamura
2022-10-30add cpack to build debian packageRyo Nakamura
2022-10-30add install to cmakeRyo Nakamura
2022-10-30Merge branch 'main' of github.com:upa/mscpRyo Nakamura
2022-10-30fix on debug compileRyo Nakamura
2022-10-30fix typoRyo Nakamura
2022-10-30Create LICENSE.mdRyo Nakamura
2022-10-30add READMERyo Nakamura
2022-10-30Merge branch 'main' of github.com:upa/mscpRyo Nakamura
2022-10-30rename sscp to mscpRyo Nakamura
2022-10-30little refactoring for param namesRyo Nakamura
2022-10-30fix int overflowRyo Nakamura
2022-10-30use sftp_get_ssh_errorRyo Nakamura