summaryrefslogtreecommitdiff
path: root/patch
AgeCommit message (Collapse)Author
2024-03-09sftp_async_write: bit cleanup error messagingRyo Nakamura
2024-02-07add -4 and -6 options to use either IPv4 or IPv6Ryo Nakamura
2024-01-06bump libssh to libssh-0.10.6-2-g6f1b1e76Ryo Nakamura
libssh 0.10.6 has a regression in IPv6 parsing, so we pick stable-0.10 that includes the fixes. https://gitlab.com/libssh/libssh-mirror/-/issues/227
2024-01-04bump libssh to 0.10.6Ryo Nakamura
libssh 0.10.6 includes some security fixes, e.g., CVE-2023-48795.
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-26add libssh-0.9.6.patchRyo Nakamura
2022-11-20set WITH_EXAMPLES OFFRyo Nakamura
2022-11-18add patch/README.mdRyo Nakamura
2022-11-17add libssh as submodule and LIBSSH_PATH to build mscp with static builtRyo Nakamura
libssh.