Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-20 | add libssh 0.10.4 as submodule | Ryo Nakamura | |
2022-11-20 | use list(LENGTH) to iterate DIST_ lists | Ryo Nakamura | |
2022-11-20 | fix CMakeLists.txt | Ryo Nakamura | |
* install mscp from package at docker build phase. * add docker-*-all custom targets. | |||
2022-11-19 | cleanup docker-related commands in cmake | Ryo Nakamura | |
TODO: add bruild procedure for async_write | |||
2022-11-18 | Merge branch 'async-write' | 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 | add patch/README.md | Ryo Nakamura | |
2022-11-18 | add patch/README.md | Ryo Nakamura | |
2022-11-18 | update README | Ryo Nakamura | |
2022-11-18 | remove pr_warn debug | Ryo Nakamura | |
2022-11-18 | cleanup CMakeLists.txt | Ryo Nakamura | |
* now mscp with async write is compilable on both macos and ubuntu | |||
2022-11-18 | fix type of id for sftp_async_write | Ryo Nakamura | |
2022-11-18 | Merge branch 'main' of github.com:upa/sscp | Ryo Nakamura | |
2022-11-18 | fix when copy multiple sources and various tiny fixes | Ryo Nakamura | |
* when copying multiple sources, target must be directory * add multi-src copy test and parametrize src/dst prefixes * cleanup REAMDE (s/sessions/connections/g) * make error output in copy functions simple | |||
2022-11-18 | fix copy multiple files and various tiny fixes | Ryo Nakamura | |
* when coping multiple files, target must be directory * add multi-src copy test and parametrize src/dst prefixes * cleanup REAMDE (s/sessions/connections/g) * make error output in copy functions simple | |||
2022-11-18 | tiny fix | Ryo Nakamura | |
- set ssh nonblocking before closing sftp session - fix pprint for core mask | |||
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 | fix typo | Ryo Nakamura | |
2022-11-17 | implement local-to-remote copy with async_write | Ryo Nakamura | |
2022-11-17 | update README for building mscp with patched libssh | Ryo Nakamura | |
2022-11-17 | add libssh to .gitignore | Ryo Nakamura | |
2022-11-17 | remove libssh git submodule | Ryo Nakamura | |
2022-11-17 | add libssh as submodule and LIBSSH_PATH to build mscp with static built | Ryo Nakamura | |
libssh. | |||
2022-11-16 | check invalid coremask | Ryo Nakamura | |
2022-11-15 | add -m coremask option | Ryo Nakamura | |
2022-11-13 | bump up version: 0.0.1 | Ryo Nakamura | |
2022-11-13 | Update README.md | Ryo Nakamura | |
2022-11-13 | update README | Ryo Nakamura | |
2022-11-13 | run mscp -h last on ci build | Ryo Nakamura | |
2022-11-13 | add rocky 8.6 support | 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 | |
Too large buffer size for sftp_async_read causes unfinished copy: sftp_async_read returns 0 althrough data remains. | |||
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-07 | fix docker/README.md | Ryo Nakamura | |
2022-11-06 | add install from homebrew tap to README | Ryo Nakamura | |
2022-11-06 | update README for install | Ryo Nakamura | |
2022-11-06 | add release.yml to automate releasing by tag | Ryo Nakamura | |
2022-11-06 | fix test status badge url | Ryo Nakamura | |
2022-11-06 | cleanup docker files and build/test procedure | Ryo Nakamura | |
2022-11-06 | add `test on ubuntu` badge to README and tiny fixes | Ryo Nakamura | |
2022-11-06 | add test.yml to test mscp inside docker on ubuntu | Ryo Nakamura | |
2022-11-06 | run install-build-deps.sh in codeql | Ryo Nakamura | |
2022-11-06 | Create codeql.yml | Ryo Nakamura | |
2022-11-06 | remove accidentally added Makefile | Ryo Nakamura | |