summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-2114-205/+1369
* - As was pointed out on the http-state mailing list, the order of cookies in aDaniel Stenberg2010-01-191-1/+47
* - David McCreedy brought a fix and a new test case (129) to make libcurl workDaniel Stenberg2010-01-191-0/+2
* update copyright year noticeYang Tse2010-01-191-1/+1
* Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse2010-01-184-65/+90
* Store now this file in CVS with unix line endings.Yang Tse2010-01-151-11/+11
* Added the new protocol source files to the non-autoconf build filesDan Fandrich2010-01-154-3/+47
* ssh_statemach_act() is now modified to loop over the switch() to perform asDaniel Stenberg2010-01-111-1464/+1469
* After the TCP connect is confirmed in CURLM_STATE_WAITCONNECT and it changesDaniel Stenberg2010-01-111-3/+3
* - Made sure that the progress callback is repeatedly called at a regularDaniel Stenberg2010-01-111-16/+31
* struct Curl_sh_entry's 'inuse' member was no longer used and is now removedDaniel Stenberg2010-01-091-2/+1
* - 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