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 |
Daniel Stenberg
|
02346abc32
curl_multi_poll: a sister to curl_multi_wait() that waits more
|
5 years ago |
Jay Satiro
|
78ed3abe11
easy: resize receive buffer on easy handle reset
|
5 years ago |
Daniel Stenberg
|
680f141332
unpause: trigger a timeout for event-based transfers
|
5 years ago |
Daniel Stenberg
|
8ece8177f1
cleanup: remove FIXME and TODO comments
|
5 years ago |
Steve Holme
|
52dfab65d6
auth: Rename the various authentication clean up functions
|
5 years ago |
Marcel Raad
|
15fd9abfea
easy: fix another "clarify calculation precedence" warning
|
5 years ago |
Marcel Raad
|
6b3dde7fe6
build: fix "clarify calculation precedence" warnings
|
5 years ago |
Steve Holme
|
5c2aebe308
http_digest: Don't expose functions when HTTP and Crypto Auth are disabled
|
5 years ago |
Daniel Stenberg
|
f73de32d46
CURLOPT_DNS_USE_GLOBAL_CACHE: remove
|
5 years ago |
Jay Satiro
|
db374c50db
system_win32: move win32_init here from easy.c
|
5 years ago |
Marcel Raad
|
50f1bb2632
Fix strict-prototypes GCC warning
|
5 years ago |
Jay Satiro
|
f26bc29cfe
easy: fix win32 init to work without CURL_GLOBAL_WIN32
|
5 years ago |
Daniel Stenberg
|
ca597ad34a
Curl_now: figure out windows version in win32_init
|
5 years ago |
Daniel Stenberg
|
ba243235ec
urldata: rename easy_conn to just conn
|
5 years ago |
Daniel Stenberg
|
34fe0e1622
curl_easy_perform: fix timeout handling
|
6 years ago |
Romain Fliedel
|
6765e6d9e6
ares: remove fd from multi fd set when ares is about to close the fd
|
6 years ago |
Viktor Szakats
|
b801b453af
whitespace fixes
|
6 years ago |
Daniel Stenberg
|
46e164069d
url: use the URL API internally as well
|
6 years ago |
Daniel Stenberg
|
17ca0ccff4
curl_easy_upkeep: removed 'conn' from the name
|
6 years ago |
Max Dymond
|
7b655fcbad
upkeep: add a connection upkeep API: curl_easy_conn_upkeep()
|
6 years ago |
Laurent Bonnans
|
4939f36524
vtls: reinstantiate engine on duplicated handles
|
6 years ago |
Daniel Stenberg
|
3ef67c6861
easy_perform: use *multi_timeout() to get wait times
|
6 years ago |