summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* add debug messages for initialization failuresYang Tse2007-01-311-5/+15
* curl_easy_reset() now resets the CA bundle path correctlyDaniel Stenberg2007-01-281-1/+2
* curl_easy_duphandle() sets the magic number in the new handleDaniel Stenberg2006-12-291-0/+2
* - Robert Foreman provided a prime example snippet showing how libcurl wouldDaniel Stenberg2006-12-221-8/+1
* Jared Lundell filed bug report #1604956Daniel Stenberg2006-12-051-2/+2
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-0/+3
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-5/+5
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* Dmitriy Sergeyev provided an example source code that crashed CVS libcurlDaniel Stenberg2006-10-041-0/+6
* iconv-data needs to be fully reallocated (to prevent a double-free).Gisle Vanem2006-09-091-3/+6
* Duplicate iconv-data too in curl_easy_duphandle().Gisle Vanem2006-09-091-0/+6
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-10/+28
* Simplified #ifdef on WIN32; the statementGisle Vanem2006-09-031-1/+1
* Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem2006-08-301-1/+1
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-0/+2
* Silence iconv() warnings.Gisle Vanem2006-07-251-6/+8
* Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich2006-07-111-6/+16
* Ingmar Runge provided a source snippet that caused a crash. The reason forDaniel Stenberg2006-07-071-8/+10
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-0/+189
* Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg2006-02-111-0/+2
* Bryan Henderson turned the 'initialized' variable for curl_global_init()Daniel Stenberg2006-01-151-3/+4
* Simplified the code within curl_easy_perform() that calls Curl_perform().Daniel Stenberg2005-07-171-33/+3
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-3/+3
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* better error checking and SSL init by David ByronDaniel Stenberg2005-02-091-1/+2
* Define CURL_MULTIEASY when building this, to use my new curl_easy_perform()Daniel Stenberg2005-01-291-0/+84
* Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don'tDaniel Stenberg2005-01-111-1/+1
* Pavel Orehov reported memory problems with the multi interface in bug reportDaniel Stenberg2005-01-101-0/+10
* C ensures that static variables are initialized to 0Dan Fandrich2004-12-221-2/+2
* Dan Fandrich added the --disable-cookies option to configure to buildDaniel Stenberg2004-12-051-1/+1
* Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg2004-11-111-0/+1
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-0/+9
* Made the dns entry remain locked while a connection to the host remains toDaniel Stenberg2004-10-041-5/+0
* Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakinglyDaniel Stenberg2004-09-281-0/+2
* curl_easy_reset() added. Need testing and docs. I also think we should makeDaniel Stenberg2004-07-241-0/+59
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-29/+29
* Alexander Krasnostavsky's fix to make libcurl build fine with configureDaniel Stenberg2004-06-091-0/+2
* very minor format editDaniel Stenberg2004-06-021-1/+2
* fixed curl_easy_duphandle() to properly clean up all memory if any memoryDaniel Stenberg2004-05-271-57/+84
* deal with input arguments as NULLDaniel Stenberg2004-05-131-0/+10
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+49
* curl_easy_duphandle() works again with ares enabledDaniel Stenberg2004-04-291-0/+8
* IDN: Gisle Vanem made the win32 version handle a missing CHARSET environmentDaniel Stenberg2004-04-271-1/+27
* added function headers and commentsDaniel Stenberg2004-04-261-8/+35
* adjusted to the new dns cache function to hide more hostip internalsDaniel Stenberg2004-03-301-1/+1
* if the global_init() is called from within curl_easy_init() and returnsDaniel Stenberg2004-03-151-2/+6
* David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg2004-03-031-8/+13
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-221-3/+3
* Diego Casorran's fixes to allow native AmigaOS buildsDaniel Stenberg2004-01-131-0/+9
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1