summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Client certificate ENG file type requires OpenSSL 0.9.7 or newerYang Tse2009-11-151-3/+2
* Remove enable-thread / disable-thread configure option. These were only placeboYang Tse2009-11-155-15/+0
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-144-11/+22
* OpenSSL 0.9.7 or newer required for ENGINE_CTRL_GET_CMD_FROM_NAME definitionYang Tse2009-11-141-0/+2
* - Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE forDaniel Stenberg2009-11-141-8/+52
* - Constantine Sapuntzakis provided the fix that ensures that an SSL connectionYang Tse2009-11-142-0/+12
* Constantine Sapuntzakis patch for hostip.cYang Tse2009-11-121-20/+0
* Add missing variable initializationYang Tse2009-11-121-0/+2
* - libcurl-NSS now tries to reconnect with TLS disabled in case it detectsKamil Dudka2009-11-123-3/+55
* - Kevin Baughman provided a fix preventing libcurl-NSS from crash on doublyKamil Dudka2009-11-121-0/+2
* Make hostip.c compile againYang Tse2009-11-121-2/+8
* - Marco Maggi reported that compilation failed when configured --with-gssapiYang Tse2009-11-111-7/+10
* - Constantine Sapuntzakis posted bug #2891595Daniel Stenberg2009-11-113-21/+36