summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* url: make Curl_close() NULLify the pointer toobagder/curl_close-zeroDaniel Stenberg2019-10-291-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
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-4/+0
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-071-2/+2
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-071-0/+20
* vtls: reinstantiate engine on duplicated handlesLaurent Bonnans2018-08-181-0/+7
* easy_perform: use *multi_timeout() to get wait timesDaniel Stenberg2018-06-271-17/+6
* spelling fixesViktor Szakats2018-06-031-2/+2
* duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg2018-04-121-0/+3
* add_handle/easy_perform: clear errorbuffer on start if setDaniel Stenberg2018-03-171-0/+4
* pause: when changing pause state, update socket stateDaniel Stenberg2018-03-161-0/+4
* header callback: don't chop headers into smaller piecesDaniel Stenberg2018-02-161-4/+2
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+13
* curl_easy_reset: clear digest auth stateDaniel Stenberg2018-01-301-0/+2
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-141-2/+7
* easy: fix connection ownership in curl_easy_pauseBasuke Suzuki2018-01-091-1/+14
* curl_easy_reset: release mime-related data.Patrick Monnerat2017-12-201-1/+1
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-0/+11
* global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg2017-11-271-9/+5
* setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg2017-11-101-23/+37
* include: remove conncache.h inclusion from where its not neededDaniel Stenberg2017-11-011-1/+0
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-4/+4
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-6/+6
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-8/+8
* easy_events: make event data staticDaniel Stenberg2017-08-061-1/+3
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-4/+4
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-241-3/+9
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-1/+1
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-101-1/+1
* buffer_size: make sure it always has the correct sizeDaniel Stenberg2017-05-011-1/+1
* lib: fix maybe-uninitialized warningsMarcel Raad2017-04-221-1/+1