summaryrefslogtreecommitdiff
path: root/lib/easy.c
AgeCommit message (Expand)Author
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
2013-08-29easy: rename struct monitor to socketmonitorDaniel Stenberg
2013-08-28multi_socket: improved 100-continue timeout handlingDaniel Stenberg
2013-08-25easy: define away easy_events() for non-debug buildsDaniel Stenberg
2013-08-20curl_easy_perform_ev: debug/test functionDaniel Stenberg
2013-08-12cleanup: removed one function, made one staticDaniel Stenberg
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-08-03multi: remove data->state.current_conn struct fieldDaniel Stenberg
2013-07-29curl_easy_pause: on unpause, trigger mulit-socket handlingDaniel Stenberg
2013-07-24easy.c: curl_easy_getinfo() fix va_start/va_end matchingYang Tse
2013-07-19curl_easy_perform: gradually increase the delay timeDaniel Stenberg
2013-07-19WIN32 MemoryTracking: require UNICODE for wide strdup code supportYang Tse
2013-07-18Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".Yang Tse
2013-07-11easy.c: fix global declaration shadowingYang Tse