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
Age
Commit message (
Expand
)
Author
2023-11-01
fix parsing user@host:path.
Ryo Nakamura
2023-11-01
main: adopt rolling average of recent eight bps values to calculate ETA
Ryo Nakamura
2023-11-01
main: call only mscp_stop() when receives sigint
Ryo Nakamura
2023-11-01
write total transferred bytes and number of files
Ryo Nakamura
2023-11-01
change msg: thread[%d] to thread:%d
Ryo Nakamura
2023-11-01
print 1st decimal point in the progress bar
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-09-11
Update README.md
Ryo Nakamura
2023-09-08
bump version to 0.1.1
Ryo Nakamura
2023-09-08
enable github actions on the dev branch
Ryo Nakamura
2023-09-08
fix: use off_t for lseek
Ryo Nakamura
2023-09-07
Update README.md
Ryo Nakamura
2023-09-07
bump version to 0.1.0
Ryo Nakamura
2023-09-05
fix docker/alpine-3.17: no need to make install
Ryo Nakamura
2023-09-02
add jupyter example
Ryo Nakamura
2023-08-30
fix libmscp python bindings.
Ryo Nakamura
2023-08-30
setup.py: fix data_files to isntall libmscp to python library path
Ryo Nakamura
2023-08-30
fix mscp_opendir, do not use `tls_sftp`, use `sftp` isntead.
Ryo Nakamura
2023-08-04
update README: adjust to the current usage
Ryo Nakamura
2023-08-04
fix usage: "none" is not supported for -F
Ryo Nakamura
2023-08-04
introduce git-based versioning
Ryo Nakamura
2023-08-04
do not set O_TRUNC when opening destination file.
Ryo Nakamura
2023-08-04
update README: adjust -h output to HEAD
Ryo Nakamura
2023-08-04
add test for specifying ssh_config
Ryo Nakamura
2023-08-04
add -F ssh_config option
Ryo Nakamura
2023-08-04
update README: glob is now supported
Ryo Nakamura
2023-08-03
use pseudo glob/globfree for remote-glob when musl
Ryo Nakamura
2023-08-03
cmake: add docker-build no-cache target
Ryo Nakamura
2023-08-03
add glob for source paths
Ryo Nakamura
2023-08-03
cleanup wrappers for file operations
Ryo Nakamura
2023-07-20
bump version to 0.0.9
Ryo Nakamura
2023-07-20
drop centos8, add almalinux 8.8, update rocky to 8.8
Ryo Nakamura
2023-05-07
mscp: maintain mscp_thread structs in list
Ryo Nakamura
2023-04-05
main: add a white space to the elapsed time output
Ryo Nakamura
2023-04-05
main: print elapsed time instead ETA at the end
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: add sleep -1 before ssh-keyscan
Ryo Nakamura
2023-03-22
fix invalid return sem
Ryo Nakamura
2023-03-22
test: set min_chunk_sz to 32768 on test_min_chunk
Ryo Nakamura
2023-03-19
bump version to 0.0.8
Ryo Nakamura
2023-03-16
do not sem_close() for unnamed semaphore
Ryo Nakamura
2023-03-16
fix semaphore handling for macOS
Ryo Nakamura
2023-03-15
add sem_create(), wrappign sem_init() for linux and sem_open() for macOS
Ryo Nakamura
2023-03-15
linux also needs stdlib.h for random()
Ryo Nakamura
2023-03-15
test: add __repr__ to File
Ryo Nakamura
2023-03-15
macOS does not support sem_init. use sem_open instead
Ryo Nakamura
2023-03-15
fix readme
Ryo Nakamura
2023-03-15
test: add invalid kwargs test
Ryo Nakamura
[prev]
[next]