summaryrefslogtreecommitdiff
path: root/lib/vssh/libssh.c
Commit message (Expand)AuthorAgeFilesLines
* libssh: tell it to use SFTP non-blockingDaniel Stenberg2023-04-271-1/+1
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-3/+3
* libssh: use dynbuf instead of reallocDaniel Stenberg2023-03-161-37/+17
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* netware: remove leftover tracesDaniel Gustafsson2022-11-231-5/+0
* vtls: localization of state data in filtersStefan Eissing2022-11-221-2/+2
* lib: parse numbers with fixed known base 10Daniel Stenberg2022-11-171-2/+2
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-111-1/+1
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-4/+3
* libssh: if sftp_init fails, don't get the sftp error codeDaniel Stenberg2022-10-161-2/+1
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-1/+1
* libssh: ignore deprecation warningsDaniel Stenberg2022-08-291-0/+7
* libssh: make atime/mtime date overflow return errorDaniel Stenberg2022-08-181-28/+15
* libssh: setting atime or mtime > 32bit is now just skippedDaniel Stenberg2022-08-161-4/+18
* libssh: skip the fake-close when libssh does the right thingDaniel Stenberg2022-06-151-5/+8
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* libssh: fix double closeJay Dommaschk2022-04-201-0/+4
* lib: remove exclamation marksDaniel Stenberg2022-04-161-1/+1
* libssh: unstick SFTP transfers when done event-basedDaniel Stenberg2022-03-211-0/+3
* libssh: Improve fix for missing SSH_S_ stat macrosJay Satiro2022-03-141-2/+3
* libssh: fix build with old libssh versionsDaniel Stenberg2022-03-101-0/+7
* libssh: fix include files and defines use for Windows buildsDaniel Stenberg2022-02-261-10/+10
* strerror.h: remove the #include from files not using itDaniel Stenberg2021-09-091-1/+0
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-30/+30
* version: turn version number functions into returning voidDaniel Stenberg2021-06-301-2/+2
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+2
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-21/+21
* libssh: fix "empty expression statement has no effect" warningsDaniel Stenberg2021-04-191-39/+63
* libssh: get rid of PATH_MAXEmil Engler2021-04-051-4/+3
* ftp: add 'list_only' to the transfer state structDaniel Stenberg2021-02-091-1/+1
* ftp: never set data->set.ftp_append outside setoptDaniel Stenberg2021-02-081-1/+1
* curl_path: remove conn->data useDaniel Stenberg2021-01-191-4/+2
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-142/+143
* libssh: avoid plain free() of libssh-memoryDaniel Stenberg2021-01-181-2/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-97/+105
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-5/+5
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-14/+7
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+2
* sftp: add new quote commands 'atime' and 'mtime'COFFEETALES2020-08-241-2/+32
* libssh: avoid options override by configuration filesAnderson Toshiyuki Sasaki2020-04-251-14/+47
* libssh: Use new ECDSA key types to check known hostsAnderson Toshiyuki Sasaki2020-04-171-0/+8
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-071-3/+17
* libssh: improve known hosts handlingAnderson Toshiyuki Sasaki2020-02-271-6/+92
* cleanup: comment typosDaniel Stenberg2020-02-211-2/+1
* lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg2019-12-171-3/+7
* Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg2019-12-161-0/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson2019-11-281-1/+1