platform/upstream/curl.git
2007-02-25 Daniel StenbergTwo new mirrors, but the total amount of mirrors still...
2007-02-25 Daniel Stenberg- Adam D. Moss made the HTTP CONNECT procedure less...
2007-02-23 Daniel StenbergWorks for me
2007-02-23 Daniel Stenberg- Added warning outputs if the command line uses more...
2007-02-22 Daniel Stenbergsetting CURLOPT_PROXY to "" explicitly disables the...
2007-02-22 Dan Fandrich5 seconds isn't always enough time to start a server...
2007-02-22 Yang Tseremove redundant check in timestamp detection
2007-02-22 Yang Tseinclude <sys/types.h> when checking availability of...
2007-02-22 Yang Tsecompiler warning fix
2007-02-22 Yang TseFix compiler warning "statement is unreachable"
2007-02-22 Yang TseFix compiler warnings
2007-02-22 Yang TseCheck for stdbool.h at configuration stage, and include...
2007-02-21 Daniel Stenbergsilence two cases of "comparison between signed and...
2007-02-21 Daniel Stenberg- Ravi Pratap provided work on libcurl making pipelinin...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-21 Dan FandrichInclude some possible dependencies of arpa/inet.h
2007-02-21 Gisle VanemCleanup WIN32 target using WSACleanup().
2007-02-21 Yang Tsefix compiler warning "enumerated type mixed with anothe...
2007-02-20 Linus Nielsen... New FTP CCC functionality - adds passive and active...
2007-02-20 Linus Nielsen... New FTP CCC functionality - adds passive and active...
2007-02-20 Dan FandrichInclude network byte order conversion macros on Minix.
2007-02-20 Yang Tsecompiler warning fix
2007-02-20 Yang Tsecompiler warning fix
2007-02-20 Yang Tsecurl tool was using functions curlx_tvnow and curlx_tvd...
2007-02-20 Yang TseMove header file inclusion logic and definition of...
2007-02-20 Yang TseSeveral corrections & changes to what has been stated...
2007-02-20 Yang Tseadd tutil_tvdiff_secs() for completeness
2007-02-19 Dan FandrichMention curl-config dependencies fix.
2007-02-19 Yang Tsefix typo
2007-02-19 Yang TseShow libcurl's timestamp. This timestamp is only availa...
2007-02-19 Gisle VanemAdded ares_parse_ns_reply.obj etc.
2007-02-19 Gisle VanemINADDR_NONE no longer used.
2007-02-19 Gisle VanemFixed typo.
2007-02-19 Daniel StenbergVlad Dinulescu added ares_parse_ns_reply()
2007-02-19 Daniel StenbergIan Turner fixed the libcurl.m4 macro's support for...
2007-02-19 Daniel Stenberg- Shmulik Regev found a memory leak in re-used HTTPS...
2007-02-19 Daniel Stenbergand fix warnings due to lack of protos
2007-02-19 Daniel Stenberg- Robson Braga Araujo made passive FTP transfers work...
2007-02-19 Daniel Stenbergfixed code to compile and removed one warning
2007-02-19 Yang Tselog a message, stating the need of openssl to run this...
2007-02-19 Yang TseOops missing var
2007-02-19 Yang Tsecompiler warning fix
2007-02-19 Yang Tseadd debug messages for initialization failures
2007-02-18 Daniel Stenberg- Jeff Pohlmeyer identified two problems: first a rathe...
2007-02-18 Yang TseMichal Marek comment fix
2007-02-18 Yang Tsefix ENAMETOOLONG and ENOTEMPTY may already be defined...
2007-02-17 Dan FandrichUse configure's new LIBCURL_LIBS variable
2007-02-17 Yang TseMove portable error number symbolic name definitions...
2007-02-17 Yang Tsecompiler warning fix
2007-02-17 Yang TseReplicate the configure tests that determined that...
2007-02-17 Yang Tsecompiler warning fix
2007-02-17 Dan FandrichDo a better job at determining what test servers *reall...
2007-02-17 Dan Fandrichgetpart implicitly drags in some networking functions...
2007-02-17 Dan FandrichBetter separate the library dependencies into those...
2007-02-17 Dan FandrichRemove C99isms
2007-02-17 Dan FandrichReplicate the configure tests that determined that...
2007-02-16 Yang Tseadd debug messages for fopen() failures
2007-02-16 Yang Tseadd debug messages for fopen() failures
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-16 Daniel Stenberg- Duncan Mac-Vicar Prett and Michal Marek reported...
2007-02-16 Daniel Stenbergmaxdownload is actually -1 for unlimited
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-16 Yang Tsecompiler warning fix
2007-02-15 Yang Tseavoid redefinition of SET_ERRNO()
2007-02-15 Yang Tseintroduce uppercase macros SOCKERRNO, SET_SOCKERRNO...
2007-02-15 Yang Tseicc 9.0 when compiling its generated code for its own...
2007-02-15 Yang Tsecompiler warning fix
2007-02-15 Yang TseDo not define HAVE_GMTIME_R for native Windows builds
2007-02-15 Yang TseDaniel Mirchandani fix to make libcurl build nicely...
2007-02-15 Gunter Knaufenabled IPV6 builds.
2007-02-14 Dan FandrichAdded --ftp-ssl-ccc issue.
2007-02-14 Dan FandrichDon't bother adding a library path of /usr/lib in curl...
2007-02-14 Yang TseOops, missing argument separator comma
2007-02-14 Yang Tsein debug messages also show error description
2007-02-14 Yang Tsecompiler warning fix
2007-02-14 Yang Tseavoid using funtion isblank() and just use our ISBLANK
2007-02-14 Yang Tsecompiler warning fix
2007-02-14 Dan FandrichFixed the problem of curl-config --libs specifying...
2007-02-14 Yang Tseenhance HTTP server request input writing,
2007-02-13 Daniel Stenbergftp@example.com is now the new anonymous FTP password...
2007-02-13 Daniel Stenberg- Robert A. Monat made libcurl build fine with VC2005...
2007-02-13 Dan FandrichAdded last-resort dynamic library names.
2007-02-13 Yang Tsecheck for isblank() at configuration stage. If not...
2007-02-13 Yang Tseuse our own ISUPPER and ISLOWER macros
2007-02-13 Yang Tseuse our own ISBLANK macro
2007-02-13 Yang Tseuse our own ISSPACE macro
2007-02-13 Yang TseFix c-ares failing to get the search sequence of /etc...
2007-02-13 Yang Tsecompiler warning fix
2007-02-12 Daniel Stenbergmention today's LIBCURL_TIMESTAMP fix
2007-02-12 Daniel StenbergRob Crittenden added support for NSS (Network Security...
2007-02-12 Daniel Stenberg- Shmulik Regev fixed so that the final CRLF of HTTP...
2007-02-12 Daniel StenbergJeff Pohlmeyer for his bug fix today, but too specific...
2007-02-12 Daniel Stenberg- Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle...
2007-02-12 Daniel StenbergWhen building tarballs, we also set the timestamp of...
2007-02-11 Daniel Stenbergupdated with recent info and cut out some of the more...
2007-02-11 Daniel Stenbergupdated
2007-02-10 Daniel Stenbergdarned tab completion on a late evening... :-P
2007-02-10 Daniel Stenbergminor updates to reflect reality better
2007-02-10 Daniel Stenbergfile:// transfers are blocking
next