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 |
Viktor Szakats
|
4bd91bc474
spelling fixes
|
6 years ago |
Daniel Stenberg
|
2b126cd708
duphandle: make sure CURLOPT_RESOLVE is duplicated fine too
|
6 years ago |
Daniel Stenberg
|
fb4f568b1e
add_handle/easy_perform: clear errorbuffer on start if set
|
6 years ago |
Daniel Stenberg
|
2404aa080e
pause: when changing pause state, update socket state
|
6 years ago |
Daniel Stenberg
|
367689d8c9
header callback: don't chop headers into smaller pieces
|
6 years ago |
Björn Stenberg
|
b46cfbc068
TODO fixed: Detect when called from within callbacks
|
6 years ago |
Daniel Stenberg
|
9caa3e248d
curl_easy_reset: clear digest auth state
|
6 years ago |
Patrick Monnerat
|
e44ddfd477
mime: clone mime tree upon easy handle duplication.
|
6 years ago |
Basuke Suzuki
|
2a6dbb8155
easy: fix connection ownership in curl_easy_pause
|
6 years ago |
Patrick Monnerat
|
f009bbe1f6
curl_easy_reset: release mime-related data.
|
7 years ago |
Nikos Mavrogiannopoulos
|
c92d2e14cf
Added support for libssh SSH SCP back-end
|
7 years ago |
Daniel Stenberg
|
d661b0afb5
global_init: ignore CURL_GLOBAL_SSL's absense
|
7 years ago |
Daniel Stenberg
|
aa7668b948
setopt: split out curl_easy_setopt() to its own file
|
7 years ago |
Daniel Stenberg
|
cda89c8b58
include: remove conncache.h inclusion from where its not needed
|
7 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |
Daniel Stenberg
|
b9d25f9a6b
timediff: return timediff_t from the time diff functions
|
7 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Daniel Stenberg
|
fa48987356
easy_events: make event data static
|
7 years ago |
Daniel Stenberg
|
4dee50b9c8
timeval: struct curltime is a struct timeval replacement
|
7 years ago |
Michael Kaufmann
|
8ab22a7453
time: fix type conversions and compiler warnings
|
7 years ago |
Daniel Stenberg
|
31b39c40cf
multi: use a fixed array of timers instead of malloc
|
7 years ago |
Daniel Stenberg
|
e9fd794a61
multi: assign IDs to all timers and make each timer singleton
|
7 years ago |
Daniel Stenberg
|
f535f4f5fc
buffer_size: make sure it always has the correct size
|
7 years ago |
Marcel Raad
|
4a8cf6c404
lib: fix maybe-uninitialized warnings
|
7 years ago |
Daniel Gustafsson
|
aaa7e05c78
code: fix typos and style in comments
|
7 years ago |
Jay Satiro
|
a68ca63d73
easy: silence compiler warning
|
7 years ago |