summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Johan van Selst found and fixed a OpenSSL session ref count leak:Daniel Stenberg2010-01-081-2/+10
* removed a parameter from the Curl_http_readwrite_headers() prototype to removeDaniel Stenberg2010-01-073-7/+4
* removed Curl_http_header_append() prototype as it isn't used anymore, theDaniel Stenberg2010-01-071-5/+1
* - Make sure the progress callback is called repeatedly even during very slowDaniel Stenberg2010-01-061-8/+23
* Julien Chaffraix fixed so that the fragment part in an URL is not sent to the...Claes Jakobsson2010-01-061-9/+17
* - Julien Chaffraix eliminated a duplicated initialization in singlesocket().Kamil Dudka2010-01-031-1/+0
* update copyright year since we are in 2010 nowDaniel Stenberg2010-01-015-5/+5
* - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg2010-01-015-1/+39
* turned CURLOPT_MAIL_RCPT into a curl_slist list instead to support multipleDaniel Stenberg2009-12-313-5/+20
* modified to get the EHLO domain from the path part of the URL instead of theDaniel Stenberg2009-12-302-6/+16
* moved the SMTP payload escape function into Curl_smtp_escape_eob and putDaniel Stenberg2009-12-303-56/+68
* (SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLFDaniel Stenberg2009-12-303-2/+78
* Oops, should have removed 'not' in previous commit.Yang Tse2009-12-301-5/+5
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-3022-27/+27
* Replaced stricmp() usage with our portable strequal()Yang Tse2009-12-301-5/+5
* move HTTP-specific functions to http.c where they belongDaniel Stenberg2009-12-293-769/+769
* first shot at actually doing the SMTP upload as well, not doing the properDaniel Stenberg2009-12-251-6/+5
* remove some unused codeDaniel Stenberg2009-12-201-32/+1
* free the allocated mailbox name at disconnectDaniel Stenberg2009-12-201-0/+2
* fixed a precaution check in the cookie code, pointed out by Julien ChaffraixDaniel Stenberg2009-12-191-1/+1
* Fix compilation failureYang Tse2009-12-171-1/+1
* uh, assign the bool it points to properlyDaniel Stenberg2009-12-171-1/+1
* Stop overloading the conn->protocol field with the PROT_MISSING bit. ItDaniel Stenberg2009-12-172-7/+9
* Remove pointless storing of the protocol as a string within the connectdataDaniel Stenberg2009-12-173-25/+29
* - David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup whenDaniel Stenberg2009-12-171-1/+1
* Follow-up fix for the proxy fix I did for Jon Nelson's bug. It turned out IDaniel Stenberg2009-12-161-60/+79
* - Jon Nelson found a regression that turned out to be a flaw in how libcurlDaniel Stenberg2009-12-141-30/+33
* Fix compiler warningYang Tse2009-12-141-1/+1
* Fix compiler warningsYang Tse2009-12-144-8/+13
* split out more protocol-specific structs from urldata.h into their ownDaniel Stenberg2009-12-124-163/+175
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-1217-632/+4117
* Prevent rewinding unless pipelining.Yang Tse2009-12-111-12/+17
* Removed function prototype without implementationYang Tse2009-12-111-4/+1
* - Constantine Sapuntzakis figured out a case which would lead to libcurlDaniel Stenberg2009-12-101-19/+28
* minor indent changeDaniel Stenberg2009-12-101-2/+2
* - Martin Storsjo made libcurl use the Expect: 100-continue header for postsDaniel Stenberg2009-12-071-2/+2
* lib/nss.c: avoid use of uninitialized valueKamil Dudka2009-12-021-3/+3
* - If the Expect: 100-continue header has been set by the application throughDaniel Stenberg2009-12-011-9/+21
* s/socklen_t/curl_socklen_t/gYang Tse2009-11-281-2/+2
* Fix compiler warning: unused variable `data'Yang Tse2009-11-281-2/+1
* - Markus Koetter provided a polished and updated version of Chad Monroe's TFTPDaniel Stenberg2009-11-272-217/+472
* - Extended and fixed the change I did on Dec 11 for the the progressDaniel Stenberg2009-11-261-50/+54
* refreshedDaniel Stenberg2009-11-241-19/+12
* - Constantine Sapuntzakis identified a write after close, as the sockets wereDaniel Stenberg2009-11-201-3/+5
* - Jad Chamcham pointed out a bug with connection re-use. If a connection hadDaniel Stenberg2009-11-201-0/+1
* Explicit initialization of all FTP struct members in ftp_init()Yang Tse2009-11-191-6/+10
* Fix compiler warning: ISO C90 forbids mixed declarations and codeYang Tse2009-11-181-2/+2
* Make memory tracking system intolerant with zero sized malloc(),Yang Tse2009-11-181-3/+14
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-1816-22/+22
* - Constantine Sapuntzakis provided another fix for the DNS cache that couldDaniel Stenberg2009-11-171-45/+31