aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-02avoid setting up a transfer when the state machine failed previouslyDaniel Stenberg
2007-11-01Toby Peterson patched a memory problem in the command line tool thatDaniel Stenberg
happened when a user had a home dir as an empty string. curl would then do free() on a wrong area.
2007-11-01minor re-indentDaniel Stenberg
2007-11-01Ignore more features that curl-config is not expected to know aboutDan Fandrich
2007-11-01Fixed curl-config --features to not display libz when it wasn't usedDan Fandrich
due to a missing header file.
2007-11-01Make postcheck failure message more like the othersDan Fandrich
2007-11-01Added test case 1014 to compare curl-config --features with curl --versionDan Fandrich
2007-11-01Added test case 1013 to check that curl-config --protocols matches theDan Fandrich
protocols listed in curl --version
2007-10-31Fixed the output of curl-config --protocols which showed SCP and SFTPDan Fandrich
always, except when --without-libssh2 was given
2007-10-31Detect curl source when valgrind provides an absolute source file nameDan Fandrich
2007-10-31Add support for LDAP urls. Allthough the OpenWatcomGisle Vanem
headers <winlap.h> and <winber.h> defines wrong calling convention.
2007-10-31Added optional use of zlib (USE_ZLIB=1).Gisle Vanem
Use a response-file for the C-compiler.
2007-10-31contributor re-count (we'll break the 600 limit very very soon now) and I madeDaniel Stenberg
all the numericals at the top phrased "shorter" and I cut out the "number of releases since the very beginning" since that's just the number curl releases + 26 and not a very interesting number anyway.
2007-10-30Fixed an OOM problem with file: URLsDan Fandrich
Moved Curl_file_connect into the protocol handler struct.
2007-10-30added new people from the 7.17.1 announcementDaniel Stenberg
2007-10-29Added test case 546 to check that subsequent FTP transfers work after aDan Fandrich
failed one using the multi interface
2007-10-29curl-config --features and --protocols show the correct output when builtDaniel Stenberg
with NSS
2007-10-29Based on one of those bug reports that are intercepted by a distro's bugDaniel Stenberg
tracker (https://bugzilla.redhat.com/show_bug.cgi?id=316191), I now made curl-config --features and --protocols show the correct output when built with NSS.
2007-10-29Reverted the const change--what was I thinking?Dan Fandrich
2007-10-29Made some pointers constDan Fandrich
2007-10-297.17.2Daniel Stenberg
2007-10-29start working on 7.17.2Daniel Stenberg
2007-10-297.17.1!Daniel Stenberg
2007-10-29correct mirror countDaniel Stenberg
2007-10-29let 7.17.1 be version-info 4:1:0Daniel Stenberg
2007-10-28OpenWatcom cannot use wldap32.lib (wrong calling convention?).Gisle Vanem
Added generation of dummy ca-bundle.h. Sorted objects.
2007-10-28http://curl.wetzlmayr.at/ is a new web mirror in Nuremberg, GermanyDaniel Stenberg
2007-10-27Fixed the 2000-series tests so that the downloaded data is actually checkedDan Fandrich
2007-10-27Made the magic testnumber > 10000 support actually workDan Fandrich
2007-10-26Fixed the test case to create only a single test file, which is all theDan Fandrich
test harness supports.
2007-10-26Fixed a valgrind uninitialized variable error.Dan Fandrich
2007-10-26Check that all servers in the <server> section are supported, not justDan Fandrich
the first.
2007-10-26mention --static-libs as added in 7.17.1Daniel Stenberg
2007-10-26typecast to prevent compiler warningYang Tse
2007-10-26Detect, log and avoid storing a request with a negative size.Yang Tse
2007-10-25Added the --static-libs option to curl-configDan Fandrich
2007-10-25Disable valgrind for this test to avoid the rlimit = soft rlimit problemDan Fandrich
found by Michal Marek.
2007-10-25oopsDaniel Stenberg
2007-10-25Made libcurl built with NSS possible to ignore the peer verification.Daniel Stenberg
Previously it would fail if the ca bundle wasn't present, even if the code ignored the verification results.
2007-10-25Added test case 2004.Dan Fandrich
Disable valgrind in test case 1004 due to a libtool bug.
2007-10-25prevent compiler warnings about shadowing and one case of unused variableDaniel Stenberg
2007-10-25Allow test server to handle binary POSTs.Patrick Monnerat
Tests 35, 544 545 added: binary data POSTs.
2007-10-25When valgrind is disabled in the test file, don't run it at all (as opposedDan Fandrich
to running it and ignoring its output).
2007-10-25Don't show valgrind log files of other testsYang Tse
2007-10-25Michal Marek fixed the test script to be able to use valgrind even when theDaniel Stenberg
lib is built shared with libtool.
2007-10-25Don't assume there's a sessionhandle around when a connection is disconnected,Daniel Stenberg
so do the data->reqdata.current_conn assignment when we know there is an easy handle existing! Fixes the valgrind report on test 509.
2007-10-25fix the checkDaniel Stenberg
2007-10-25Fixed a TFTP memory leak. Enabled test 2003 to verify this.Daniel Stenberg
2007-10-24Fixed the test TFTP server to support the >10000 test number notationDan Fandrich
Added test cases 2002 and 2003 (the latter disabled for now)
2007-10-24enable 2000 and 2001Daniel Stenberg