Age | Commit message (Expand) | Author |
2007-02-19 | - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and | Daniel Stenberg |
2007-02-19 | fixed code to compile and removed one warning | Daniel Stenberg |
2007-02-19 | log a message, stating the need of openssl to run this test | Yang Tse |
2007-02-19 | Oops missing var | Yang Tse |
2007-02-19 | compiler warning fix | Yang Tse |
2007-02-19 | add debug messages for initialization failures | Yang Tse |
2007-02-18 | - Jeff Pohlmeyer identified two problems: first a rather obscure problem with | Daniel Stenberg |
2007-02-18 | Michal Marek comment fix | Yang Tse |
2007-02-18 | fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h | Yang Tse |
2007-02-17 | Use configure's new LIBCURL_LIBS variable | Dan Fandrich |
2007-02-17 | Move portable error number symbolic name definitions to setup_once.h | Yang Tse |
2007-02-17 | compiler warning fix | Yang Tse |
2007-02-17 | Replicate the configure tests that determined that timeval was available. | Yang Tse |
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 |
2007-02-17 | Better separate the library dependencies into those required by libcurl | Dan Fandrich |
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 |
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 |
2007-02-15 | icc 9.0 when compiling its generated code for its own FD_SET, | Yang Tse |
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 |
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 |
2007-02-14 | compiler warning fix | Yang Tse |
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 |