5a267c43 | 14-Feb-2007 |
Yang Tse |
compiler warning fix |
fbcf86b8 | 14-Feb-2007 |
Yang Tse |
avoid using funtion isblank() and just use our ISBLANK macro to provide this functionality on all platforms |
5c3f36b4 | 14-Feb-2007 |
Yang Tse |
compiler warning fix |
9de4e5eb | 14-Feb-2007 |
Dan Fandrich |
Fixed the problem of curl-config --libs specifying unneeded libraries dependencies to applications. |
7033a1c0 | 14-Feb-2007 |
Yang Tse |
enhance HTTP server request input writing, retrying upon EINTR errors. |
4efa0d9f | 13-Feb-2007 |
Daniel Stenberg |
ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on the left side of @ to make it short(er). |
e021fe94 | 13-Feb-2007 |
Daniel Stenberg |
- Robert A. Monat made libcurl build fine with VC2005 - it doesn't have gmtime_r() like the older VC versions. He also made use of some machine- specific defines to differentiate the "OS"
- Robert A. Monat made libcurl build fine with VC2005 - it doesn't have gmtime_r() like the older VC versions. He also made use of some machine- specific defines to differentiate the "OS" define.
show more ...
|
23d1041b | 13-Feb-2007 |
Dan Fandrich |
Added last-resort dynamic library names. |
be71ccbc | 13-Feb-2007 |
Yang Tse |
check for isblank() at configuration stage. If not available provide a suitable replacement for use in our ISBLANK macro |
0db485a4 | 13-Feb-2007 |
Yang Tse |
use our own ISUPPER and ISLOWER macros |
6d05a33e | 13-Feb-2007 |
Yang Tse |
use our own ISBLANK macro |
569c1695 | 13-Feb-2007 |
Yang Tse |
use our own ISSPACE macro |
ecbc7f89 | 13-Feb-2007 |
Yang Tse |
Fix c-ares failing to get the search sequence of /etc/hosts and DNS from /etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when /etc/resolv.conf did not exist or was unable to read it. |
5649b738 | 13-Feb-2007 |
Yang Tse |
compiler warning fix |
0f9f6cf1 | 12-Feb-2007 |
Daniel Stenberg |
mention today's LIBCURL_TIMESTAMP fix |
7f70dbca | 12-Feb-2007 |
Daniel Stenberg |
Rob Crittenden added support for NSS (Network Security Service) for the SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/ |
28b932fb | 12-Feb-2007 |
Daniel Stenberg |
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent to the debug callback. - Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and CURLOPT_HTTP_TRANSFE
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent to the debug callback. - Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's internal decoding of content or transfer encoded content. This may be preferable in cases where you use libcurl for proxy purposes or similar. The command line tool got a --raw option to disable both at once.
show more ...
|
a6317411 | 12-Feb-2007 |
Daniel Stenberg |
Jeff Pohlmeyer for his bug fix today, but too specific to get desrcibed as a bugfix here ;-) |
c7d09662 | 12-Feb-2007 |
Daniel Stenberg |
- Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handle that has an easy handle present in the "closure" list pending closure. |
cf491357 | 12-Feb-2007 |
Daniel Stenberg |
When building tarballs, we also set the timestamp of the generated package. This is meant to primarily be used for the autobuilds to know from what point in time a particular tarball is, and
When building tarballs, we also set the timestamp of the generated package. This is meant to primarily be used for the autobuilds to know from what point in time a particular tarball is, and thus what changes it contains (or not).
show more ...
|
02c17651 | 11-Feb-2007 |
Daniel Stenberg |
updated with recent info and cut out some of the more speculating parts and instead focus on explaining on how the libs differ from each other |
890b34d2 | 11-Feb-2007 |
Daniel Stenberg |
updated |
e89fb107 | 10-Feb-2007 |
Daniel Stenberg |
darned tab completion on a late evening... :-P |
48e8b52f | 10-Feb-2007 |
Daniel Stenberg |
minor updates to reflect reality better |
61f19c6c | 10-Feb-2007 |
Daniel Stenberg |
file:// transfers are blocking |