aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-01-12Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg
even when the multi interface is used, and then libcurl will simulate a "follow location" to that new URL. Test 509 was added to test this feature.
2004-01-12better test scriptDaniel Stenberg
2004-01-12better skip reasons, longer waiting for startup of servers (due to slow/loadedDaniel Stenberg
host), added retrying/waiting for slow stunnel startups
2004-01-12cut the patch number before a '-' too, to enable '7.11.0-pre1' to useDaniel Stenberg
patch number zero.
2004-01-12http auth typesDaniel Stenberg
disable EPRT removed passwd prompting text
2004-01-12removed the "build natively on amiga" note as this is not yet true, we'reDaniel Stenberg
awaiting a patch that might be delayed into 7.11.1 instead (see TODO-RELEASE)
2004-01-12added the forgotten patch tracker item #844036Daniel Stenberg