index
:
mscp.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_e2e.py
Age
Commit message (
Expand
)
Author
2023-11-25
add -P, equivalent to -p for just compatibility
Ryo Nakamura
2023-11-25
add -I interval option
Ryo Nakamura
2023-11-01
fix parsing user@host:path.
Ryo Nakamura
2023-11-01
fix test_e2e for ccalgo and tiny fix on test_dir_copy_single
Ryo Nakamura
2023-11-01
add -g option to specify TCP cc algorithm
Ryo Nakamura
2023-08-30
fix mscp_opendir, do not use `tls_sftp`, use `sftp` isntead.
Ryo Nakamura
2023-08-04
do not set O_TRUNC when opening destination file.
Ryo Nakamura
2023-08-04
add test for specifying ssh_config
Ryo Nakamura
2023-08-03
use pseudo glob/globfree for remote-glob when musl
Ryo Nakamura
2023-08-03
add glob for source paths
Ryo Nakamura
2023-03-26
Merge branch 'main' of github.com:upa/mscp
Ryo Nakamura
2023-03-25
fix error handling when scan thread failed.
Ryo Nakamura
2023-03-22
test: set min_chunk_sz to 32768 on test_min_chunk
Ryo Nakamura
2023-03-12
test: add test_python.py for testing python-mscp
Ryo Nakamura
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
2022-11-15
add -m coremask option
Ryo Nakamura
2022-11-05
add -H option to disable host key check
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