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
/
src
Age
Commit message (
Expand
)
Author
2022-11-27
skip sftp_free() inappropriately
Ryo Nakamura
2022-11-27
only the last thread changes dst file permission
Ryo Nakamura
2022-11-26
fix duplicate error message on ssh auth failed.
Ryo Nakamura
2022-11-18
add O_TRUNC when the first open() for a file
Ryo Nakamura
2022-11-18
don't stop on macos whem -m coremask is set
Ryo Nakamura
2022-11-18
remove pr_warn debug
Ryo Nakamura
2022-11-18
fix type of id for sftp_async_write
Ryo Nakamura
2022-11-18
fix when copy multiple sources and various tiny fixes
Ryo Nakamura
2022-11-18
tiny fix
Ryo Nakamura
2022-11-17
fix async handling
Ryo Nakamura
2022-11-17
fix idx increment (typo) and async write improves copy speed!
Ryo Nakamura
2022-11-17
implement local-to-remote copy with async_write
Ryo Nakamura
2022-11-16
check invalid coremask
Ryo Nakamura
2022-11-15
add -m coremask option
Ryo Nakamura
2022-11-13
add memory barrier to notify monitor thread of copy threads finished
Ryo Nakamura
2022-11-13
add -a nr_ahead option
Ryo Nakamura
2022-11-12
little trick to make progress bar stable
Ryo Nakamura
2022-11-12
fix buf size in remote to local copy.
Ryo Nakamura
2022-11-12
fix some thread handling
Ryo Nakamura
2022-11-12
use sftp_async_read for remote to local copy
Ryo Nakamura
2022-11-08
fix incorrect ret handling for read/write
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-10-31
do not print progress when total bytes transferred is 0
Ryo Nakamura
2022-11-01
capture retval from copy threads
Ryo Nakamura
2022-10-31
add rename-logic.py
Ryo Nakamura
2022-10-31
rename dirname if dst dir does not exist
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
fix on debug compile
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
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
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
[prev]
[next]