summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* code: fix typos and style in commentsDaniel Gustafsson2017-04-171-1/+1
* easy: silence compiler warningJay Satiro2017-04-041-1/+1
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-281-14/+27
* Improve code readbilitySylvestre Ledru2017-03-131-2/+1
* curl_easy_reset: Also reset the authentication stateMichael Kaufmann2017-03-111-0/+4
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-191-0/+6
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-051-0/+2
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+0
* idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg2016-10-311-26/+0
* s/cURL/curlDaniel Stenberg2016-10-181-4/+4
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-201-0/+3
* multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg2016-08-041-1/+1
* curl_global_init: Check if IPv6 worksBrian Prodoehl2016-07-181-0/+2
* typedefs: use the full structs in internal code...Daniel Stenberg2016-06-221-18/+19
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-27/+17
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* code: style updatesDaniel Stenberg2016-04-031-4/+4
* easy: Minor coding standard and style updatesSteve Holme2016-03-191-11/+11
* easy: Remove poll failure check in easy_transferJay Satiro2016-03-191-6/+1
* version: init moved to private name space, added protosDaniel Stenberg2016-03-171-2/+2
* version: thread safetyJay Satiro2016-03-161-1/+5
* easy: Removed redundant HTTP authentication include filesSteve Holme2016-03-161-1/+0
* easy: add check to malloc() when running event-basedDaniel Stenberg2016-03-141-9/+13
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-1/+1
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-1/+1
* curl_global_init: set the memory function pointers correctDaniel Stenberg2015-10-091-10/+22
* curl_global_init_mem: set function pointers before doing initDaniel Stenberg2015-10-091-12/+9
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2