aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
AgeCommit message (Expand)Author
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
2013-06-25formpost: better random boundariesDaniel Stenberg
2013-06-24SIGPIPE: don't use 'data' in sigpipe restoreDaniel Stenberg
2013-06-22SIGPIPE: ignored while inside the libraryDaniel Stenberg
2013-06-13curl_easy_perform: avoid busy-loopingDaniel Stenberg
2013-05-12Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg
2013-04-26curl_easy_init: use less mallocsDaniel Stenberg
2013-04-04easy.c: fix compiler warningYang Tse
2013-04-04easy: Fix the broken CURLOPT_MAXCONNECTS optionLinus Nielsen Feltzing
2013-03-25WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usageYang Tse
2013-03-14curl_memory.h: introduce CURLX_NO_MEMORY_CALLBACKS usage possibilityYang Tse
2013-03-12curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flagZdenek Pavlas
2013-03-12easy: do not ignore poll() failures other than EINTRKamil Dudka
2013-02-05curl_easy_perform: Value stored to 'mcode' is never readDaniel Stenberg
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-12-07Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2011-10-12OOM handling/cleanup slight adjustmentsYang Tse
2011-10-07libcurl: some OOM handling fixesYang Tse
2011-08-28NTLM: END of refactoring/splitting/movingYang Tse
2011-08-07BSD-style lwIP TCP/IP stack support - followupYang Tse