Daniel Stenberg
|
3c9e021f86
Curl_easy: remember last connection by id, not by pointer
|
4 years ago |
Marc Hoersken
|
3186f50054
timeouts: move ms timeouts to timediff_t from int and long
|
4 years ago |
Daniel Stenberg
|
c4e6968127
url: alloc the download buffer at transfer start
|
4 years ago |
Gilles Vollant
|
cac5374298
setopt: support certificate options in memory with struct curl_blob
|
4 years ago |
denzor
|
a9021716cc
easy: fix dangling pointer on easy_perform fail
|
4 years ago |
Daniel Stenberg
|
ed35d6590e
dynbuf: introduce internal generic dynamic buffer functions
|
4 years ago |
Jay Satiro
|
3bfda07004
easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-ares
|
4 years ago |
Patrick Monnerat
|
96972ec1c0
mime: latch last read callback status.
|
4 years ago |
Ernst Sjöstrand
|
c8f086bcc3
ares: store dns parameters for duphandle
|
4 years ago |
Daniel Stenberg
|
e364546fb3
version: make curl_version* thread-safe without using global context
|
4 years ago |
Daniel Stenberg
|
e040146f22
pause: force a connection (re-)check after unpausing
|
4 years ago |
Daniel Stenberg
|
e54b1885d1
pause: bail out on bad input
|
4 years ago |
Daniel Stenberg
|
64258bd0aa
pause: return early for calls that don't change pause state
|
4 years ago |
Daniel Stenberg
|
8aa04e9a24
Revert "pause: force-drain the transfer on unpause"
|
4 years ago |
Daniel Stenberg
|
8cd4e6d81f
Revert "mime: latch last read callback status."
|
4 years ago |
Patrick Monnerat
|
87869e38d7
mime: latch last read callback status.
|
4 years ago |
Daniel Stenberg
|
fa0216b294
pause: force-drain the transfer on unpause
|
4 years ago |
Daniel Stenberg
|
15f51474c8
http2: make pausing/unpausing set/clear local stream window
|
4 years ago |
Jay Satiro
|
55bb83c92b
easy: remove dead code
|
4 years ago |
Daniel Stenberg
|
0b030a5b23
global_init: move the IPv6 works status bool to multi handle
|
4 years ago |
Daniel Stenberg
|
1ad49feb71
global_init: assume the EINTR bit by default
|
4 years ago |
Daniel Stenberg
|
920af1a664
wolfssh: make it init properly via Curl_ssh_init()
|
4 years ago |
Daniel Stenberg
|
6773c7ca65
wolfSSH: new SSH backend
|
4 years ago |
Daniel Stenberg
|
bc5d22c3de
global_init: undo the "intialized" bump in case of failure
|
5 years ago |
Jay Satiro
|
1f6a18685e
lib: Move lib/ssh.h -> lib/vssh/ssh.h
|
5 years ago |
Daniel Stenberg
|
32747aafa0
pause: avoid updating socket if done was already called
|
5 years ago |
Daniel Stenberg
|
dcd7e37c3a
url: make Curl_close() NULLify the pointer too
|
5 years ago |
Daniel Stenberg
|
2e68e5a023
easy: part of conditional expression is always true: !result
|
5 years ago |
Daniel Stenberg
|
5050edb124
cleanup: move functions out of url.c and make them static
|
5 years ago |
Daniel Stenberg
|
d6dea75af7
vssh: move ssh init/cleanup functions into backend code
|
5 years ago |