platform/upstream/curl.git
18 years agoavoid doing #if an a predef symbol that might not be defined
Daniel Stenberg [Thu, 24 Nov 2005 23:03:25 +0000 (23:03 +0000)]
avoid doing #if an a predef symbol that might not be defined

18 years agoYang Tse: use static on file-private functions
Daniel Stenberg [Thu, 24 Nov 2005 20:39:00 +0000 (20:39 +0000)]
Yang Tse: use static on file-private functions

18 years agoYang Tse: fix compilation errors when SSL is not disabled and HTTP is
Daniel Stenberg [Thu, 24 Nov 2005 20:38:20 +0000 (20:38 +0000)]
Yang Tse: fix compilation errors when SSL is not disabled and HTTP is
disabled

18 years agoYang Tse: removes GOPHER protocol when HTTP is disabled
Daniel Stenberg [Thu, 24 Nov 2005 20:37:13 +0000 (20:37 +0000)]
Yang Tse: removes GOPHER protocol when HTTP is disabled

18 years agoChanges for OpenWatcom 1.4.
Gisle Vanem [Thu, 24 Nov 2005 20:33:38 +0000 (20:33 +0000)]
Changes for OpenWatcom 1.4.

18 years agoDoug Kaufman's set of patches to make curl build fine on DJGPP again using
Daniel Stenberg [Thu, 24 Nov 2005 10:22:46 +0000 (10:22 +0000)]
Doug Kaufman's set of patches to make curl build fine on DJGPP again using
configure.

18 years agomention the colon-only thing for -u and SSPI+NTLM
Daniel Stenberg [Thu, 24 Nov 2005 07:20:13 +0000 (07:20 +0000)]
mention the colon-only thing for -u and SSPI+NTLM

18 years agoYang Tse's patch to silence MSVC warnings
Daniel Stenberg [Wed, 23 Nov 2005 22:59:24 +0000 (22:59 +0000)]
Yang Tse's patch to silence MSVC warnings

18 years agoonly enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled
Daniel Stenberg [Wed, 23 Nov 2005 11:51:31 +0000 (11:51 +0000)]
only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled
we define an empty macro for the ntlm cleanup function

18 years agoYang Tse fixed MSVC 6.0 warnings
Daniel Stenberg [Wed, 23 Nov 2005 09:10:00 +0000 (09:10 +0000)]
Yang Tse fixed MSVC 6.0 warnings

18 years agofix compiler warning
Daniel Stenberg [Fri, 18 Nov 2005 07:23:50 +0000 (07:23 +0000)]
fix compiler warning

18 years agoI extended a patch from David Shaw to make libcurl _always_ provide an error
Daniel Stenberg [Thu, 17 Nov 2005 14:29:54 +0000 (14:29 +0000)]
I extended a patch from David Shaw to make libcurl _always_ provide an error
string in the given error buffer to address the flaw mention on 21 sep 2005.

18 years agoTFTP
Daniel Stenberg [Thu, 17 Nov 2005 14:28:58 +0000 (14:28 +0000)]
TFTP

18 years agoApplied Albert Chin's patch that makes the libcurl.pc pkgconfig file get
Daniel Stenberg [Wed, 16 Nov 2005 07:20:57 +0000 (07:20 +0000)]
Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get
installed on 'make install' time.

18 years agocheck for and use winsock2.h instead of winsock.h and I fixed a typo in the
Daniel Stenberg [Wed, 16 Nov 2005 07:12:37 +0000 (07:12 +0000)]
check for and use winsock2.h instead of winsock.h and I fixed a typo in the
ifdefs where . was used instead of _!

18 years agoinclude ws2tcpip.h in an attempt to detect some of the ipv6 structs better
Daniel Stenberg [Tue, 15 Nov 2005 14:39:52 +0000 (14:39 +0000)]
include ws2tcpip.h in an attempt to detect some of the ipv6 structs better
in mingw builds

18 years agoDetect big/little endian in the configure script and adjust the ares_dns.h
Daniel Stenberg [Mon, 14 Nov 2005 23:14:54 +0000 (23:14 +0000)]
Detect big/little endian in the configure script and adjust the ares_dns.h
macros accordingly.

