summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-10/+16
* urldata: move the cookefilelist to the 'set' structDaniel Stenberg2022-12-221-7/+5
* strdup: name it Curl_strdupDaniel Stenberg2022-12-221-1/+1
* mime: relax easy/mime structures bindingPatrick Monnerat2022-11-281-2/+2
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-1/+0
* easy: avoid Intel error #2312: pointer cast involving 64-bit pointed-to typeDaniel Stenberg2022-10-071-2/+6
* websockets: remodeled API to support 63 bit frame sizesDaniel Stenberg2022-10-071-2/+2
* easy: fix the altsvc init for curl_easy_duphandleDaniel Stenberg2022-09-301-1/+1
* easy: fix the #include orderDaniel Stenberg2022-09-211-1/+2
* ws: initial websockets supportDaniel Stenberg2022-09-091-9/+19
* multi: use larger dns hash table for multi interfaceDaniel Stenberg2022-08-291-1/+1
* amigaos: fix threaded resolver on AmigaOS 4.xFutaura2022-08-101-1/+1
* hyper: use wakers for curl pause/resumeSean McArthur2022-06-301-0/+10
* easy: remove dead codeDaniel Stenberg2022-06-201-4/+4
* vtls: make curl_global_sslset thread-safeJay Satiro2022-06-161-0/+17
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* select: return error from "lethal" poll/select errorsDaniel Stenberg2022-06-081-0/+2
* lib: make curl_global_init() threadsafe when possibleThomas Guillem2022-06-071-5/+47
* easy/transfer: fix cookie-disabled buildDaniel Stenberg2022-06-021-0/+4
* conn: fix typo 'connnection' -> 'connection' in two function namesAdam Rosenfield2022-04-271-4/+4
* lib: remove exclamation marksDaniel Stenberg2022-04-161-1/+1
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-3/+0
* netware: remove supportDaniel Stenberg2022-01-311-7/+1
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-1/+1
* multi: handle errors returned from socket/timer callbacksDaniel Stenberg2021-12-061-3/+5
* easy: use a custom implementation of wcsdup on WindowsJeff Mears2021-08-091-1/+1
* 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