Daniel Stenberg
|
bdaa6dd5ba
libssh: if sftp_init fails, don't get the sftp error code
|
2 years ago |
Daniel Stenberg
|
6f9fb7ec2d
misc: ISSPACE() => ISBLANK()
|
2 years ago |
Daniel Stenberg
|
74e156d00f
libssh: ignore deprecation warnings
|
2 years ago |
Daniel Stenberg
|
c988ec9f41
libssh: make atime/mtime date overflow return error
|
2 years ago |
Daniel Stenberg
|
44a02d2532
libssh: setting atime or mtime > 32bit is now just skipped
|
2 years ago |
Daniel Stenberg
|
ef22d5c42a
libssh: skip the fake-close when libssh does the right thing
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Jay Dommaschk
|
c4d032af2a
libssh: fix double close
|
2 years ago |
Daniel Stenberg
|
6968fb9d54
lib: remove exclamation marks
|
2 years ago |
Daniel Stenberg
|
59c44c76de
libssh: unstick SFTP transfers when done event-based
|
2 years ago |
Jay Satiro
|
9d55fb4675
libssh: Improve fix for missing SSH_S_ stat macros
|
2 years ago |
Daniel Stenberg
|
7b0fd39db2
libssh: fix build with old libssh versions
|
2 years ago |
Daniel Stenberg
|
8a9d93e32b
libssh: fix include files and defines use for Windows builds
|
2 years ago |
Daniel Stenberg
|
fe7b64228d
strerror.h: remove the #include from files not using it
|
3 years ago |
Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 years ago |
Daniel Stenberg
|
63c7668182
version: turn version number functions into returning void
|
3 years ago |
Daniel Stenberg
|
0c55fbab45
conn: add 'attach' to protocol handler, make libssh2 use it
|
3 years ago |
Daniel Stenberg
|
063d3f3b96
tidy-up: make conditional checks more consistent
|
3 years ago |
Daniel Stenberg
|
2426fa49ea
libssh: fix "empty expression statement has no effect" warnings
|
3 years ago |
Emil Engler
|
c1abc6624d
libssh: get rid of PATH_MAX
|
3 years ago |
Daniel Stenberg
|
528f71c2ec
ftp: add 'list_only' to the transfer state struct
|
3 years ago |
Daniel Stenberg
|
0c51036eb6
ftp: never set data->set.ftp_append outside setopt
|
3 years ago |
Daniel Stenberg
|
e71542a9d9
curl_path: remove conn->data use
|
3 years ago |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
3 years ago |
Daniel Stenberg
|
a3efced012
libssh: avoid plain free() of libssh-memory
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Emil Engler
|
725ec470e2
language: s/behaviour/behavior/g
|
3 years ago |
Daniel Stenberg
|
a95a6ce6b8
urldata: remove 'void *protop' and create the union 'p'
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
d70a5b5a0f
sendf: move the verbose-check into Curl_debug
|
4 years ago |