18 years agoQuagmire reported that he needed to raise a NTLM buffer for SSPI to work
Daniel Stenberg [Mon, 14 Nov 2005 22:10:52 +0000 (22:10 +0000)]
Quagmire reported that he needed to raise a NTLM buffer for SSPI to work
properly for a case, and so we did. We raised it even for non-SSPI builds
but it should not do any harm. http://curl.haxx.se/bug/view.cgi?id=1356715

18 years agoAdded '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.
Gisle Vanem [Mon, 14 Nov 2005 13:40:16 +0000 (13:40 +0000)]
Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.

18 years agoAdded CVS id.
Gisle Vanem [Mon, 14 Nov 2005 13:26:17 +0000 (13:26 +0000)]
Added CVS id.
Avoid warning 'x might be used uninitialized in this function'.

18 years agoWe have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID.
Gisle Vanem [Mon, 14 Nov 2005 12:32:56 +0000 (12:32 +0000)]
We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID.

18 years agoYang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in
Daniel Stenberg [Mon, 14 Nov 2005 07:48:05 +0000 (07:48 +0000)]
Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in
module-definition files. this section is not mandatory for msvc60 so it
could be completely removed from libcurl.def.

18 years agoJan Kunder's debian bug report
Daniel Stenberg [Mon, 14 Nov 2005 00:18:12 +0000 (00:18 +0000)]
Jan Kunder's debian bug report
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338680 identified a weird
error message for when you try to upload a file and the requested directory
doesn't exist on the target server.

18 years agoextended the description for exit code 9
Daniel Stenberg [Mon, 14 Nov 2005 00:17:03 +0000 (00:17 +0000)]
extended the description for exit code 9

18 years agoYang Tse fixed compiler warnings
Daniel Stenberg [Sun, 13 Nov 2005 23:53:14 +0000 (23:53 +0000)]
Yang Tse fixed compiler warnings

18 years agoto build with old gnutls verions, don't use the *_t types
Daniel Stenberg [Sun, 13 Nov 2005 23:04:28 +0000 (23:04 +0000)]
to build with old gnutls verions, don't use the *_t types

18 years agoprevent compiler warning
Daniel Stenberg [Sun, 13 Nov 2005 22:54:00 +0000 (22:54 +0000)]
prevent compiler warning

18 years agoAdd HAVE_STRUCT_SOCKADDR_STORAGE.
Gisle Vanem [Sun, 13 Nov 2005 13:32:19 +0000 (13:32 +0000)]
Add HAVE_STRUCT_SOCKADDR_STORAGE.
My mistake; WinCE has it's own config-file.

18 years agoFix for WIN32. WIN32 does have 'struct sockaddr_storage', but
Gisle Vanem [Sun, 13 Nov 2005 13:20:37 +0000 (13:20 +0000)]
Fix for WIN32. WIN32 does have 'struct sockaddr_storage', but
that's in <winsock2.h>. Hence tftp.c wouldn't compile on WinCE.

18 years agoDebian bug report 338681 by Jan Kunder: make curl better detect and report bad
Daniel Stenberg [Sun, 13 Nov 2005 11:06:48 +0000 (11:06 +0000)]
Debian bug report 338681 by Jan Kunder: make curl better detect and report bad
limit-rate units: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now
curl will return error if a bad unit is used.

18 years agoThanks to this nice summary of poll() implementations:
Daniel Stenberg [Sun, 13 Nov 2005 09:24:06 +0000 (09:24 +0000)]
Thanks to this nice summary of poll() implementations:
http://www.greenend.org.uk/rjk/2001/06/poll.html and further tests by Eugene
Kotlyarov, we now know that cygwin's poll returns only POLLHUP on remote
connection closure so we check for that case (too) and re-enable poll for
cygwin builds.

18 years agoEugene Kotlyarov found out that cygwin's poll() function isn't doing things
Daniel Stenberg [Sat, 12 Nov 2005 22:49:19 +0000 (22:49 +0000)]
Eugene Kotlyarov found out that cygwin's poll() function isn't doing things
right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable
poll() and use select() on cygwin too (we already do the same choice on Mac OS
X)

18 years agooops * 2
Daniel Stenberg [Sat, 12 Nov 2005 22:13:20 +0000 (22:13 +0000)]
oops * 2

18 years agooops
Daniel Stenberg [Sat, 12 Nov 2005 22:12:42 +0000 (22:12 +0000)]
oops

18 years agoReversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage
Daniel Stenberg [Sat, 12 Nov 2005 22:10:42 +0000 (22:10 +0000)]
Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage
struct instead to use.

