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
/
main.c
Age
Commit message (
Expand
)
Author
2024-04-29
default chunk size is filesize/(nr_conn*4) (Issue #20)
Ryo Nakamura
2024-04-29
manpage: improve descriptions for MaxStartups
Ryo Nakamura
2024-04-29
add available ciphers and hmacs on help print (#20)
Ryo Nakamura
2024-04-26
change default minimum chunk size to 16MB (Issue #20)
Ryo Nakamura
2024-04-26
support k, m, g for -s, -S, and -b options (Issue #20)
Ryo Nakamura
2024-04-26
connect SSH before starting copy threads in resume transfer
Ryo Nakamura
2024-04-14
add -J proxyjump option (#15)
Ryo Nakamura
2024-04-12
add -o SSH_OPTION option
Ryo Nakamura
2024-04-11
drop -H disable host key checking option
Ryo Nakamura
2024-04-10
fix bitrate factor should be 1 when unit is not specified
Ryo Nakamura
2024-04-10
add -L limit bitrate option (#14)
Ryo Nakamura
2024-02-20
update doc for checkpoint
Ryo Nakamura
2024-02-18
update console output and doc
Ryo Nakamura
2024-02-18
add -W and -R option for resume checkpoint
Ryo Nakamura
2024-02-17
add checkpoint.c and .h
Ryo Nakamura
2024-02-11
cleanup mscp_scan_thread related codes
Ryo Nakamura
2024-02-07
add -4 and -6 options to use either IPv4 or IPv6
Ryo Nakamura
2024-02-07
cleanup error message handling
Ryo Nakamura
2024-02-06
add .clang-format from Linux kernel and format sources
Ryo Nakamura
2024-02-06
refactor error message-related functions
Ryo Nakamura
2024-02-06
add -p option, preserving file timestamps
Ryo Nakamura
2024-02-06
add two env vars to pass password/keyphrase (#9)
Ryo Nakamura
2024-02-05
passing options via pointers in mscp_ssh_opts
Ryo Nakamura
2024-02-04
do not passing msg_fp via mscp opts
Ryo Nakamura
2024-01-18
add SPDX-License-Identifier to source files
Ryo Nakamura
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
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
print 1st decimal point in the progress bar
Ryo Nakamura
2023-11-01
add -g option to specify TCP cc algorithm
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
add -F ssh_config option
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-15
rename mscp_prepare to mscp_scan
Ryo Nakamura
2023-03-15
mscp: add -u max_startups option.
Ryo Nakamura
2023-03-15
cleanup message print functions
Ryo Nakamura
2023-03-13
mscp_prepare() scans source paths in a thread.
Ryo Nakamura
2023-03-11
move direction from mscp_opts to mscp_init argument
Ryo Nakamura
2023-03-10
fix uninitialized dst_path_is_dir bool
Ryo Nakamura
2023-03-04
fix dryrun handling on main.c
Ryo Nakamura
2023-03-04
remove sigalrm. integrate print messages and progress bar
Ryo Nakamura
2023-03-04
tiny fix for clang warning
Ryo Nakamura
2023-03-04
use setitimer instead of alarm, and print message.
Ryo Nakamura
2023-03-04
compilable on ubuntu
Ryo Nakamura
[next]