summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* enabled build with libssh2; fixed copyright for new year..Gunter Knauf2007-01-233-5/+34
* Make the test script tag parser a bit more robust.Dan Fandrich2007-01-182-1/+4
* Added precheck that curl supports the 'openssl' engine in test 307.Dan Fandrich2007-01-184-1/+24
* Fixed some tag typos in the test data files.Dan Fandrich2007-01-1725-24/+24
* Disabled test 307 for now.Dan Fandrich2007-01-172-1/+5
* Supress "comparison between signed and unsigned" warning.Gisle Vanem2007-01-171-2/+2
* two other still outstanding issuesDaniel Stenberg2007-01-171-1/+5
* more reported bugs we need to address at some point, possibly before a releaseDaniel Stenberg2007-01-171-2/+14
* clarify the INFILESIZE option(s)Daniel Stenberg2007-01-171-0/+6
* David McCreedy fixed a flaw from his previous non-ascii HTTP patchDaniel Stenberg2007-01-161-10/+10
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-1619-49/+75
* restore previous addition to the amount of data that is returnedDaniel Stenberg2007-01-161-1/+1
* Added simple OpenSSL crypto engine tests.Dan Fandrich2007-01-163-1/+68
* Fixed a small memory leak in tftp uploads discovered by curl's memory leakDan Fandrich2007-01-162-5/+10
* Added TFTP upload tests.Dan Fandrich2007-01-153-1/+134
* Leave the TFTPD test server running after a file upload.Dan Fandrich2007-01-151-3/+3
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-1410-61/+299
* 4GB download and cookielist "ALL" fixesDaniel Stenberg2007-01-132-1/+12
* fixed bad variable use when getting the size which we should read whenDaniel Stenberg2007-01-131-3/+9
* make Curl_cookie_clearall() survive getting called with a NULL pointerDaniel Stenberg2007-01-131-4/+6
* Added test for TFTP retrieve of boundary case 512 byte file.Dan Fandrich2007-01-102-1/+66
* Display crypto engine name correctly in debug message.Dan Fandrich2007-01-101-3/+3
* Added test of TFTP server error reporting.Dan Fandrich2007-01-102-1/+34
* corrected exampleDaniel Stenberg2007-01-091-1/+3
* Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing2007-01-084-8/+12
* Removed unused variable in Curl_ossl_shutdown()Linus Nielsen Feltzing2007-01-081-1/+0
* no suprise really, but it works fine on SH4 as well...Daniel Stenberg2007-01-081-0/+1
* Fix compilation errors when building without SSLLinus Nielsen Feltzing2007-01-061-2/+7
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-0516-20/+269
* Include <dos.h> for delay() on MSDOS.Gisle Vanem2007-01-051-2/+6
* prevent compiler warning since we use base64.h from libcurl which now hasDaniel Stenberg2007-01-041-1/+6
* one issue less before releaseDaniel Stenberg2007-01-031-2/+0
* - David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg2007-01-0310-38/+100
* new yearDaniel Stenberg2007-01-031-1/+1
* - Matt Witherspoon fixed the flaw which made libcurl 7.16.0 always storeDaniel Stenberg2007-01-033-22/+44
* - Victor Snezhko helped us fix bug report #1603712Daniel Stenberg2007-01-024-9/+31
* - Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needsDaniel Stenberg2007-01-022-1/+35
* curl_easy_cleanup kills this memory tooDaniel Stenberg2006-12-311-1/+2
* curl_easy_duphandle() sets the magic number in the new handleDaniel Stenberg2006-12-293-0/+7
* mention the no_proxy workDaniel Stenberg2006-12-251-0/+2
* - Robert Foreman provided a prime example snippet showing how libcurl wouldDaniel Stenberg2006-12-226-48/+31
* Curl_getinfo() now checks for a NULL SessionHandle pointerDaniel Stenberg2006-12-221-0/+3
* - David McCreedy fixed a bad call to getsockname() that wrongly used a size_tDaniel Stenberg2006-12-222-3/+5
* When setting a proxy with environment variables and (for example) runningDaniel Stenberg2006-12-223-1/+7
* minor indent fixDaniel Stenberg2006-12-211-5/+5
* removed unused variablesDaniel Stenberg2006-12-212-3/+0
* Robson Braga Araujo reported bug #1618359Daniel Stenberg2006-12-217-18/+34
* CURLOPT_CAPATH is OpenSSL-onlyDaniel Stenberg2006-12-211-8/+8
* * removed the SSH-based protocols as they are now being implementedDaniel Stenberg2006-12-191-5/+6
* 37. Having more than one connection to the same host when doing NTLMDaniel Stenberg2006-12-191-0/+14