2c81bfea | 28-Jul-2006 |
Yang Tse |
Replace send() and recv() with swrite() and sread() macros. |
77b3bc23 | 28-Jul-2006 |
Yang Tse |
First step trying to avoid the multiple header inclusion and recursion nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion
First step trying to avoid the multiple header inclusion and recursion nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
show more ...
|
c10d15aa | 27-Jul-2006 |
Daniel Stenberg |
test case 277 - HTTP RFC1867-type formposting with custom Content-Type |
a88deadd | 27-Jul-2006 |
Daniel Stenberg |
Yves Lejeune fixed so that replacing Content-Type: when doing multipart formposts work exactly the way you want it (and the way you'd assume it works) |
e6ea8f11 | 27-Jul-2006 |
Daniel Stenberg |
put back the correct logic, as the change dated July 11th 2006 added bad behaviour and a socket leak |
4d4151f6 | 26-Jul-2006 |
Daniel Stenberg |
David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both control and data connection, as the existing --ftp-ssl option only requests it. |
518becfe | 26-Jul-2006 |
Daniel Stenberg |
curl_multi_assign() and CURLMOPT_SOCKETFUNCTION proto change |
6f6b93da | 26-Jul-2006 |
Daniel Stenberg |
[Hiper-related work] Added a function called curl_multi_assign() that will set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function. |
45b1843d | 26-Jul-2006 |
Yang Tse |
Provide multiple header inclusion prevention definition __ARES_PRIVATE_H |
cb86a302 | 26-Jul-2006 |
Yang Tse |
Change multiple header inclusion prevention definition to __ARES_BITNCMP_H |
d15ed439 | 26-Jul-2006 |
Yang Tse |
Change multiple header inclusion prevention definition to __ARES_INET_NET_PTON_H |
b765e1f3 | 26-Jul-2006 |
Yang Tse |
Sync header with source code |
2527b530 | 25-Jul-2006 |
Daniel Stenberg |
Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl tool option named --ftp-alternative-to-user. It provides a mean to send a particular command if the normal USER/PA
Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl tool option named --ftp-alternative-to-user. It provides a mean to send a particular command if the normal USER/PASS approach fails.
show more ...
|
78a47826 | 25-Jul-2006 |
Daniel Stenberg |
Michael Jerris added magic that builds lib/curllib.vcproj automatically (for newer MSVC versions) |
ecfaa4f8 | 25-Jul-2006 |
Yang Tse |
Fix warning: no newline at end of file |
f36adcdb | 25-Jul-2006 |
Daniel Stenberg |
Georg Horn made the transfer timeout error message include more details |
13616f8f | 25-Jul-2006 |
Yang Tse |
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>. |
ab486d1e | 25-Jul-2006 |
Gisle Vanem |
Silence iconv() warnings. |
9111909c | 25-Jul-2006 |
Gisle Vanem |
Added CURL_VERSION_CONV feature string. |
4a1a1a75 | 25-Jul-2006 |
Gisle Vanem |
Added note for CURLRES_ARES and CURLRES_IPV6. |
e4d6ade4 | 25-Jul-2006 |
Gisle Vanem |
Moved functions common to IPv4 and C-ares to hostip.c; Curl_freeaddrinfo() and Curl_ip2addr(). |
c82e880f | 25-Jul-2006 |
Gisle Vanem |
Remove comment about c-ares not supporting IPv6. |
f2aa3b21 | 24-Jul-2006 |
Gisle Vanem |
Use the proper Curl_freeaddrinfo() for CURLRES_ARES. |
385db0e9 | 24-Jul-2006 |
Gisle Vanem |
Fix typo. |
4e58da52 | 24-Jul-2006 |
Gisle Vanem |
Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone. |