aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
AgeCommit message (Expand)Author
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
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-25WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-05-24compiler warning: fixYang Tse
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-25asynch resolvers: cleanupDaniel Stenberg
2011-04-25asynch resolvers: unifiedVsevolod Novikov
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-04disable cookies: remove ifdefs, move codeDaniel Stenberg
2010-12-07easy: fix compiler warning: end-of-loop code not reachedYang Tse
2010-12-02fix compiler warning: statement is not reachableYang Tse
2010-11-08fix compiler warningYang Tse
2010-09-21duphandle: use ares_dup()Daniel Stenberg
2010-09-06portabilty: use proper variable type to hold socketsDaniel Stenberg
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-04-26SSH: init and cleanup libssh2 in global_init/cleanupDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-04fix printf-style format stringsYang Tse
2010-01-22wrap long lines and do some indent policingDaniel Stenberg
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse
2009-10-27Fix Pelles C Win32 target compilation issuesYang Tse
2009-09-17Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse
2009-06-15Replaced use of standard C library rand()/srand() by our own pseudo-random nu...Patrick Monnerat
2009-06-12fix compiler warningYang Tse
2009-05-18Simplify c-ares function capability checkYang Tse
2009-05-17fixed case.Gunter Knauf
2009-05-17Take in account c-ares 1.6.1 introduces ares_library_init() and ares_library_...Yang Tse
2009-05-11Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND andDaniel Stenberg
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-11fix compiler warning: enumerated type mixed with another typeYang Tse
2009-03-31Properly return an error code in curl_easy_recv (reported by Jim Freeman).Dan Fandrich
2009-03-09- Frank Hempel found out a bug and provided the fix:Daniel Stenberg
2009-01-29Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse
2009-01-08Unified much of the SessionHandle initialization done in Curl_open() andDan Fandrich