Commit Graph

7448 Commits (67a83c1b3465c44b249eaa44fdc492952e59b31f)
 

Author SHA1 Message Date
Daniel Stenberg f49df54a36 7.15.1 with the now to be announced security flaw fixed 18 years ago
Daniel Stenberg 952bbc4410 my first collect-random-urls script, just for reference 18 years ago
Daniel Stenberg 1eb4b85d72 ok, these are the test build I've used so far 18 years ago
Daniel Stenberg 59b6cb9e91 Yang Tse: fixed compiler warning 18 years ago
Daniel Stenberg e06afaeb7a Yang Tse: With last change logging directory needs to be created sooner. 18 years ago
Dan Fandrich 8c6f654b26 Added a run-time check to warn if TFTP is going to fail due to portability
issues in the code.
18 years ago
Daniel Stenberg 1d8212e53a Yang Tse: make runtests.pl more talkative when unable to find out curl's
version.
18 years ago
Daniel Stenberg 083c5e17e1 Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter in
SSL_CTX_new and others, and also makes functions SSLv23_client_method,
TLSv1_client_method, etc return a 'const' SSL_METHOD pointer. Previous
versions do not use the 'const' qualifier.
18 years ago
Daniel Stenberg 272231fb09 Another Yang Tse warning cleanup raid! 18 years ago
Gisle Vanem 67b4d9b232 Recent OpenSSL returns a 'const' in '*_client_method()'. So avoid
'assignment discards qualifiers from pointer target type' warning.
18 years ago
Daniel Stenberg 21709e1557 Yang Tse adjusted the multiple header inclusion prevention definition
H_MPRINTF to our more used style __CURL_MPRINTF_H
18 years ago
Daniel Stenberg 9c312637d1 Yang Tse's fix to only provide the proto if there is such a function and
we didn't find any proto
18 years ago
Daniel Stenberg feacad7f68 Yang Tse fixed the 4th argument in the sendto() calls 18 years ago
Daniel Stenberg 6513303498 Jamie Newton pointed out that libcurl's file:// code would close() a zero
file descriptor if given a non-existing file.
18 years ago
Daniel Stenberg 3e2a52b034 #27 is fixed 18 years ago
Daniel Stenberg 176d4e85e9 cast the va_arg() assignment to ftp_filemethod properly 18 years ago
Daniel Stenberg 84d30dffb6 Yang Tse's fix of the inet_pton check 18 years ago
Daniel Stenberg 0fd282b078 new experimental "ftp method" code 18 years ago
Daniel Stenberg cdf4afbe50 Bryan Henderson 18 years ago
Daniel Stenberg b222b2304e Yang Tse's changes to provide an inet_pton() proto for the platforms who
don't have one in order to fix a remaining warning on IRIX 6.2.
18 years ago
Daniel Stenberg fdf9900114 added note about the inclusion of curl.h from within this file 18 years ago
Daniel Stenberg 5867eb2dd2 Bryan Henderson: added missing ignores 18 years ago
Daniel Stenberg 61f145e3de Yang Tse fixed compiler warnings 18 years ago
Daniel Stenberg b97e7fc730 read_tcp_data() fix to get the proper buffer pointer and size 18 years ago
Daniel Stenberg 01cbf08064 Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with no
prototypes on some platforms, ie IRIX 6.2 MIPS C 6.2
18 years ago
Daniel Stenberg fec632e948 Yang Tse: fixed compiler warnings 18 years ago
Daniel Stenberg 6aab5b57e1 Change based on Yang Tse's excellent fix to reduce buffer overflow risk and
fixing a compiler warning in the append_scopeid() function.
18 years ago
Daniel Stenberg d2a27e02ce Doug Kaufman corrected my attempt to a generic "skip extra test for function
F"
18 years ago
Daniel Stenberg b55506a76d avoid doing #if an a predef symbol that might not be defined 18 years ago
Daniel Stenberg afc2aa2b3f Yang Tse: use static on file-private functions 18 years ago
Daniel Stenberg d055b269ed Yang Tse: fix compilation errors when SSL is not disabled and HTTP is
disabled
18 years ago
Daniel Stenberg 8a246a4a9f Yang Tse: removes GOPHER protocol when HTTP is disabled 18 years ago
Gisle Vanem 2f684351bf Changes for OpenWatcom 1.4. 18 years ago
Daniel Stenberg 74e5beab9d Doug Kaufman's set of patches to make curl build fine on DJGPP again using
configure.
18 years ago
Daniel Stenberg b41765f441 mention the colon-only thing for -u and SSPI+NTLM 18 years ago
Daniel Stenberg 05a6013f42 Yang Tse's patch to silence MSVC warnings 18 years ago
Daniel Stenberg cfff544d67 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 ago
Daniel Stenberg 599d9642ca Yang Tse fixed MSVC 6.0 warnings 18 years ago
Daniel Stenberg 0264faaa4e fix compiler warning 18 years ago
Daniel Stenberg 4022a60ea7 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 ago
Daniel Stenberg 39e366fc11 TFTP 18 years ago
Daniel Stenberg 096675824f Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get
installed on 'make install' time.
18 years ago
Daniel Stenberg 80bfa76ac9 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 ago
Daniel Stenberg b2e553a82e include ws2tcpip.h in an attempt to detect some of the ipv6 structs better
in mingw builds
18 years ago
Daniel Stenberg 772b64d9d3 Detect big/little endian in the configure script and adjust the ares_dns.h
macros accordingly.
18 years ago
Daniel Stenberg 92c0de518e 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 ago
Gisle Vanem ff96456513 Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'. 18 years ago
Gisle Vanem e89adbef51 Added CVS id.
Avoid warning 'x might be used uninitialized in this function'.
18 years ago
Gisle Vanem 22a6a6cf81 We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID. 18 years ago
Daniel Stenberg fd870e4e8a 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 ago