summaryrefslogtreecommitdiff
path: root/lib/easy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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