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-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
2023-03-04
remove pprint, use message (mpr_*) instead.
Ryo Nakamura
2023-03-03
implementing messaging.
Ryo Nakamura
2023-03-03
add message.h and message.c, mscp_set|get_error()
Ryo Nakamura
2023-03-03
tiny cleanup
Ryo Nakamura
2023-03-03
add mscp_get_stats
Ryo Nakamura
2023-03-03
add mscp_ssh_opts and change -C optarg
Ryo Nakamura
2023-02-26
tiny fix on comment
Ryo Nakamura
2023-02-26
now mscp links libmscp
Ryo Nakamura
2023-02-16
add -r option (but no effect)
Ryo Nakamura
2023-02-16
add \n at the final output
Ryo Nakamura
2022-12-11
set default nr_threads to floor(log(cores) * 2) + 1)
Ryo Nakamura
2022-12-11
use pthread_cleanup to acquire and release lock
Ryo Nakamura
2022-12-08
set default NR_AHEAD to 32
Ryo Nakamura
2022-12-06
fix final progress output
Ryo Nakamura
2022-12-05
reuse ctrl sftp session for the first copy thread
Ryo Nakamura
2022-12-04
set TCP_NODELAY by default and introduce -N option to disable it
Ryo Nakamura
2022-12-03
remove unused code and introduce -b buf_sz option
Ryo Nakamura
2022-12-02
little cleanup
Ryo Nakamura
2022-12-02
add -M hmac option
Ryo Nakamura
2022-11-28
use sigalrm for printing progress bar
Ryo Nakamura
2022-11-27
add ETA to progress print
Ryo Nakamura
2022-11-27
skip sftp_free() inappropriately
Ryo Nakamura
2022-11-26
fix duplicate error message on ssh auth failed.
Ryo Nakamura
2022-11-18
fix when copy multiple sources and various tiny fixes
Ryo Nakamura
[next]