summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* multi: rename the multi transfer statesbagder/multi-state-namesDaniel Stenberg2021-02-161-2/+2
* lib: remove 'conn->data' completelyDaniel Stenberg2021-02-161-12/+0
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-2/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-7/+17
* global_init: debug builds allocates a byte in initDaniel Stenberg2021-01-061-1/+14
* speedcheck: exclude paused transfersDaniel Stenberg2020-12-221-0/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-1/+3
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+11
* pause: only trigger a reread if the unpause sticksDaniel Stenberg2020-09-251-3/+4
* 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