summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-10cmake: add INSTALL_EXECUTABLE_ONLY optionRyo Nakamura
2023-12-10rename setup.py to pysetup.pyRyo Nakamura
2023-11-25add -P, equivalent to -p for just compatibilityRyo Nakamura
2023-11-25add -I interval optionRyo Nakamura
2023-11-11workflows: do apt-get update before running install-build-deps.shRyo Nakamura
2023-11-11codeql.yml: do apt-get update before running install-build-deps.shRyo Nakamura
2023-11-01bump version to 0.1.2Ryo Nakamura
2023-11-01add --sysctl net.ipv6.conf.all.disable_ipv6=0 for docker run.Ryo Nakamura
2023-11-01fix parsing user@host:path.Ryo Nakamura
2023-11-01main: adopt rolling average of recent eight bps values to calculate ETARyo Nakamura
2023-11-01main: call only mscp_stop() when receives sigintRyo Nakamura
2023-11-01write total transferred bytes and number of filesRyo Nakamura
2023-11-01change msg: thread[%d] to thread:%dRyo Nakamura
2023-11-01print 1st decimal point in the progress barRyo Nakamura
2023-11-01fix test_e2e for ccalgo and tiny fix on test_dir_copy_singleRyo Nakamura
2023-11-01add -g option to specify TCP cc algorithmRyo Nakamura
2023-09-11Update README.mdRyo Nakamura
2023-09-08bump version to 0.1.1Ryo Nakamura
2023-09-08enable github actions on the dev branchRyo Nakamura
2023-09-08fix: use off_t for lseekRyo Nakamura
2023-09-07Update README.mdRyo Nakamura
2023-09-07bump version to 0.1.0Ryo Nakamura
2023-09-05fix docker/alpine-3.17: no need to make installRyo Nakamura
2023-09-02add jupyter exampleRyo Nakamura
2023-08-30fix libmscp python bindings.Ryo Nakamura
2023-08-30setup.py: fix data_files to isntall libmscp to python library pathRyo Nakamura
2023-08-30fix mscp_opendir, do not use `tls_sftp`, use `sftp` isntead.Ryo Nakamura
2023-08-04update README: adjust to the current usageRyo Nakamura
2023-08-04fix usage: "none" is not supported for -FRyo Nakamura
2023-08-04introduce git-based versioningRyo Nakamura
2023-08-04do not set O_TRUNC when opening destination file.Ryo Nakamura
2023-08-04update README: adjust -h output to HEADRyo Nakamura
2023-08-04add test for specifying ssh_configRyo Nakamura
2023-08-04add -F ssh_config optionRyo Nakamura
2023-08-04update README: glob is now supportedRyo Nakamura
2023-08-03use pseudo glob/globfree for remote-glob when muslRyo Nakamura
2023-08-03cmake: add docker-build no-cache targetRyo Nakamura
2023-08-03add glob for source pathsRyo Nakamura
2023-08-03cleanup wrappers for file operationsRyo Nakamura
2023-07-20bump version to 0.0.9Ryo Nakamura
2023-07-20drop centos8, add almalinux 8.8, update rocky to 8.8Ryo Nakamura
2023-05-07mscp: maintain mscp_thread structs in listRyo Nakamura
2023-04-05main: add a white space to the elapsed time outputRyo Nakamura
2023-04-05main: print elapsed time instead ETA at the endRyo Nakamura
2023-03-26Merge branch 'main' of github.com:upa/mscpRyo Nakamura
2023-03-25fix error handling when scan thread failed.Ryo Nakamura
2023-03-22test: add sleep -1 before ssh-keyscanRyo Nakamura
2023-03-22fix invalid return semRyo Nakamura
2023-03-22test: set min_chunk_sz to 32768 on test_min_chunkRyo Nakamura
2023-03-19bump version to 0.0.8Ryo Nakamura