summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Curl_client_write() & al.: chop long data, convert data only once.Patrick Monnerat2014-12-091-64/+6
* easy.c: Fixed compilation warning when no verbose string supportSteve Holme2014-11-161-0/+4
* libssh2: detect features based on version, not configure checksDaniel Stenberg2014-11-091-0/+1
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-47/+47
* wait_or_timeout: return failure when Curl_poll() failsDaniel Stenberg2014-10-021-0/+3
* compiler warnings: potentially uninitialized variablesMarcel Raad2014-07-051-1/+1
* easy_perform: spelling mistake in error messageDaniel Stenberg2014-05-031-1/+1
* curl_global_init_mem: bump initialized even if already initializedDaniel Stenberg2014-04-221-3/+7
* easy: Fixed a memory leak on OOM conditionDan Fandrich2014-02-221-0/+9
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* sigpipe: factor out sigpipe_reset from easy.cJeff King2013-11-271-55/+1
* easy.c: Fixed compilation warningSteve Holme2013-09-011-1/+1
* easy: rename struct monitor to socketmonitorDaniel Stenberg2013-08-291-8/+8
* multi_socket: improved 100-continue timeout handlingDaniel Stenberg2013-08-281-8/+4
* easy: define away easy_events() for non-debug buildsDaniel Stenberg2013-08-251-0/+3
* curl_easy_perform_ev: debug/test functionDaniel Stenberg2013-08-201-51/+347
* cleanup: removed one function, made one staticDaniel Stenberg2013-08-121-19/+0
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-3/+2
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-3/+2
* multi: remove data->state.current_conn struct fieldDaniel Stenberg2013-08-031-1/+1
* curl_easy_pause: on unpause, trigger mulit-socket handlingDaniel Stenberg2013-07-291-0/+7
* easy.c: curl_easy_getinfo() fix va_start/va_end matchingYang Tse2013-07-241-1/+5
* curl_easy_perform: gradually increase the delay timeDaniel Stenberg2013-07-191-3/+1
* WIN32 MemoryTracking: require UNICODE for wide strdup code supportYang Tse2013-07-191-4/+4
* Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".Yang Tse2013-07-181-0/+6
* easy.c: fix global declaration shadowingYang Tse2013-07-111-12/+13
* formpost: better random boundariesDaniel Stenberg2013-06-251-5/+0
* SIGPIPE: don't use 'data' in sigpipe restoreDaniel Stenberg2013-06-241-12/+18
* SIGPIPE: ignored while inside the libraryDaniel Stenberg2013-06-221-0/+56
* curl_easy_perform: avoid busy-loopingDaniel Stenberg2013-06-131-0/+25
* Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg2013-05-121-6/+0
* curl_easy_init: use less mallocsDaniel Stenberg2013-04-261-1/+4
* easy.c: fix compiler warningYang Tse2013-04-041-1/+2
* easy: Fix the broken CURLOPT_MAXCONNECTS optionLinus Nielsen Feltzing2013-04-041-0/+3