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
Age
Commit message (
Expand
)
Author
2023-03-15
do not fdopen(msg_fd) if msg_fd < 0
Ryo Nakamura
2023-03-15
introduce semaphore for concurrent connecting ssh
Ryo Nakamura
2023-03-15
cleanup message print functions
Ryo Nakamura
2023-03-14
rename ssh_connect_flag to ssh_estab_queue
Ryo Nakamura
2023-03-14
implement ssh_connect_flag
Ryo Nakamura
2023-03-14
cleanup mscp_prepare-related code
Ryo Nakamura
2023-03-13
mscp_prepare() scans source paths in a thread.
Ryo Nakamura
2023-03-13
revise walk_src_path.
Ryo Nakamura
2023-03-13
Update README.md
Ryo Nakamura
2023-03-13
bump version to 0.0.7
Ryo Nakamura
2023-03-13
fix mscp.py
Ryo Nakamura
2023-03-13
fix install libmscp.dylib to python package dir in macOS
Ryo Nakamura
2023-03-12
remove VERSION from package file names
Ryo Nakamura
2023-03-12
test: add test_python.py for testing python-mscp
Ryo Nakamura
2023-03-12
little cleanup for python bindings
Ryo Nakamura
2023-03-12
fix cleanup
Ryo Nakamura
2023-03-12
setup.py: read version from VERSION file
Ryo Nakamura
2023-03-12
add destructor to mscp class to call mscp_free()
Ryo Nakamura
2023-03-12
mscp copy via python bindings works.
Ryo Nakamura
2023-03-11
add mscp and pymscp python modules.
Ryo Nakamura
2023-03-11
add note to mscp_cleanup() and mscp_free()
Ryo Nakamura
2023-03-11
move direction from mscp_opts to mscp_init argument
Ryo Nakamura
2023-03-11
start to implement pymscp.c
Ryo Nakamura
2023-03-10
remove numpy from test, and fix compiling single binary mscp
Ryo Nakamura
2023-03-10
fix uninitialized dst_path_is_dir bool
Ryo Nakamura
2023-03-10
add include GNUInstallDirs
Ryo Nakamura
2023-03-10
now make install installs libmscp
Ryo Nakamura
2023-03-10
fix CMakeLists to build libmscp on ubnutu 22.04
Ryo Nakamura
2023-03-10
merge main into lib
Ryo Nakamura
2023-03-10
fix typo
Ryo Nakamura
2023-03-10
add alpine docker to build mscp as a single binary
Ryo Nakamura
2023-03-09
add conanfile.txt to compile mscp as a single binary
Ryo Nakamura
2023-03-09
Merge branch 'main' of github.com:upa/mscp into main
Ryo Nakamura
2023-03-09
fix cmake: remove modification to libssh CMake
Ryo Nakamura
2023-03-04
fix dryrun handling on main.c
Ryo Nakamura
2023-03-04
add doxygen for mscp.h
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
accidentaly swap min_chunk_sz and max_chunk_sz...
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-27
remove test.c
Ryo Nakamura
2023-02-26
add comments to mscp.h
Ryo Nakamura
2023-02-26
tiny fix on comment
Ryo Nakamura
[prev]
[next]