summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Sort the directory listing because the server doesn't always do it.Dan Fandrich2007-11-051-6/+10
* Added some keywordsDan Fandrich2007-11-052-0/+12
* tclcurl and a mirror recount when bad ones have been cut outDaniel Stenberg2007-11-051-2/+2
* Andres Garcia made it build and run on windowsDaniel Stenberg2007-11-051-0/+7
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-0524-1068/+1070
* I check the code right now and while() and if() are in majority over while ()Daniel Stenberg2007-11-051-0/+2
* Move connection-oriented variables from the SessionHandle struct to theDaniel Stenberg2007-11-052-343/+347
* make sure the code deals with failures on the DO_MORE state properlyDaniel Stenberg2007-11-031-25/+30
* avoid setting up a transfer when the state machine failed previouslyDaniel Stenberg2007-11-021-2/+2
* Toby Peterson patched a memory problem in the command line tool thatDaniel Stenberg2007-11-013-2/+10
* minor re-indentDaniel Stenberg2007-11-011-4/+4
* Ignore more features that curl-config is not expected to know aboutDan Fandrich2007-11-011-3/+7
* Fixed curl-config --features to not display libz when it wasn't usedDan Fandrich2007-11-013-1/+6
* Make postcheck failure message more like the othersDan Fandrich2007-11-011-1/+1
* Added test case 1014 to compare curl-config --features with curl --versionDan Fandrich2007-11-015-12/+46
* Added test case 1013 to check that curl-config --protocols matches theDan Fandrich2007-11-015-2/+77
* Fixed the output of curl-config --protocols which showed SCP and SFTPDan Fandrich2007-10-313-2/+7
* Detect curl source when valgrind provides an absolute source file nameDan Fandrich2007-10-311-4/+6
* Add support for LDAP urls. Allthough the OpenWatcomGisle Vanem2007-10-311-2/+2
* Added optional use of zlib (USE_ZLIB=1).Gisle Vanem2007-10-311-4/+21
* contributor re-count (we'll break the 600 limit very very soon now) and I madeDaniel Stenberg2007-10-311-8/+7
* Fixed an OOM problem with file: URLsDan Fandrich2007-10-304-11/+15
* added new people from the 7.17.1 announcementDaniel Stenberg2007-10-301-0/+9
* Added test case 546 to check that subsequent FTP transfers work after aDan Fandrich2007-10-293-1/+75
* curl-config --features and --protocols show the correct output when builtDaniel Stenberg2007-10-291-1/+2
* Based on one of those bug reports that are intercepted by a distro's bugDaniel Stenberg2007-10-293-4/+14
* Reverted the const change--what was I thinking?Dan Fandrich2007-10-292-3/+3
* Made some pointers constDan Fandrich2007-10-292-3/+3
* 7.17.2Daniel Stenberg2007-10-291-3/+3
* start working on 7.17.2Daniel Stenberg2007-10-291-42/+7
* 7.17.1!curl-7_17_1Daniel Stenberg2007-10-291-0/+2
* correct mirror countDaniel Stenberg2007-10-291-1/+1
* let 7.17.1 be version-info 4:1:0Daniel Stenberg2007-10-291-1/+1
* OpenWatcom cannot use wldap32.lib (wrong calling convention?).Gisle Vanem2007-10-281-31/+34
* http://curl.wetzlmayr.at/ is a new web mirror in Nuremberg, GermanyDaniel Stenberg2007-10-281-1/+1
* Fixed the 2000-series tests so that the downloaded data is actually checkedDan Fandrich2007-10-276-45/+184
* Made the magic testnumber > 10000 support actually workDan Fandrich2007-10-271-9/+9
* Fixed the test case to create only a single test file, which is all theDan Fandrich2007-10-261-13/+5
* Fixed a valgrind uninitialized variable error.Dan Fandrich2007-10-261-0/+1
* Check that all servers in the <server> section are supported, not justDan Fandrich2007-10-261-6/+8
* mention --static-libs as added in 7.17.1Daniel Stenberg2007-10-261-2/+2
* typecast to prevent compiler warningYang Tse2007-10-261-1/+1
* Detect, log and avoid storing a request with a negative size.Yang Tse2007-10-261-0/+5
* Added the --static-libs option to curl-configDan Fandrich2007-10-255-2/+15
* Disable valgrind for this test to avoid the rlimit = soft rlimit problemDan Fandrich2007-10-251-0/+3
* oopsDaniel Stenberg2007-10-251-1/+1
* Made libcurl built with NSS possible to ignore the peer verification.Daniel Stenberg2007-10-253-7/+17
* Added test case 2004.Dan Fandrich2007-10-253-1/+68
* prevent compiler warnings about shadowing and one case of unused variableDaniel Stenberg2007-10-251-14/+17
* Allow test server to handle binary POSTs.Patrick Monnerat2007-10-258-9/+125