2a0e41ca | 07-Jul-2006 |
Daniel Stenberg |
updated after discussions and thinking |
05edd48a | 07-Jul-2006 |
Yang Tse |
Fix excessive escaping. |
266ab955 | 07-Jul-2006 |
Yang Tse |
Fix CURL_CHECK_HEADERS_ONCE |
0a4bba56 | 06-Jul-2006 |
Yang Tse |
Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND. |
2ddb9d57 | 06-Jul-2006 |
Gisle Vanem |
Undefine symbols before redefining them. |
4f012ad7 | 06-Jul-2006 |
Gisle Vanem |
Undefine correct symbol. |
a1cd1800 | 05-Jul-2006 |
Yang Tse |
Oops ! |
bc2f0c7d | 05-Jul-2006 |
Yang Tse |
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode. |
c6ae0ebc | 05-Jul-2006 |
Gisle Vanem |
Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc. So avoid using x_was_used(). |
c6ec576c | 05-Jul-2006 |
Gisle Vanem |
Add types and qualifiers for getnameifo(), send() and recv(). (Yang Tse forgot about djgpp) |
55329b56 | 04-Jul-2006 |
Yang Tse |
Use a more descriptive var name. |
7e43d06b | 04-Jul-2006 |
Yang Tse |
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. |
89f54f37 | 04-Jul-2006 |
Yang Tse |
Platforms that don't have/run configure need default values in their config files for: HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE
Platforms that don't have/run configure need default values in their config files for: HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7 HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV
show more ...
|
01fa02d0 | 04-Jul-2006 |
Yang Tse |
Find out return types and argument types for functions recv() and send() at configuration stage. |
8bed4534 | 04-Jul-2006 |
Daniel Stenberg |
Toshiyuki Maezawa fixed a problem where you couldn't override the Proxy-Connection: header when using a proxy and not doing CONNECT. |
55138753 | 04-Jul-2006 |
Yang Tse |
Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions. |
43369b80 | 03-Jul-2006 |
Yang Tse |
Fix compiler warning. |
bec19771 | 03-Jul-2006 |
Yang Tse |
Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEID |
4c08eb4b | 02-Jul-2006 |
Yang Tse |
Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cross-compiling. |
01637304 | 02-Jul-2006 |
Yang Tse |
Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO |
39745ac3 | 02-Jul-2006 |
Yang Tse |
Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO |
cacf8bbb | 02-Jul-2006 |
Yang Tse |
Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO |
a1c6d586 | 01-Jul-2006 |
Yang Tse |
Get some debug info |
589c4596 | 01-Jul-2006 |
Yang Tse |
Get some debug info |
7a6d7fca | 01-Jul-2006 |
Yang Tse |
Avoid shell globbing |