Commit Graph

7448 Commits (67a83c1b3465c44b249eaa44fdc492952e59b31f)
 

Author SHA1 Message Date
Daniel Stenberg d52ed3fff2 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 ago
Daniel Stenberg bac17ab7d8 extended the description for exit code 9 18 years ago
Daniel Stenberg 9ace303528 Yang Tse fixed compiler warnings 18 years ago
Daniel Stenberg 7e81c35cdc to build with old gnutls verions, don't use the *_t types 18 years ago
Daniel Stenberg 0f125d9bcf prevent compiler warning 18 years ago
Gisle Vanem d4714517c0 Add HAVE_STRUCT_SOCKADDR_STORAGE.
My mistake; WinCE has it's own config-file.
18 years ago
Gisle Vanem 280e4bf4c3 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 ago
Daniel Stenberg adf462fe05 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 ago
Daniel Stenberg c2862742ab 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 ago
Daniel Stenberg 8a712eb5af 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 ago
Daniel Stenberg d58790af17 oops * 2 18 years ago
Daniel Stenberg 9ef7a13403 oops 18 years ago
Daniel Stenberg a5da1219bb Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage
struct instead to use.
18 years ago
Daniel Stenberg be524fed38 on windows (mingw32) the sockaddr_storage struct is in winsock2.h 18 years ago
Gisle Vanem 042016b85e Fixed typo. Detabified. 18 years ago
Gisle Vanem f6da574324 Support big-endian machines. 18 years ago
Gisle Vanem b09d5c3135 Added CVS id, Detabified, applied c-ares coding-style. 18 years ago
Gisle Vanem ec65c3fd53 Added CVS id. Detabified. 18 years ago
Gisle Vanem 7ca2f31c8d Include <getopt.h>.
Use DNS__32BIT() and DNS__16BIT()  (How about BE machines?).
Display T_AAAA resource.
18 years ago
Daniel Stenberg 2275737a5d removed files no longer existing 18 years ago
Daniel Stenberg 5e3836055f Dima Barsky patched problem #1348930: the GnuTLS code completely ignored
client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930).
18 years ago
Daniel Stenberg 37a6a0bb3e Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
in files that actually need the struct.
18 years ago
Gisle Vanem 6bcca3eca9 Squelch gcc 4.x warning. 18 years ago
Gisle Vanem ce40b8d531 Detabified. Added CVS id. 18 years ago
Gisle Vanem 9f109b94b8 HAVE_xx defines moved to config-win32.h. 18 years ago
Daniel Stenberg 89024febde mention how to set domain when using NTLM 18 years ago
Gisle Vanem b7a673c6e2 Update using ares_inet_pton() and ares_inet_ntop(). 18 years ago
Daniel Stenberg 7f68be770d one in, one out 18 years ago
Daniel Stenberg 4f173f35db Fun while it lasted. New mirror already out-of-date. 18 years ago
Daniel Stenberg ae9fbe573e David Lang fixed IPv6 support for TFTP! 18 years ago
Daniel Stenberg 29676f473d David Lang: if there is no sockaddr_storage, make up our own and use that 18 years ago
Daniel Stenberg a5fcb26ab1 modified to the new error text for range error 18 years ago
Daniel Stenberg d68b1a1e8c just implemented 18 years ago
Daniel Stenberg bd8baed138 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 ago
Gisle Vanem 00a7dda273 Use config-win32.h on Windows. Fixes for djgpp. 18 years ago
Gisle Vanem 4dba07c384 Defines moved to config-win32.h. 18 years ago
Gisle Vanem 4d39c6b7cc Easy configuration with this file. 18 years ago
Gisle Vanem 7d6f6158c9 Remove generated files areslib.plg areslib.mak from CVS. 18 years ago
Gisle Vanem 6863dbbc0c Remove generated files ahost.plg ahost.mak from CVS. 18 years ago
Gisle Vanem 28b96efd8b Remove generated files adig.plg adig.mak from CVS. 18 years ago
Daniel Stenberg 0f82af0f49 * 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 ago
Gisle Vanem f0d839436f Update with "new" HAVE_xx. 18 years ago
Gisle Vanem f1aa4b4127 Replace <winsock.h> with <winsock2.h>
since IPv6 support is required.
18 years ago
Gisle Vanem ccdb43f7f1 Add cvs id. 18 years ago
Gisle Vanem 72900f0f90 Added Makefile.vc6. 18 years ago
Gisle Vanem 3ad958ddb1 I hate MS-devstudio project files. 18 years ago
Gisle Vanem 2c77cc90f4 Updated for MingW. Added inet_ntop.o inet_net_pton.o bitncmp.o.
Added -D'efines'.
18 years ago
Gisle Vanem db4c33b4fb MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> +
<ws2tcpip.h> since IPv6 is no longer optional (was it ever?)
18 years ago
Gisle Vanem 3fb04115fc 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 ago
Gisle Vanem 4faaa32aef Fixes for building ahost with MSVC-6/7. Added inet*.c. 18 years ago