2007-02-26 |
Gisle Vanem | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Gisle Vanem | Constify some arguments. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Gisle Vanem | Use dynamic version of libcurl. Use '\' in dependencies. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Daniel Stenberg | Two new mirrors, but the total amount of mirrors still... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Daniel Stenberg | - Adam D. Moss made the HTTP CONNECT procedure less... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Daniel Stenberg | Works for me |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Daniel Stenberg | - Added warning outputs if the command line uses more... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Daniel Stenberg | setting CURLOPT_PROXY to "" explicitly disables the... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Dan Fandrich | 5 seconds isn't always enough time to start a server... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Yang Tse | remove redundant check in timestamp detection |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Yang Tse | include <sys/types.h> when checking availability of... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Yang Tse | Fix compiler warning "statement is unreachable" |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Yang Tse | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Yang Tse | Check for stdbool.h at configuration stage, and include... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Daniel Stenberg | silence two cases of "comparison between signed and... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Daniel Stenberg | - Ravi Pratap provided work on libcurl making pipelinin... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Yang Tse | curlassert macro replaced with DEBUGASSERT macro define... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Dan Fandrich | Include some possible dependencies of arpa/inet.h |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Gisle Vanem | Cleanup WIN32 target using WSACleanup(). |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Yang Tse | fix compiler warning "enumerated type mixed with anothe... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Linus Nielsen... | New FTP CCC functionality - adds passive and active... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Linus Nielsen... | New FTP CCC functionality - adds passive and active... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Dan Fandrich | Include network byte order conversion macros on Minix. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Yang Tse | curl tool was using functions curlx_tvnow and curlx_tvd... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Yang Tse | Move header file inclusion logic and definition of... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Yang Tse | Several corrections & changes to what has been stated... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Yang Tse | add tutil_tvdiff_secs() for completeness |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Dan Fandrich | Mention curl-config dependencies fix. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Yang Tse | fix typo |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Yang Tse | Show libcurl's timestamp. This timestamp is only availa... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Gisle Vanem | Added ares_parse_ns_reply.obj etc. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Gisle Vanem | INADDR_NONE no longer used. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Gisle Vanem | Fixed typo. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Daniel Stenberg | Vlad Dinulescu added ares_parse_ns_reply() |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Daniel Stenberg | Ian Turner fixed the libcurl.m4 macro's support for... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Daniel Stenberg | - Shmulik Regev found a memory leak in re-used HTTPS... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Daniel Stenberg | and fix warnings due to lack of protos |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Daniel Stenberg | - Robson Braga Araujo made passive FTP transfers work... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Daniel Stenberg | fixed code to compile and removed one warning |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Yang Tse | log a message, stating the need of openssl to run this... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Yang Tse | Oops missing var |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Yang Tse | add debug messages for initialization failures |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Daniel Stenberg | - Jeff Pohlmeyer identified two problems: first a rathe... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Yang Tse | Michal Marek comment fix |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Yang Tse | fix ENAMETOOLONG and ENOTEMPTY may already be defined... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Dan Fandrich | Use configure's new LIBCURL_LIBS variable |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Yang Tse | Move portable error number symbolic name definitions... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Yang Tse | Replicate the configure tests that determined that... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Dan Fandrich | Do a better job at determining what test servers *reall... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Dan Fandrich | getpart implicitly drags in some networking functions... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Dan Fandrich | Better separate the library dependencies into those... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Dan Fandrich | Remove C99isms |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Dan Fandrich | Replicate the configure tests that determined that... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Yang Tse | add debug messages for fopen() failures |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Yang Tse | add debug messages for fopen() failures |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Yang Tse | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Yang Tse | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Daniel Stenberg | - Duncan Mac-Vicar Prett and Michal Marek reported... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Daniel Stenberg | maxdownload is actually -1 for unlimited |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Yang Tse | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Yang Tse | avoid redefinition of SET_ERRNO() |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Yang Tse | introduce uppercase macros SOCKERRNO, SET_SOCKERRNO... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Yang Tse | icc 9.0 when compiling its generated code for its own... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Yang Tse | Do not define HAVE_GMTIME_R for native Windows builds |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Yang Tse | Daniel Mirchandani fix to make libcurl build nicely... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Gunter Knauf | enabled IPV6 builds. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Dan Fandrich | Added --ftp-ssl-ccc issue. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Dan Fandrich | Don't bother adding a library path of /usr/lib in curl... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Yang Tse | Oops, missing argument separator comma |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Yang Tse | in debug messages also show error description |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Yang Tse | avoid using funtion isblank() and just use our ISBLANK |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Dan Fandrich | Fixed the problem of curl-config --libs specifying... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Yang Tse | enhance HTTP server request input writing, |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Daniel Stenberg | ftp@example.com is now the new anonymous FTP password... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Daniel Stenberg | - Robert A. Monat made libcurl build fine with VC2005... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Dan Fandrich | Added last-resort dynamic library names. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Yang Tse | check for isblank() at configuration stage. If not... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Yang Tse | use our own ISUPPER and ISLOWER macros |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Yang Tse | use our own ISBLANK macro |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Yang Tse | use our own ISSPACE macro |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Yang Tse | Fix c-ares failing to get the search sequence of /etc... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Yang Tse | compiler warning fix |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Daniel Stenberg | mention today's LIBCURL_TIMESTAMP fix |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Daniel Stenberg | Rob Crittenden added support for NSS (Network Security... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Daniel Stenberg | - Shmulik Regev fixed so that the final CRLF of HTTP... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Daniel Stenberg | Jeff Pohlmeyer for his bug fix today, but too specific... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Daniel Stenberg | - Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Daniel Stenberg | When building tarballs, we also set the timestamp of... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Daniel Stenberg | updated with recent info and cut out some of the more... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Daniel Stenberg | updated |
commit | commitdiff | tree | snapshot |
next |