summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Bug report #2416182 titled "crash in ConnectionExists when usingDaniel Stenberg2008-12-111-7/+2
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-191-1/+4
* fix compiler warning: declaration of 'err' shadows a previous localYang Tse2008-09-301-3/+3
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-1/+0
* Checked in some grammatical and minor other fixes in the documentation andDan Fandrich2008-09-101-1/+1
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-2/+1
* - Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properlyDaniel Stenberg2008-09-051-6/+7
* MSVC adjustmentYang Tse2008-08-311-0/+8
* minor code indent fixesDaniel Stenberg2008-08-281-11/+12
* - Constantine Sapuntzakis filed bug report #2042430Daniel Stenberg2008-08-111-7/+17
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-121-0/+96
* Added support for running on Symbian OS.Dan Fandrich2008-04-221-1/+12
* - Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properlyDaniel Stenberg2008-04-051-4/+4
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-1/+0
* - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath byMichal Marek2008-03-201-2/+4
* - Added curl_easy_getinfo typechecker.Michal Marek2008-03-181-0/+1
* - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and onlyMichal Marek2008-03-111-0/+1
* Woops, partly revert my previous commit and do it slightly differently instead.Daniel Stenberg2008-01-151-5/+15
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-081-0/+101
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-6/+6
* white space changes only to clean up indent and source widthDaniel Stenberg2007-11-201-3/+3
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-26/+26
* 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