summaryrefslogtreecommitdiff
path: root/patch/libssh-0.10.4.patch
AgeCommit message (Collapse)Author
2023-11-01add -g option to specify TCP cc algorithmRyo Nakamura
This commit introduce SSH_OPTIONS_CCALGO option to the libssh patch and add -g CONGESTION option to mscp.
2023-03-09fix cmake: remove modification to libssh CMakeRyo Nakamura
2022-12-10allocate headroom for SFTP headerRyo 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-06add ssh_buffer_new_size and ssh_buffer_add_func to libsshRyo 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-05update libssh build optionsRyo Nakamura
2022-11-20set WITH_EXAMPLES OFFRyo Nakamura
2022-11-17add libssh as submodule and LIBSSH_PATH to build mscp with static builtRyo Nakamura
libssh.