summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
...
* symbian: drop supportDaniel Stenberg2020-09-221-12/+0
* easy_reset: clear retry counterQuentin Balland2020-09-181-0/+1
* altsvc: clone setting in curl_easy_duphandlebagder/altsvc-duphandleDaniel Stenberg2020-09-061-0/+11
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-171-2/+1
* timeouts: move ms timeouts to timediff_t from int and longMarc Hoersken2020-06-061-1/+1
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-301-17/+0
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-0/+11
* easy: fix dangling pointer on easy_perform faildenzor2020-05-121-0/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-10/+9
* easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-aresJay Satiro2020-03-141-8/+19
* mime: latch last read callback status.Patrick Monnerat2020-03-071-0/+8
* ares: store dns parameters for duphandleErnst Sjöstrand2020-03-071-0/+11
* version: make curl_version* thread-safe without using global contextDaniel Stenberg2020-03-071-4/+0
* pause: force a connection (re-)check after unpausingDaniel Stenberg2020-03-071-0/+4
* pause: bail out on bad inputDaniel Stenberg2020-03-061-6/+12
* pause: return early for calls that don't change pause stateDaniel Stenberg2020-03-061-0/+7
* Revert "pause: force-drain the transfer on unpause"bagder/revert-unpause-h2Daniel Stenberg2020-03-051-1/+0
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-021-8/+0
* mime: latch last read callback status.Patrick Monnerat2020-03-021-0/+8
* pause: force-drain the transfer on unpauseDaniel Stenberg2020-02-291-0/+1
* http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg2020-02-271-33/+38
* easy: remove dead codeJay Satiro2020-02-121-4/+0
* global_init: move the IPv6 works status bool to multi handleDaniel Stenberg2020-01-281-2/+0
* global_init: assume the EINTR bit by defaultDaniel Stenberg2020-01-261-2/+6
* wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg2020-01-241-7/+0
* wolfSSH: new SSH backendDaniel Stenberg2020-01-121-1/+12
* global_init: undo the "intialized" bump in case of failureDaniel Stenberg2019-12-021-5/+9
* lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro2019-11-171-1/+1
* pause: avoid updating socket if done was already calledDaniel Stenberg2019-11-101-3/+4
* url: make Curl_close() NULLify the pointer tooDaniel Stenberg2019-10-301-1/+1
* easy: part of conditional expression is always true: !resultDaniel Stenberg2019-09-201-3/+2
* cleanup: move functions out of url.c and make them staticDaniel Stenberg2019-09-031-1/+30
* vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg2019-08-171-17/+3
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-061-19/+3
* easy: resize receive buffer on easy handle resetJay Satiro2019-07-251-0/+14
* unpause: trigger a timeout for event-based transfersDaniel Stenberg2019-06-091-1/+4
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-1/+1
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-1/+1
* easy: fix another "clarify calculation precedence" warningMarcel Raad2019-05-121-2/+2
* build: fix "clarify calculation precedence" warningsMarcel Raad2019-05-121-2/+2
* http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme2019-05-111-0/+3
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-111-1/+0
* system_win32: move win32_init here from easy.cJay Satiro2019-03-021-90/+2
* Fix strict-prototypes GCC warningMarcel Raad2019-02-221-1/+1
* easy: fix win32 init to work without CURL_GLOBAL_WIN32Jay Satiro2019-02-181-49/+60
* Curl_now: figure out windows version in win32_initDaniel Stenberg2019-02-151-0/+16
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-2/+2
* curl_easy_perform: fix timeout handlingDaniel Stenberg2018-11-251-3/+4
* ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel2018-11-201-1/+2
* whitespace fixesViktor Szakats2018-09-231-1/+0