18 years agoon windows (mingw32) the sockaddr_storage struct is in winsock2.h
Daniel Stenberg [Sat, 12 Nov 2005 19:11:02 +0000 (19:11 +0000)]
on windows (mingw32) the sockaddr_storage struct is in winsock2.h

18 years agoFixed typo. Detabified.
Gisle Vanem [Sat, 12 Nov 2005 18:33:32 +0000 (18:33 +0000)]
Fixed typo. Detabified.

18 years agoSupport big-endian machines.
Gisle Vanem [Sat, 12 Nov 2005 15:15:27 +0000 (15:15 +0000)]
Support big-endian machines.

18 years agoAdded CVS id, Detabified, applied c-ares coding-style.
Gisle Vanem [Sat, 12 Nov 2005 14:59:33 +0000 (14:59 +0000)]
Added CVS id, Detabified, applied c-ares coding-style.

18 years agoAdded CVS id. Detabified.
Gisle Vanem [Sat, 12 Nov 2005 14:44:26 +0000 (14:44 +0000)]
Added CVS id. Detabified.

18 years agoInclude <getopt.h>.
Gisle Vanem [Sat, 12 Nov 2005 14:41:12 +0000 (14:41 +0000)]
Include <getopt.h>.
Use DNS__32BIT() and DNS__16BIT()  (How about BE machines?).
Display T_AAAA resource.

18 years agoremoved files no longer existing
Daniel Stenberg [Sat, 12 Nov 2005 00:01:50 +0000 (00:01 +0000)]
removed files no longer existing

18 years agoDima Barsky patched problem #1348930: the GnuTLS code completely ignored
Daniel Stenberg [Fri, 11 Nov 2005 23:20:07 +0000 (23:20 +0000)]
Dima Barsky patched problem #1348930: the GnuTLS code completely ignored
client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930).

18 years agoMoved the sockaddr_storage definition to lib/sockaddr.h and only include that
Daniel Stenberg [Fri, 11 Nov 2005 22:04:11 +0000 (22:04 +0000)]
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
in files that actually need the struct.

18 years agoSquelch gcc 4.x warning.
Gisle Vanem [Fri, 11 Nov 2005 19:25:29 +0000 (19:25 +0000)]
Squelch gcc 4.x warning.

18 years agoDetabified. Added CVS id.
Gisle Vanem [Fri, 11 Nov 2005 19:20:22 +0000 (19:20 +0000)]
Detabified. Added CVS id.

18 years agoHAVE_xx defines moved to config-win32.h.
Gisle Vanem [Fri, 11 Nov 2005 19:14:51 +0000 (19:14 +0000)]
HAVE_xx defines moved to config-win32.h.

18 years agomention how to set domain when using NTLM
Daniel Stenberg [Fri, 11 Nov 2005 08:52:29 +0000 (08:52 +0000)]
mention how to set domain when using NTLM

18 years agoUpdate using ares_inet_pton() and ares_inet_ntop().
Gisle Vanem [Fri, 11 Nov 2005 04:28:23 +0000 (04:28 +0000)]
Update using ares_inet_pton() and ares_inet_ntop().

18 years agoone in, one out
Daniel Stenberg [Thu, 10 Nov 2005 23:30:54 +0000 (23:30 +0000)]
one in, one out

18 years agoFun while it lasted. New mirror already out-of-date.
Daniel Stenberg [Thu, 10 Nov 2005 23:24:09 +0000 (23:24 +0000)]
Fun while it lasted. New mirror already out-of-date.

18 years agoDavid Lang fixed IPv6 support for TFTP!
Daniel Stenberg [Thu, 10 Nov 2005 22:25:07 +0000 (22:25 +0000)]
David Lang fixed IPv6 support for TFTP!

18 years agoDavid Lang: if there is no sockaddr_storage, make up our own and use that
Daniel Stenberg [Thu, 10 Nov 2005 22:24:49 +0000 (22:24 +0000)]
David Lang: if there is no sockaddr_storage, make up our own and use that

18 years agomodified to the new error text for range error
Daniel Stenberg [Thu, 10 Nov 2005 22:22:38 +0000 (22:22 +0000)]
modified to the new error text for range error

18 years agojust implemented
Daniel Stenberg [Thu, 10 Nov 2005 22:11:27 +0000 (22:11 +0000)]
just implemented

