summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning: integral size mismatch in argumentYang Tse2007-11-081-1/+1
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-086-24/+36
* Fix compiler warning: may be used uninitializedYang Tse2007-11-081-1/+1
* Fix commentYang Tse2007-11-081-2/+2
* spell!Daniel Stenberg2007-11-081-1/+1
* Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointedDaniel Stenberg2007-11-084-1318/+1334
* The only libraries actually needed for sample programs adig andYang Tse2007-11-082-8/+10
* MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse2007-11-074-12/+28
* if () => if()Daniel Stenberg2007-11-0738-351/+356
* Improved telnet support by drastically reducing the number of writeDan Fandrich2007-11-072-23/+45
* Add a call to curl_global_cleanup to show how to do a proper shutdown.Dan Fandrich2007-11-071-0/+3
* Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointedYang Tse2007-11-063-37/+44
* Added prototype for _strtoi64().Gisle Vanem2007-11-061-0/+1
* Constified from arguments.Gisle Vanem2007-11-061-3/+3
* 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