aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
AgeCommit message (Expand)Author
2017-08-06easy_events: make event data staticDaniel Stenberg
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-05-24time: fix type conversions and compiler warningsMichael Kaufmann
2017-05-10multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-05-10multi: assign IDs to all timers and make each timer singletonDaniel Stenberg
2017-05-01buffer_size: make sure it always has the correct sizeDaniel Stenberg
2017-04-22lib: fix maybe-uninitialized warningsMarcel Raad
2017-04-17code: fix typos and style in commentsDaniel Gustafsson
2017-04-04easy: silence compiler warningJay Satiro
2017-03-28pause: handle mixed types of data when pausedDaniel Stenberg
2017-03-13Improve code readbilitySylvestre Ledru
2017-03-11curl_easy_reset: Also reset the authentication stateMichael Kaufmann
2017-01-19CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
2016-11-05easy: Initialize info variables on easy init and duphandleJay Satiro
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-31idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg
2016-10-18s/cURL/curlDaniel Stenberg
2016-09-20easy: Reset all statistical session info in curl_easy_resetJay Satiro
2016-08-04multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg
2016-07-18curl_global_init: Check if IPv6 worksBrian Prodoehl
2016-06-22typedefs: use the full structs in internal code...Daniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-03-19easy: Minor coding standard and style updatesSteve Holme
2016-03-19easy: Remove poll failure check in easy_transferJay Satiro
2016-03-17version: init moved to private name space, added protosDaniel Stenberg
2016-03-16version: thread safetyJay Satiro
2016-03-16easy: Removed redundant HTTP authentication include filesSteve Holme
2016-03-14easy: add check to malloc() when running event-basedDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-24Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg
2015-11-13cleanup: general removal of TODO (and similar) commentsDaniel Stenberg
2015-10-09curl_global_init: set the memory function pointers correctDaniel Stenberg
2015-10-09curl_global_init_mem: set function pointers before doing initDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-09Curl_client_write() & al.: chop long data, convert data only once.Patrick Monnerat
2014-11-16easy.c: Fixed compilation warning when no verbose string supportSteve Holme
2014-11-09libssh2: detect features based on version, not configure checksDaniel Stenberg
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-02wait_or_timeout: return failure when Curl_poll() failsDaniel Stenberg
2014-07-05compiler warnings: potentially uninitialized variablesMarcel Raad
2014-05-03easy_perform: spelling mistake in error messageDaniel Stenberg
2014-04-22curl_global_init_mem: bump initialized even if already initializedDaniel Stenberg
2014-02-22easy: Fixed a memory leak on OOM conditionDan Fandrich
2013-12-20vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg
2013-12-20vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg
2013-11-27sigpipe: factor out sigpipe_reset from easy.cJeff King
2013-09-01easy.c: Fixed compilation warningSteve Holme