18 years agoIntroducing range stepping to the curl globbing support. Now you can specify
Daniel Stenberg [Thu, 10 Nov 2005 22:11:01 +0000 (22:11 +0000)]
Introducing range stepping to the curl globbing support. Now you can specify
step counter by adding :[num] within the brackets when specifying a range.

18 years agoUse config-win32.h on Windows. Fixes for djgpp.
Gisle Vanem [Thu, 10 Nov 2005 16:55:59 +0000 (16:55 +0000)]
Use config-win32.h on Windows. Fixes for djgpp.

18 years agoDefines moved to config-win32.h.
Gisle Vanem [Thu, 10 Nov 2005 16:52:43 +0000 (16:52 +0000)]
Defines moved to config-win32.h.

18 years agoEasy configuration with this file.
Gisle Vanem [Thu, 10 Nov 2005 16:50:21 +0000 (16:50 +0000)]
Easy configuration with this file.

18 years agoRemove generated files areslib.plg areslib.mak from CVS.
Gisle Vanem [Thu, 10 Nov 2005 16:42:07 +0000 (16:42 +0000)]
Remove generated files areslib.plg areslib.mak from CVS.

18 years agoRemove generated files ahost.plg ahost.mak from CVS.
Gisle Vanem [Thu, 10 Nov 2005 16:40:08 +0000 (16:40 +0000)]
Remove generated files ahost.plg ahost.mak from CVS.

18 years agoRemove generated files adig.plg adig.mak from CVS.
Gisle Vanem [Thu, 10 Nov 2005 16:38:17 +0000 (16:38 +0000)]
Remove generated files adig.plg adig.mak from CVS.

18 years ago* Add step parameter to the globbing. Like [0-1000;10] that would walk the
Daniel Stenberg [Wed, 9 Nov 2005 23:15:04 +0000 (23:15 +0000)]
* Add step parameter to the globbing. Like [0-1000;10] that would walk the
  range increasing the number with 10 for every step. Requested by Jose:
  http://curl.haxx.se/feedback/display.cgi?id=11315662266802

18 years agoUpdate with "new" HAVE_xx.
Gisle Vanem [Wed, 9 Nov 2005 22:52:45 +0000 (22:52 +0000)]
Update with "new" HAVE_xx.

18 years agoReplace <winsock.h> with <winsock2.h>
Gisle Vanem [Wed, 9 Nov 2005 22:32:45 +0000 (22:32 +0000)]
Replace <winsock.h> with <winsock2.h>
since IPv6 support is required.

18 years agoAdd cvs id.
Gisle Vanem [Wed, 9 Nov 2005 22:18:13 +0000 (22:18 +0000)]
Add cvs id.

18 years agoAdded Makefile.vc6.
Gisle Vanem [Wed, 9 Nov 2005 22:17:13 +0000 (22:17 +0000)]
Added Makefile.vc6.

18 years agoI hate MS-devstudio project files.
Gisle Vanem [Wed, 9 Nov 2005 22:16:58 +0000 (22:16 +0000)]
I hate MS-devstudio project files.

18 years agoUpdated for MingW. Added inet_ntop.o inet_net_pton.o bitncmp.o.
Gisle Vanem [Wed, 9 Nov 2005 21:51:44 +0000 (21:51 +0000)]
Updated for MingW. Added inet_ntop.o inet_net_pton.o bitncmp.o.
Added -D'efines'.

18 years agoMSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> +
Gisle Vanem [Wed, 9 Nov 2005 21:38:58 +0000 (21:38 +0000)]
MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> +
<ws2tcpip.h> since IPv6 is no longer optional (was it ever?)

18 years agoFixes for building with MSVC-6/7. Added inet*.c.
Gisle Vanem [Wed, 9 Nov 2005 21:32:47 +0000 (21:32 +0000)]
Fixes for building with MSVC-6/7. Added inet*.c.
Replace <winsock.h> with <winsock2.h> + <ws2tcpip.h>
(ala libcurl since IPv6 is not optional now).

18 years agoFixes for building ahost with MSVC-6/7. Added inet*.c.
Gisle Vanem [Wed, 9 Nov 2005 21:29:34 +0000 (21:29 +0000)]
Fixes for building ahost with MSVC-6/7. Added inet*.c.

18 years agoRemoved the use of AI_CANONNAME in the IPv6-enabled resolver functions since
Daniel Stenberg [Tue, 8 Nov 2005 14:45:58 +0000 (14:45 +0000)]
Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since
we really have no use for reverse lookups of the address.

