aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-21Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22Daniel Stenberg
2002, and if this causes anyone any problems now it is very easy to just add CURL_ to the names. This corrects this name space pollution.
2004-01-21clarified where VERBOSE output goesDaniel Stenberg
2004-01-19David Byron's --trace fixDaniel Stenberg
2004-01-19David Byron cleaned up how --trace with no option was treated, and alsoDaniel Stenberg
arguments in a config file without a required parameter!
2004-01-19two minor build quirksDaniel Stenberg
2004-01-19nothing left for 7.11.0, the remaining items were moved to 7.11.1 as plannedDaniel Stenberg
2004-01-16added this test, this is basicly a copy of test 91 but we return the firstDaniel Stenberg
response with a size 5 instead of size 0, to see if this has an impact on the failure frequency - test 91 still fails occationally.
2004-01-16Gisle Vanem's patch for variables that "might be used uninitialized"Daniel Stenberg
2004-01-16silly meDaniel Stenberg
2004-01-16Avoid Curl_if2ip() on Interix as well. Fix by Rodney.Daniel Stenberg
2004-01-16removed unused stuffDaniel Stenberg
2004-01-15use the %dk display for one extra k of progressDaniel Stenberg
2004-01-15automake 1.8 adjustmentDaniel Stenberg
2004-01-15Added escaping of the function name in the AC_DEFUN() macros, so thatDaniel Stenberg
automake 1.8+ stops complaining!
2004-01-15Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docsDaniel Stenberg
I reworded some of the intial paragraphs to avoid 'NOTE2'
2004-01-15now compressed out of the boxDaniel Stenberg
2004-01-15issue 22 (better compressed manual) is fixedDaniel Stenberg
2004-01-15check for limits.h as wellDaniel Stenberg
2004-01-15added missing parenthesisDaniel Stenberg
2004-01-15spell-fixed a commentDaniel Stenberg
now errors out if built with off_t > 32 bits but without strtoll()
2004-01-14clarified the recent fix, added credDaniel Stenberg
2004-01-14rearranged the connect() call so that there's no interleaved #ifdef, to makeDaniel Stenberg
it compiler better on amigaos
2004-01-14Curl_resolv fixDaniel Stenberg
2004-01-14fixed the Curl_resolv()'s return code when the looked up host was alreadyDaniel Stenberg
in the cache (Vincent Bronner)
2004-01-14HAVE_LIMITS_HDaniel Stenberg
2004-01-14Gisle Vanem updated the code for win32 and djgpp builds.Daniel Stenberg
2004-01-13indented and formatted the VMS-specific code more in the same style asDaniel Stenberg
other curl code
2004-01-13Luck Call made win32 password prompting support backspaceDaniel Stenberg
2004-01-13we no longer distribute the non-working tests 400 - 403Daniel Stenberg
2004-01-13added a comment about this not being the original getdate.y version, it hasDaniel Stenberg
been modified
2004-01-13source header addedDaniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg
2004-01-13zlib patch, amigaos patchDaniel Stenberg
2004-01-13Dan Fandrich made the hugehelp.c contain both compressed and uncompressedDaniel Stenberg
help if libz is available using #ifdef in the source instead, to allow the distributed source code to be easier built with compressed help text.
2004-01-13define HAVE_LIBZ if libz is present, for hugehelp.cDaniel Stenberg
2004-01-13amiga patch applied and committedDaniel Stenberg
2004-01-13the multi change, the amiga build, creditsDaniel Stenberg
2004-01-13Diego Casorran's fixes to allow native AmigaOS buildsDaniel Stenberg
2004-01-13three changes done this morningDaniel Stenberg
2004-01-13Matt Veenstra updated the Mac OS X framework filesDaniel Stenberg
2004-01-13Brian R Duffy made the makefile work to build SSL-enabled curl with BorlandDaniel Stenberg
C++.
2004-01-13Brian R Duffy provide a "build SSL-enabled with Borland" sectionDaniel Stenberg
2004-01-13fix the copyright string yearsDaniel Stenberg
2004-01-13modified the TODO, we already do persistant testsDaniel Stenberg
2004-01-13added our standard headerDaniel Stenberg
2004-01-13added standard source headerDaniel Stenberg
2004-01-13fix the include path to point to the libcurl's source dir too for the setup.hDaniel Stenberg
inclusion
2004-01-13include setup.h from the lib dir instead to get even more private stuffDaniel Stenberg
from the libcurl build, but right now for the USE_SSLEAY define.
2004-01-12more stuff to be added "soon"Daniel Stenberg
2004-01-12Peter Sylvester's multi patches were appliedDaniel Stenberg