summaryrefslogtreecommitdiff
path: root/patch/libssh-0.10.4.patch
AgeCommit message (Collapse)Author
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.