summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some minor mismatched types found by splint.Dan Fandrich2007-08-261-2/+3
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-2/+5
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-2/+2
* added NetWare-own file to provide some init functions (for now only CLIB);Gunter Knauf2007-07-111-0/+6
* Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMSJames Housley2007-06-271-0/+2
* When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg2007-05-311-2/+5
* Frank Hempel fixed a curl_easy_duphandle() crash on a handle that hadDaniel Stenberg2007-04-281-2/+6
* fix out of memory handling issueYang Tse2007-04-081-1/+4
* Rob Jones fixed better #ifdef'ing for a bunch of #include lines.Daniel Stenberg2007-04-031-0/+6
* When curl_easy_duphandle() fails because it can't get or make a connectionDaniel Stenberg2007-03-311-1/+2
* New Internal wrapper function Curl_select() around select (2), itYang Tse2007-03-271-5/+2
* proper symbol definition check for all AmigaOS flavoursYang Tse2007-02-281-2/+2
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-7/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-6/+15
* 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