Age | Commit message (Expand) | Author |
2007-02-14 | Fixed the problem of curl-config --libs specifying unneeded libraries | Dan Fandrich |
2007-02-14 | enhance HTTP server request input writing, | Yang Tse |
2007-02-13 | ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on | Daniel Stenberg |
2007-02-13 | - Robert A. Monat made libcurl build fine with VC2005 - it doesn't have | Daniel Stenberg |
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 |
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 |
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 |
2007-02-12 | - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent | Daniel Stenberg |
2007-02-12 | Jeff Pohlmeyer for his bug fix today, but too specific to get desrcibed | Daniel Stenberg |
2007-02-12 | - Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handle | Daniel Stenberg |
2007-02-12 | When building tarballs, we also set the timestamp of the generated package. T... | Daniel Stenberg |
2007-02-11 | updated with recent info and cut out some of the more speculating parts and | Daniel Stenberg |
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 |
2007-02-09 | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse |
2007-02-09 | Some tests were using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse |
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 |
2007-02-07 | *) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE | Yang Tse |
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 |
2007-02-06 | Fix compiler warning. | Gisle Vanem |
2007-02-06 | Include <sys/time.h> and <unistd.h> inside HAVE_x_H. | Gisle Vanem |
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 |
2007-02-06 | read SFTP with the non-blocking API | Daniel Stenberg |
2007-02-06 | compiler warning fix | Yang Tse |
2007-02-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg |
2007-02-05 | Remove '-Dselect=select_s'. Remove depend.dj- | Gisle Vanem |
2007-02-05 | compiler warning fix | Yang Tse |
2007-02-05 | cookie expiry date in several test cases set to year 2030/2035 | Yang Tse |
2007-02-05 | Year 2038 has its own problems (32 bit integer overflow). | Yang Tse |
2007-02-04 | Use correct 3rd argument for ioctlsocket() under Watt-32. | Gisle Vanem |
2007-02-04 | Use correct calling convention. | Gisle Vanem |
2007-02-04 | Added DllMain() function for Watcom. | Gisle Vanem |