aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
AgeCommit message (Expand)Author
2020-06-06timeouts: move ms timeouts to timediff_t from int and longMarc Hoersken
2020-05-30url: alloc the download buffer at transfer startDaniel Stenberg
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-12easy: fix dangling pointer on easy_perform faildenzor
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-03-14easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-aresJay Satiro
2020-03-07mime: latch last read callback status.Patrick Monnerat
2020-03-07ares: store dns parameters for duphandleErnst Sjöstrand
2020-03-07version: make curl_version* thread-safe without using global contextDaniel Stenberg
2020-03-07pause: force a connection (re-)check after unpausingDaniel Stenberg
2020-03-06pause: bail out on bad inputDaniel Stenberg
2020-03-06pause: return early for calls that don't change pause stateDaniel Stenberg
2020-03-05Revert "pause: force-drain the transfer on unpause"Daniel Stenberg
2020-03-02Revert "mime: latch last read callback status."Daniel Stenberg
2020-03-02mime: latch last read callback status.Patrick Monnerat
2020-02-29pause: force-drain the transfer on unpauseDaniel Stenberg
2020-02-27http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg
2020-02-12easy: remove dead codeJay Satiro
2020-01-28global_init: move the IPv6 works status bool to multi handleDaniel Stenberg
2020-01-26global_init: assume the EINTR bit by defaultDaniel Stenberg
2020-01-24wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg
2020-01-12wolfSSH: new SSH backendDaniel Stenberg
2019-12-02global_init: undo the "intialized" bump in case of failureDaniel Stenberg
2019-11-17lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro
2019-11-10pause: avoid updating socket if done was already calledDaniel Stenberg
2019-10-30url: make Curl_close() NULLify the pointer tooDaniel Stenberg
2019-09-20easy: part of conditional expression is always true: !resultDaniel Stenberg
2019-09-03cleanup: move functions out of url.c and make them staticDaniel Stenberg
2019-08-17vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg
2019-08-06curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg
2019-07-25easy: resize receive buffer on easy handle resetJay Satiro
2019-06-09unpause: trigger a timeout for event-based transfersDaniel Stenberg
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-05-12easy: fix another "clarify calculation precedence" warningMarcel Raad
2019-05-12build: fix "clarify calculation precedence" warningsMarcel Raad
2019-05-11http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme
2019-04-11CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg
2019-03-02system_win32: move win32_init here from easy.cJay Satiro
2019-02-22Fix strict-prototypes GCC warningMarcel Raad
2019-02-18easy: fix win32 init to work without CURL_GLOBAL_WIN32Jay Satiro
2019-02-15Curl_now: figure out windows version in win32_initDaniel Stenberg
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2018-11-25curl_easy_perform: fix timeout handlingDaniel Stenberg
2018-11-20ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel
2018-09-23whitespace fixesViktor Szakats
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-07curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg
2018-09-07upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond
2018-08-18vtls: reinstantiate engine on duplicated handlesLaurent Bonnans