aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-18Added precheck that curl supports the 'openssl' engine in test 307.Dan Fandrich
2007-01-17Fixed some tag typos in the test data files.Dan Fandrich
2007-01-17Disabled test 307 for now.Dan Fandrich
2007-01-17Supress "comparison between signed and unsigned" warning.Gisle Vanem
2007-01-17two other still outstanding issuesDaniel Stenberg
2007-01-17more reported bugs we need to address at some point, possibly before a releaseDaniel Stenberg
2007-01-17clarify the INFILESIZE option(s)Daniel Stenberg
2007-01-16David McCreedy fixed a flaw from his previous non-ascii HTTP patchDaniel Stenberg
2007-01-16- Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg
2007-01-16restore previous addition to the amount of data that is returnedDaniel Stenberg
2007-01-16Added simple OpenSSL crypto engine tests.Dan Fandrich
2007-01-16Fixed a small memory leak in tftp uploads discovered by curl's memory leakDan Fandrich
2007-01-15Added TFTP upload tests.Dan Fandrich
2007-01-15Leave the TFTPD test server running after a file upload.Dan Fandrich
2007-01-14- David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg
2007-01-134GB download and cookielist "ALL" fixesDaniel Stenberg
2007-01-13fixed bad variable use when getting the size which we should read whenDaniel Stenberg
2007-01-13make Curl_cookie_clearall() survive getting called with a NULL pointerDaniel Stenberg
2007-01-10Added test for TFTP retrieve of boundary case 512 byte file.Dan Fandrich
2007-01-10Display crypto engine name correctly in debug message.Dan Fandrich
2007-01-10Added test of TFTP server error reporting.Dan Fandrich
2007-01-09corrected exampleDaniel Stenberg
2007-01-08Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing
2007-01-08Removed unused variable in Curl_ossl_shutdown()Linus Nielsen Feltzing
2007-01-08no suprise really, but it works fine on SH4 as well...Daniel Stenberg
2007-01-06Fix compilation errors when building without SSLLinus Nielsen Feltzing
2007-01-05- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg
2007-01-05Include <dos.h> for delay() on MSDOS.Gisle Vanem
2007-01-04prevent compiler warning since we use base64.h from libcurl which now hasDaniel Stenberg
2007-01-03one issue less before releaseDaniel Stenberg
2007-01-03- David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg
2007-01-03new yearDaniel Stenberg
2007-01-03- Matt Witherspoon fixed the flaw which made libcurl 7.16.0 always storeDaniel Stenberg
2007-01-02- Victor Snezhko helped us fix bug report #1603712Daniel Stenberg
2007-01-02- Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needsDaniel Stenberg
2006-12-31curl_easy_cleanup kills this memory tooDaniel Stenberg
2006-12-29curl_easy_duphandle() sets the magic number in the new handleDaniel Stenberg
2006-12-25mention the no_proxy workDaniel Stenberg
2006-12-22- Robert Foreman provided a prime example snippet showing how libcurl wouldDaniel Stenberg
2006-12-22Curl_getinfo() now checks for a NULL SessionHandle pointerDaniel Stenberg
2006-12-22- David McCreedy fixed a bad call to getsockname() that wrongly used a size_tDaniel Stenberg
2006-12-22When setting a proxy with environment variables and (for example) runningDaniel Stenberg
2006-12-21minor indent fixDaniel Stenberg
2006-12-21removed unused variablesDaniel Stenberg
2006-12-21Robson Braga Araujo reported bug #1618359Daniel Stenberg
2006-12-21CURLOPT_CAPATH is OpenSSL-onlyDaniel Stenberg
2006-12-19* removed the SSH-based protocols as they are now being implementedDaniel Stenberg
2006-12-1937. Having more than one connection to the same host when doing NTLMDaniel Stenberg
2006-12-16recv() doesn't take MSG_NOSIGNAL in its forth argument so let's not pass it.Daniel Stenberg
2006-12-16Brendan Jurd provided a fix that now prevents libcurl from getting a SIGPIPEDaniel Stenberg