summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-04-15resume: fix increment idx only when path is added (#16)Ryo Nakamura
2024-04-14add -J proxyjump option (#15)Ryo Nakamura
2024-04-12add -o SSH_OPTION optionRyo Nakamura
2024-04-11drop -H disable host key checking optionRyo Nakamura
2024-04-10add -L limit bitrate option (#14)Ryo Nakamura
2024-03-16chmod after truncate and setutimes on the remote side.Ryo Nakamura
2024-03-12fix port tests and v6only test.Ryo Nakamura
2024-02-20add test cases for resume with checkpointRyo Nakamura
2024-02-11avoid * in paths from two test cases for alpineRyo Nakamura
2024-02-11change chunk_pool from list to poolRyo Nakamura
2024-02-11change path_list to path_poolRyo Nakamura
2024-02-07add -4 and -6 options to use either IPv4 or IPv6Ryo Nakamura
2024-02-06add two env vars to pass password/keyphrase (#9)Ryo Nakamura
2024-02-04drop python binding supportRyo Nakamura
2024-01-18fix wrong dst path for source path under '/'Ryo Nakamura
2024-01-18add a test case test_copy_file_under_root_to_dirRyo Nakamura
2023-11-25add -P, equivalent to -p for just compatibilityRyo Nakamura
2023-11-25add -I interval optionRyo Nakamura
2023-11-01fix parsing user@host:path.Ryo Nakamura
2023-11-01fix test_e2e for ccalgo and tiny fix on test_dir_copy_singleRyo Nakamura
2023-11-01add -g option to specify TCP cc algorithmRyo Nakamura
2023-08-30fix mscp_opendir, do not use `tls_sftp`, use `sftp` isntead.Ryo Nakamura
2023-08-04do not set O_TRUNC when opening destination file.Ryo Nakamura
2023-08-04add test for specifying ssh_configRyo Nakamura
2023-08-03use pseudo glob/globfree for remote-glob when muslRyo Nakamura
2023-08-03add glob for source pathsRyo Nakamura
2023-05-07mscp: maintain mscp_thread structs in listRyo Nakamura
2023-03-26Merge branch 'main' of github.com:upa/mscpRyo Nakamura
2023-03-25fix error handling when scan thread failed.Ryo Nakamura
2023-03-22test: set min_chunk_sz to 32768 on test_min_chunkRyo Nakamura
2023-03-15test: add __repr__ to FileRyo Nakamura
2023-03-15test: add invalid kwargs testRyo Nakamura
2023-03-15mscp: add -u max_startups option.Ryo Nakamura
2023-03-12test: add test_python.py for testing python-mscpRyo Nakamura
2023-03-10remove numpy from test, and fix compiling single binary mscpRyo Nakamura
2023-03-03add mscp_ssh_opts and change -C optargRyo Nakamura
2022-11-18add O_TRUNC when the first open() for a fileRyo Nakamura
2022-11-18fix when copy multiple sources and various tiny fixesRyo Nakamura
2022-11-15add -m coremask optionRyo Nakamura
2022-11-06remove accidentally added MakefileRyo Nakamura
2022-11-05add -H option to disable host key checkRyo Nakamura
2022-11-05update README for testRyo Nakamura
2022-11-05create file at the remote although file size is 0Ryo Nakamura
2022-11-01add test_transfer_zero_bytesRyo 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