I truly hope these are the last reverse lookups we had lingering in the
code!

18 years agoSSPI-fix and a new mirror
Daniel Stenberg [Tue, 8 Nov 2005 14:37:15 +0000 (14:37 +0000)]
SSPI-fix and a new mirror

18 years agoDmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled
Daniel Stenberg [Tue, 8 Nov 2005 14:15:34 +0000 (14:15 +0000)]
Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled
version of libcurl with different Windows versions. Current version of
libcurl imports SSPI functions from secur32.dll. However, under Windows NT
4.0 these functions are located in security.dll, under Windows 9x - in
secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll
just forwards calls to secur32.dll).

Dmitry's patch loads proper library dynamically depending on Windows
version. Function InitSecurityInterface() is used to obtain pointers to all
of SSPI function in one structure.
: ----------------------------------------------------------------------

18 years ago27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike
Daniel Stenberg [Mon, 7 Nov 2005 13:54:14 +0000 (13:54 +0000)]
27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike
  Curl_ossl_connect(), the Curl_gtls_connect() function does not send the user
  certificate to the peer. In fact, it ignores the conn->data->set.cert field
  completely, it always uses the anonymous credentials. See
  http://curl.haxx.se/bug/view.cgi?id=1348930

18 years agomention the need for a "fake" -u when --negotiate is used
Daniel Stenberg [Mon, 7 Nov 2005 08:37:08 +0000 (08:37 +0000)]
mention the need for a "fake" -u when --negotiate is used

18 years agoCurlPas 2005-11-05 was released: http://curlpas.sf.net/
Daniel Stenberg [Sat, 5 Nov 2005 23:39:08 +0000 (23:39 +0000)]
CurlPas 2005-11-05 was released: curlpas.sf.net/

18 years agooops
Daniel Stenberg [Wed, 2 Nov 2005 09:38:58 +0000 (09:38 +0000)]
oops

18 years agoAdded:
Daniel Stenberg [Wed, 2 Nov 2005 09:34:53 +0000 (09:34 +0000)]
Added:

 1.9 Where do I buy commercial support for curl?
 1.10 How many are using curl?
 6.7 What are my obligations when using libcurl in my commerical apps?

Edited a few other paragraphs slightly.

18 years agoUse an empty '*mod_name'.
Gisle Vanem [Tue, 1 Nov 2005 16:27:27 +0000 (16:27 +0000)]
Use an empty '*mod_name'.

18 years agoVilmos Nebehaj improved libcurl's LDAP abilities:
Daniel Stenberg [Mon, 31 Oct 2005 08:55:01 +0000 (08:55 +0000)]
Vilmos Nebehaj improved libcurl's LDAP abilities:

The LDAP code in libcurl can't handle LDAP servers of LDAPv3 nor binary
attributes in LDAP objects. So, I made a quick patch to address these
problems.

The solution is simple: if we connect to an LDAP server, first try LDAPv3
(which is the preferred protocol as of now) and then fall back to LDAPv2.
In case of binary attributes, we first convert them to base64, just like the
openldap client does. It uses ldap_get_values_len() instead of
ldap_get_values() to be able to retrieve binary attributes correctly. I
defined the necessary LDAP macros in lib/ldap.c to be able to compile
libcurl without the presence of libldap

18 years agokill trailing whitespace
Daniel Stenberg [Mon, 31 Oct 2005 08:47:54 +0000 (08:47 +0000)]
kill trailing whitespace

18 years agotest 275 makes a CONNECT through a proxy and then gets two pages from the
Daniel Stenberg [Sun, 30 Oct 2005 23:15:49 +0000 (23:15 +0000)]
test 275 makes a CONNECT through a proxy and then gets two pages from the
same server

18 years ago--max-redirs 0
Daniel Stenberg [Sat, 29 Oct 2005 22:22:18 +0000 (22:22 +0000)]
--max-redirs 0

18 years agore-arranged the win32 section and added a pointer to the INSTALL.devcpp
Daniel Stenberg [Sat, 29 Oct 2005 22:18:58 +0000 (22:18 +0000)]
re-arranged the win32 section and added a pointer to the INSTALL.devcpp
document

18 years agoTom Kyer's DevCpp-Mingw Install & Compilation guide
Daniel Stenberg [Fri, 28 Oct 2005 21:34:51 +0000 (21:34 +0000)]
Tom Kyer's DevCpp-Mingw Install & Compilation guide

