summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* easy: during upkeep, attach Curl_easy to connections in the cacheJosie Huddleston2021-07-171-1/+8
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-5/+5
* dupset: remove totally off commentDaniel Stenberg2021-05-151-1/+0
* easy: ignore sigpipe in curl_easy_sendDaniel Stenberg2021-04-261-0/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* hsts: enable by defaultDaniel Stenberg2021-04-191-1/+1
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-17/+17
* multi: rename the multi transfer statesDaniel 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