| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-12 | remove VERSION from package file names | Ryo Nakamura | |
| This change enables downloading latest packages from URL https://github.com/upa/mscp/releases/latest/download/PACKAGE | |||
| 2023-03-12 | test: add test_python.py for testing python-mscp | Ryo Nakamura | |
| Dockerfiles also adapt themselvs for testing python-mscp bindings. | |||
| 2023-03-10 | remove numpy from test, and fix compiling single binary mscp | Ryo Nakamura | |
| 2023-03-10 | add alpine docker to build mscp as a single binary | Ryo Nakamura | |
| The build recipe in docker/alpine-3.17.Dockerfile uses conan to build mscp as a single binary (with statically linked musl). Now the mscp binary is portable! | |||
| 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-13 | add rocky 8.6 support | 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-07 | fix docker/README.md | 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 Dockerfile-test for test container | Ryo Nakamura | |
| 2022-11-05 | add install-build-deps.sh and fix docker build procedure | Ryo Nakamura | |
| 2022-10-31 | add custom_target to build mscp in contaners through cmake | Ryo Nakamura | |
| 2022-10-30 | add docker files | Ryo Nakamura | |
