aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-17Remove pointless storing of the protocol as a string within the connectdataDaniel Stenberg
2009-12-17- David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup whenDaniel Stenberg
2009-12-17gettimeofday() requires perl version newer than 5.6Yang Tse
2009-12-16Follow-up fix for the proxy fix I did for Jon Nelson's bug. It turned out IDaniel Stenberg
2009-12-16Test harness process control enhancementsYang Tse
2009-12-16Test #1106 needs an ftp enabled clientYang Tse
2009-12-16Test harness process control enhancementsYang Tse
2009-12-14- Jon Nelson found a regression that turned out to be a flaw in how libcurlDaniel Stenberg
2009-12-14Fix compiler warningYang Tse
2009-12-14Prevent perl script dying messages in output, since tearing down the pinpongYang Tse
2009-12-14Adjust uppercase protocol string usageYang Tse
2009-12-14Fix compiler warningsYang Tse
2009-12-14Fix compiler warningsYang Tse
2009-12-13signal handling to cleanup on SIGINT and SIGTERM, followupYang Tse
2009-12-13reapply diff between revisions 1.103 and 1.102Yang Tse
2009-12-12updated with the new protocolsDaniel Stenberg
2009-12-12might as well output all supported protocols at the end of configure toDaniel Stenberg
2009-12-12show POP3S, IMAPS and SMTPS as protocols if SSL is enabledDaniel Stenberg
2009-12-12support disabling POP3, IMAP and SMTP and now they also appear in curl-configDaniel Stenberg
2009-12-12split out more protocol-specific structs from urldata.h into their ownDaniel Stenberg
2009-12-12IMAP, POP3 and SMTP supportDaniel Stenberg
2009-12-12introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg
2009-12-11Prevent rewinding unless pipelining.Yang Tse
2009-12-11Removed function prototype without implementationYang Tse
2009-12-10- Siegfried Gyuricsko found out that the curl manual said --retry would retryDaniel Stenberg
2009-12-10argh, use the correct bug idDaniel Stenberg
2009-12-10- Constantine Sapuntzakis figured out a case which would lead to libcurlDaniel Stenberg
2009-12-10minor indent changeDaniel Stenberg
2009-12-10- Fixed curl erroneously reporting output stream write failures with disabled...Yang Tse
2009-12-09signal handling to cleanup on SIGINT and SIGTERM, followupYang Tse
2009-12-07- Martin Storsjo made libcurl use the Expect: 100-continue header for postsDaniel Stenberg
2009-12-0474. The HTTP spec allows headers to be merged and become comma-separatedDaniel Stenberg
2009-12-03Fix 'uploaded' file descriptor leakYang Tse
2009-12-03signal handling to cleanup on SIGINT and SIGTERMYang Tse
2009-12-02lib/nss.c: avoid use of uninitialized valueKamil Dudka
2009-12-02signal handling to cleanup on SIGINT and SIGTERMYang Tse
2009-12-01Set socket option SO_REUSEADDR=true on stunnel accept'ing portYang Tse
2009-12-01- If the Expect: 100-continue header has been set by the application throughDaniel Stenberg
2009-11-30start working on 1.7.1Daniel Stenberg
2009-11-30- In order to better reflect that the returned pid is extracted from theYang Tse
2009-11-29#71 "TFTP block size / better integration in transfer" is now expected toDaniel Stenberg
2009-11-29a binding for FalconDaniel Stenberg
2009-11-28- Added Diffie-Hellman parameters to several test harness certificate files inYang Tse
2009-11-28Use different log files for each protocolYang Tse
2009-11-28s/socklen_t/curl_socklen_t/gYang Tse
2009-11-28Fix compiler warning: unused variable `data'Yang Tse
2009-11-277.20.0 is the planned next version numberDaniel Stenberg
2009-11-27document --tftp-blksizeDaniel Stenberg
2009-11-27- Markus Koetter provided a polished and updated version of Chad Monroe's TFTPDaniel Stenberg
2009-11-27Attempt to enhance stunnel 3.X loggingYang Tse