summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSH: init and cleanup libssh2 in global_init/cleanupDaniel Stenberg2010-04-261-0/+11
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix printf-style format stringsYang Tse2010-02-041-6/+6
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-3/+5
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* Fix Pelles C Win32 target compilation issuesYang Tse2009-10-271-2/+2
* Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse2009-09-171-1/+1
* Replaced use of standard C library rand()/srand() by our own pseudo-random nu...Patrick Monnerat2009-06-151-0/+5
* fix compiler warningYang Tse2009-06-121-1/+1
* Simplify c-ares function capability checkYang Tse2009-05-181-2/+2
* fixed case.Gunter Knauf2009-05-171-1/+1
* Take in account c-ares 1.6.1 introduces ares_library_init() and ares_library_...Yang Tse2009-05-171-0/+11
* Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND andDaniel Stenberg2009-05-111-5/+5
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* fix compiler warning: enumerated type mixed with another typeYang Tse2009-04-111-1/+1
* Properly return an error code in curl_easy_recv (reported by Jim Freeman).Dan Fandrich2009-03-311-2/+2
* - Frank Hempel found out a bug and provided the fix:Daniel Stenberg2009-03-091-0/+15
* Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse2009-01-291-3/+3
* Unified much of the SessionHandle initialization done in Curl_open() andDan Fandrich2009-01-081-51/+2