Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-01 | add -g option to specify TCP cc algorithm | Ryo Nakamura | |
This commit introduce SSH_OPTIONS_CCALGO option to the libssh patch and add -g CONGESTION option to mscp. | |||
2023-03-09 | fix cmake: remove modification to libssh CMake | Ryo Nakamura | |
2022-12-10 | allocate headroom for SFTP header | Ryo Nakamura | |
This commit makes ssh_buffer_new_size() can insert headroom. This headroom can eliminate memcpy involved in ssh_buffer_prepend_data() for inserting SFTP common header. | |||
2022-12-06 | add ssh_buffer_new_size and ssh_buffer_add_func to libssh | Ryo Nakamura | |
sftp_async_write() with these functions reduces 1. realloc_buffer by ssh_buffer_new_size() 2. memcpy from read data to ssh buffer by ssh_buffer_add_func() | |||
2022-12-05 | update libssh build options | Ryo Nakamura | |
2022-11-20 | set WITH_EXAMPLES OFF | Ryo Nakamura | |
2022-11-17 | add libssh as submodule and LIBSSH_PATH to build mscp with static built | Ryo Nakamura | |
libssh. |