Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-10-23 | bps to byte/s | Ryo Nakamura | |
2022-10-23 | spawn monitor thread before copy threads | Ryo Nakamura | |
2022-10-23 | fix a signifiant bug | Ryo Nakamura | |
2022-10-23 | handle permission on open | Ryo Nakamura | |
2022-10-23 | compilable in linux | Ryo Nakamura | |
2022-10-23 | fix usage | Ryo Nakamura | |
2022-10-23 | fix on progress bar | Ryo Nakamura | |
2022-10-23 | add progress bar | Ryo Nakamura | |
2022-10-23 | fix stat output | Ryo Nakamura | |
2022-10-22 | copy over multiple connection works, but not checked file integirty | Ryo Nakamura | |
2022-10-22 | change color in pr_ funcs | Ryo Nakamura | |
2022-10-22 | fix | Ryo Nakamura | |
2022-10-22 | fix on copy handling | Ryo Nakamura | |
2022-10-22 | fix help message | Ryo Nakamura | |
2022-10-22 | fix copy from remote to local and add buffer size | Ryo Nakamura | |
2022-10-22 | implement copy chunk | Ryo Nakamura | |
2022-10-20 | add atomic refcnt and locks. | Ryo Nakamura | |
It might be unnecessary, if open/close can be done without lock. | |||
2022-10-20 | implement chunk fill | Ryo Nakamura | |
2022-10-16 | implement fill_file | Ryo Nakamura | |
2022-10-15 | update usage | Ryo Nakamura | |
2022-10-15 | initial commit | Ryo Nakamura | |