80d2fff1 | 26-Apr-2004 |
Daniel Stenberg |
oops, .obj not .c! |
cf3cf413 | 26-Apr-2004 |
Daniel Stenberg |
improved libidn detection to correct the false positives we got |
e218811c | 26-Apr-2004 |
Daniel Stenberg |
made the verbose connect use the proper host name string even when using a proxy |
a9f2274b | 26-Apr-2004 |
Daniel Stenberg |
NI_MAXHOST is not generally available, we use plain 256 bytes for the hostname instead, its only for debug verbose output anyway |
92179ff9 | 26-Apr-2004 |
Daniel Stenberg |
corrected mistake |
4aac210a | 26-Apr-2004 |
Daniel Stenberg |
Gisle fixed a mistaken check |
245e3122 | 26-Apr-2004 |
Daniel Stenberg |
Made defines instead of plain numbers for the Curl_resolv() return code to make the code easier to read |
ffc5fa3a | 26-Apr-2004 |
Daniel Stenberg |
typedef CURL in the curl.h file instead of only having a single useful typedef in the separate types.h |
f5042cce | 26-Apr-2004 |
Daniel Stenberg |
IDN adjustments and host cleanups by Gisle |
712c67b4 | 26-Apr-2004 |
Daniel Stenberg |
no longer include curl/types.h, it serves no purpose |
5dcfb8ad | 26-Apr-2004 |
Daniel Stenberg |
ignore the curl/types.h header file |
673ff5eb | 26-Apr-2004 |
Daniel Stenberg |
Moved down the ares check again to the bottom of the script since it modified the compiler and link options so nothing can be tested for after this check, as the c-ares lib might not have bee
Moved down the ares check again to the bottom of the script since it modified the compiler and link options so nothing can be tested for after this check, as the c-ares lib might not have been built yet!
show more ...
|
92fc3f07 | 26-Apr-2004 |
Daniel Stenberg |
added the new files to the build |
cff90cf3 | 26-Apr-2004 |
Daniel Stenberg |
"configure summary" |
a33c53a3 | 26-Apr-2004 |
Daniel Stenberg |
Removed the FTPS test cases, they only annoy us as they don't work for anyone anywhere. We need to write a better ftps-server for test purposes and then we can re-introduced FTPS tests. |
2370d4fa | 26-Apr-2004 |
Daniel Stenberg |
Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler warnings |
f128d904 | 26-Apr-2004 |
Daniel Stenberg |
removed assignment of variable never used |
fb1039f2 | 26-Apr-2004 |
Daniel Stenberg |
Tor Arntsen fixed a 'Statement not reachable'-warning |
923ce98e | 26-Apr-2004 |
Daniel Stenberg |
Kim Karlsson pointed out that error 57 was wrongly documented |
8e935b58 | 26-Apr-2004 |
Daniel Stenberg |
TommyTam made a patch to handle stdin redirection for win32. |
c93e9725 | 26-Apr-2004 |
Daniel Stenberg |
some fixed, one removed, edited some. 7.12.0 in progress. |
1cb66f52 | 26-Apr-2004 |
Daniel Stenberg |
the recent commits explained |
648e82f0 | 26-Apr-2004 |
Daniel Stenberg |
Major hostip.c cleanup and split into multiple files and easier #ifdef usage. |
1dbe60b8 | 26-Apr-2004 |
Daniel Stenberg |
supports showing "IDN" as a libcurl feature, now outputs the features in alphabetical order |
9631fa74 | 26-Apr-2004 |
Daniel Stenberg |
added libidn awareness |