Age | Commit message (Expand) | Author |
2020-03-14 | easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-ares | Jay Satiro |
2020-03-07 | mime: latch last read callback status. | Patrick Monnerat |
2020-03-07 | ares: store dns parameters for duphandle | Ernst Sjöstrand |
2020-03-07 | version: make curl_version* thread-safe without using global context | Daniel Stenberg |
2020-03-07 | pause: force a connection (re-)check after unpausing | Daniel Stenberg |
2020-03-06 | pause: bail out on bad input | Daniel Stenberg |
2020-03-06 | pause: return early for calls that don't change pause state | Daniel Stenberg |
2020-03-05 | Revert "pause: force-drain the transfer on unpause" | Daniel Stenberg |
2020-03-02 | Revert "mime: latch last read callback status." | Daniel Stenberg |
2020-03-02 | mime: latch last read callback status. | Patrick Monnerat |
2020-02-29 | pause: force-drain the transfer on unpause | Daniel Stenberg |
2020-02-27 | http2: make pausing/unpausing set/clear local stream window | Daniel Stenberg |
2020-02-12 | easy: remove dead code | Jay Satiro |
2020-01-28 | global_init: move the IPv6 works status bool to multi handle | Daniel Stenberg |
2020-01-26 | global_init: assume the EINTR bit by default | Daniel Stenberg |
2020-01-24 | wolfssh: make it init properly via Curl_ssh_init() | Daniel Stenberg |
2020-01-12 | wolfSSH: new SSH backend | Daniel Stenberg |
2019-12-02 | global_init: undo the "intialized" bump in case of failure | Daniel Stenberg |
2019-11-17 | lib: Move lib/ssh.h -> lib/vssh/ssh.h | Jay Satiro |
2019-11-10 | pause: avoid updating socket if done was already called | Daniel Stenberg |
2019-10-30 | url: make Curl_close() NULLify the pointer too | Daniel Stenberg |
2019-09-20 | easy: part of conditional expression is always true: !result | Daniel Stenberg |
2019-09-03 | cleanup: move functions out of url.c and make them static | Daniel Stenberg |
2019-08-17 | vssh: move ssh init/cleanup functions into backend code | Daniel Stenberg |
2019-08-06 | curl_multi_poll: a sister to curl_multi_wait() that waits more | Daniel Stenberg |
2019-07-25 | easy: resize receive buffer on easy handle reset | Jay Satiro |
2019-06-09 | unpause: trigger a timeout for event-based transfers | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-12 | auth: Rename the various authentication clean up functions | Steve Holme |
2019-05-12 | easy: fix another "clarify calculation precedence" warning | Marcel Raad |
2019-05-12 | build: fix "clarify calculation precedence" warnings | Marcel Raad |
2019-05-11 | http_digest: Don't expose functions when HTTP and Crypto Auth are disabled | Steve Holme |
2019-04-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
2019-03-02 | system_win32: move win32_init here from easy.c | Jay Satiro |
2019-02-22 | Fix strict-prototypes GCC warning | Marcel Raad |
2019-02-18 | easy: fix win32 init to work without CURL_GLOBAL_WIN32 | Jay Satiro |
2019-02-15 | Curl_now: figure out windows version in win32_init | Daniel Stenberg |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2018-11-25 | curl_easy_perform: fix timeout handling | Daniel Stenberg |
2018-11-20 | ares: remove fd from multi fd set when ares is about to close the fd | Romain Fliedel |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-07 | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-08-18 | vtls: reinstantiate engine on duplicated handles | Laurent Bonnans |
2018-06-27 | easy_perform: use *multi_timeout() to get wait times | Daniel Stenberg |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-04-12 | duphandle: make sure CURLOPT_RESOLVE is duplicated fine too | Daniel Stenberg |
2018-03-17 | add_handle/easy_perform: clear errorbuffer on start if set | Daniel Stenberg |
2018-03-16 | pause: when changing pause state, update socket state | Daniel Stenberg |