Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-02-09 | Include both testutil.c and testutil.h, and not just testutil.c, in the | Yang Tse | |
list of source files for those tests that use it. Otherwise testutil.h might not be found by the compiler. | |||
2007-02-09 | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse | |
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, test programs, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now testutil.h and testutil.c define and implement tutil_tvnow and tutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the libtest programs. Doing this we avoid the above described problems, and the code in the testsuite does not impose the need to keep those functions public in libcurl even when not part of the API. | |||
2007-02-09 | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse | |
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, test programs, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now testutil.h and testutil.c define and implement tutil_tvnow and tutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the libtest programs. Doing this we avoid the above described problems, and the code in the testsuite does not impose the need to keep those functions public in libcurl even when not part of the API. | |||
2007-02-08 | compiler warning fix | Yang Tse | |
2007-02-08 | use macro AC_AIX to define `_ALL_SOURCE', if on AIX. | Yang Tse | |
2007-02-07 | SCP upload done non-blocking | Daniel Stenberg | |
2007-02-07 | use same AIX XLC compiler options as curl's | Yang Tse | |
2007-02-07 | AIX xlc has to have strict aliasing turned off. If not, the optimizer | Yang Tse | |
assumes that pointers can only point to an object of the same type. | |||
2007-02-07 | *) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE | Yang Tse | |
*) Update CURL_CC_DEBUG_OPTS from curl's script | |||
2007-02-06 | INADDR_NONE no longer used. | Gisle Vanem | |
2007-02-06 | Added debug option ('-d') for Watt-32 programs. | Gisle Vanem | |
2007-02-06 | Added HAVE_PROCESS_H for DOS/Win32. | Gisle Vanem | |
Include <process.h> for getpid() in ares_init.c. | |||
2007-02-06 | Fix compiler warning. | Gisle Vanem | |
2007-02-06 | Include <sys/time.h> and <unistd.h> inside HAVE_x_H. | Gisle Vanem | |
Added 'optind' and 'optarg' as in adig.c. | |||
2007-02-06 | Include <sys/time.h> and <unistd.h> inside HAVE_x_H. | Gisle Vanem | |
2007-02-06 | fix for millisecond resolution timeouts | Yang Tse | |
2007-02-06 | compiler warning fix | Yang Tse | |
2007-02-06 | non-blocking SSH stuff | Daniel Stenberg | |