summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usageYang Tse2013-03-251-0/+6
* curl_memory.h: introduce CURLX_NO_MEMORY_CALLBACKS usage possibilityYang Tse2013-03-141-0/+8
* curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flagZdenek Pavlas2013-03-121-0/+2
* easy: do not ignore poll() failures other than EINTRKamil Dudka2013-03-121-2/+10
* curl_easy_perform: Value stored to 'mcode' is never readDaniel Stenberg2013-02-051-1/+3
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-117/+44
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+897
* build: rename 93 lib/*.c filesYang Tse2013-01-031-897/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-21/+21
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-11/+7
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-6/+5
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-121-2/+2
* libcurl: some OOM handling fixesYang Tse2011-10-071-9/+8
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-281-1/+1
* BSD-style lwIP TCP/IP stack support - followupYang Tse2011-08-071-0/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-7/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-7/+1
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* compiler warning: fixYang Tse2011-05-241-0/+1
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-6/+6
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+3
* asynch resolvers: cleanupDaniel Stenberg2011-04-251-3/+4
* asynch resolvers: unifiedVsevolod Novikov2011-04-251-13/+6
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-210/+2
* disable cookies: remove ifdefs, move codeDaniel Stenberg2011-04-041-8/+1
* easy: fix compiler warning: end-of-loop code not reachedYang Tse2010-12-071-85/+79
* fix compiler warning: statement is not reachableYang Tse2010-12-021-6/+3
* fix compiler warningYang Tse2010-11-081-2/+3
* duphandle: use ares_dup()Daniel Stenberg2010-09-211-2/+3
* portabilty: use proper variable type to hold socketsDaniel Stenberg2010-09-061-10/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-7/+3