Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-17 | compiler warning fix | Yang Tse | |
2007-02-17 | Do a better job at determining what test servers *really* need to link against. | Dan Fandrich | |
2007-02-17 | getpart implicitly drags in some networking functions, so it needs to be | Dan Fandrich | |
linked to the networking libraries. | |||
2007-02-17 | Better separate the library dependencies into those required by libcurl | Dan Fandrich | |
and those required by other components to avoid forcing unneeded dependencies into the target objects. | |||
2007-02-17 | Remove C99isms | Dan Fandrich | |
2007-02-17 | Replicate the configure tests that determined that timeval was available. | Dan Fandrich | |
2007-02-16 | add debug messages for fopen() failures | Yang Tse | |
2007-02-16 | add debug messages for fopen() failures | Yang Tse | |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | |
2007-02-16 | - Duncan Mac-Vicar Prett and Michal Marek reported problems with resetting | Daniel Stenberg | |
CURLOPT_RANGE back to no range on an easy handle when using FTP. | |||
2007-02-16 | maxdownload is actually -1 for unlimited | Daniel Stenberg | |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | |
2007-02-16 | compiler warning fix | Yang Tse | |
2007-02-15 | avoid redefinition of SET_ERRNO() | Yang Tse | |
2007-02-15 | introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO() | Yang Tse | |
making them available to any source code file which includes "setup.h". Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno (or equivalent) on this platform to hide platform details to code using it. Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno (or equivalent) on this platform to hide platform details to code using it. | |||
2007-02-15 | icc 9.0 when compiling its generated code for its own FD_SET, | Yang Tse | |
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593. So for icc 9.0 we also ignore warnings #1469 and #593. * 593 warns on "variable __d0 was set but never used" * 1469 warns on "cc clobber ignored" | |||
2007-02-15 | compiler warning fix | Yang Tse | |
2007-02-15 | Do not define HAVE_GMTIME_R for native Windows builds | Yang Tse | |
2007-02-15 | Daniel Mirchandani fix to make libcurl build nicely on Winsock | Yang Tse | |
build targets when --disable-verbose is specified. | |||
2007-02-15 | enabled IPV6 builds. | Gunter Knauf | |
2007-02-14 | Added --ftp-ssl-ccc issue. | Dan Fandrich | |
2007-02-14 | Don't bother adding a library path of /usr/lib in curl-config --libs | Dan Fandrich | |
2007-02-14 | Oops, missing argument separator comma | Yang Tse | |
2007-02-14 | in debug messages also show error description | Yang Tse | |
2007-02-14 | compiler warning fix | Yang Tse | |
2007-02-14 | avoid using funtion isblank() and just use our ISBLANK | Yang Tse | |
macro to provide this functionality on all platforms | |||
2007-02-14 | compiler warning fix | Yang Tse | |
2007-02-14 | Fixed the problem of curl-config --libs specifying unneeded libraries | Dan Fandrich | |
dependencies to applications. | |||
2007-02-14 | enhance HTTP server request input writing, | Yang Tse | |
retrying upon EINTR errors. | |||
2007-02-13 | ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on | Daniel Stenberg | |
the left side of @ to make it short(er). | |||
2007-02-13 | - Robert A. Monat made libcurl build fine with VC2005 - it doesn't have | Daniel Stenberg | |
gmtime_r() like the older VC versions. He also made use of some machine- specific defines to differentiate the "OS" define. | |||
2007-02-13 | Added last-resort dynamic library names. | Dan Fandrich | |
2007-02-13 | check for isblank() at configuration stage. If not available | Yang Tse | |
provide a suitable replacement for use in our ISBLANK macro | |||
2007-02-13 | use our own ISUPPER and ISLOWER macros | Yang Tse | |
2007-02-13 | use our own ISBLANK macro | Yang Tse | |
2007-02-13 | use our own ISSPACE macro | Yang Tse | |
2007-02-13 | Fix c-ares failing to get the search sequence of /etc/hosts and | Yang Tse | |
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. | |||
2007-02-13 | compiler warning fix | Yang Tse | |
2007-02-12 | mention today's LIBCURL_TIMESTAMP fix | Daniel Stenberg | |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg | |
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/ | |||
2007-02-12 | - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent | Daniel Stenberg | |
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. | |||
2007-02-12 | Jeff Pohlmeyer for his bug fix today, but too specific to get desrcibed | Daniel Stenberg | |
as a bugfix here ;-) | |||
2007-02-12 | - Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handle | Daniel Stenberg | |
that has an easy handle present in the "closure" list pending closure. | |||
2007-02-12 | When building tarballs, we also set the timestamp of the generated package. ↵ | Daniel Stenberg | |
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). | |||
2007-02-11 | updated with recent info and cut out some of the more speculating parts and | Daniel Stenberg | |
instead focus on explaining on how the libs differ from each other | |||
2007-02-11 | updated | Daniel Stenberg | |
2007-02-10 | darned tab completion on a late evening... :-P | Daniel Stenberg | |
2007-02-10 | minor updates to reflect reality better | Daniel Stenberg | |
2007-02-10 | file:// transfers are blocking | Daniel Stenberg | |