18 years agomention brokenness
Daniel Stenberg [Fri, 28 Oct 2005 12:59:37 +0000 (12:59 +0000)]
mention brokenness

18 years agoelaborated somewhat in the license chapter
Daniel Stenberg [Fri, 28 Oct 2005 07:22:45 +0000 (07:22 +0000)]
elaborated somewhat in the license chapter

18 years agoNis Jorgensen filed bug report #1338648
Daniel Stenberg [Thu, 27 Oct 2005 22:05:38 +0000 (22:05 +0000)]
Nis Jorgensen filed bug report #1338648
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a
feature request, but anyway. It pointed out that --max-redirs did not allow
it to be set to 0, which then would return an error code on the first
Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS
set to 0, or -1 for infinity. Added test case 274 to verify.

18 years agotommink[at]post.pl reported in bug report #1337723
Daniel Stenberg [Thu, 27 Oct 2005 21:02:01 +0000 (21:02 +0000)]
tommink[at]post.pl reported in bug report #1337723
(http://curl.haxx.se/bug/view.cgi?id=1337723) that curl could not upload
binary data from stdin on Windows if the data contained control-Z (hex 1a)
since that is treated as end-of-file when read in text mode. Gisle Vanem
pointed out the fix, and I made both -T and --data-binary take advantage of
it.

18 years agoupdates to reflect current status in Debian land, and added some known
Daniel Stenberg [Thu, 27 Oct 2005 20:51:43 +0000 (20:51 +0000)]
updates to reflect current status in Debian land, and added some known
differences between OpenSSL and GnuTLS (that is probably a suitable subject
for a separate document...)

18 years agoRemoved dependency on zlib.h. Added dependency for
Gisle Vanem [Thu, 27 Oct 2005 12:56:05 +0000 (12:56 +0000)]
Removed dependency on zlib.h. Added dependency for
..\lib\timeval.c.

18 years agoAdded option '-zc' puts const data in code-segment.
Gisle Vanem [Thu, 27 Oct 2005 12:45:31 +0000 (12:45 +0000)]
Added option '-zc' puts const data in code-segment.
Added CURL_DISABLE_TFTP; tftp.c doesn't compile as-is.

18 years agoJaz Fresh pointed out that if you used "-r [number]" as was wrongly described
Daniel Stenberg [Thu, 27 Oct 2005 12:05:36 +0000 (12:05 +0000)]
Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
in the man page, curl would send an invalid HTTP Range: header. The correct
way would be to use "-r [number]-" or even "-r -[number]". Starting now,
curl will warn if this is discovered, and automatically append a dash to the
range before passing it to libcurl.

18 years agomulti IP socket description leak with multi interface
Daniel Stenberg [Tue, 25 Oct 2005 14:05:21 +0000 (14:05 +0000)]
multi IP socket description leak with multi interface

18 years agoadded new dutch mirror and removed the "--" separators
Daniel Stenberg [Tue, 25 Oct 2005 14:04:54 +0000 (14:04 +0000)]
added new dutch mirror and removed the "--" separators

18 years agoclose the existing socket when trying next IP, as otherwise we leak one!
Daniel Stenberg [Tue, 25 Oct 2005 13:15:11 +0000 (13:15 +0000)]
close the existing socket when trying next IP, as otherwise we leak one!
bug #1326306

18 years ago Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report
Daniel Stenberg [Sat, 22 Oct 2005 21:05:07 +0000 (21:05 +0000)]
  Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report
  #1334338 (http://curl.haxx.se/bug/view.cgi?id=1334338). When reading an SSL
  stream from a server and the server requests a "rehandshake", the current
  code simply returns this as an error. I have no good way to test this, but
  I've added a crude attempt of dealing with this situation slightly better -
  it makes a blocking handshake if this happens. Done like this because fixing
  this the "proper" way (that would handshake asynchronously) will require
  quite some work and I really need a good way to test this to do such a
  change.

18 years ago"Ofer" reported a problem when libcurl re-used a connection and failed to do
Daniel Stenberg [Fri, 21 Oct 2005 21:00:44 +0000 (21:00 +0000)]
"Ofer" reported a problem when libcurl re-used a connection and failed to do
it, it could then accidentally actually crash. Presumably, this concerns FTP
connections.  http://curl.haxx.se/bug/view.cgi?id=1330310