platform/upstream/curl.git
2008-07-27 Yang TseFor debugging purposes, run aclocal in verbose mode...
2008-07-27 Yang Tsemove ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS
2008-07-27 Yang Tsesetup.h handles definition of _REENTRANT based on NEED_...
2008-07-27 Yang TseRemove explicit inclusion of our m4 files first. It...
2008-07-27 Dan FandrichAdded feature in runtests.pl to select tests based...
2008-07-27 Dan FandrichEliminate a unnecessary socket creation in Curl_getaddr...
2008-07-27 Yang TseAnother step towards detecting if _REENTRANT is already...
2008-07-26 Daniel Stenberg- David Bau filed bug report #2026240 "CURL_READFUNC_PA...
2008-07-26 Dan FandrichAdded test 1044 to test large file support in ftp with -I.
2008-07-26 Yang TseExplicitly include our m4 files first. This might minim...
2008-07-26 Yang Tsesimplify multi '#' char comment line
2008-07-26 Yang TseAdd a 3 argument check for getprotobyname_r
2008-07-26 Yang Tseadditional debug logging of getprotobyname_r on Tru64...
2008-07-26 Yang TseNo longer hide aclocal 'underquoted definition' warnings.
2008-07-25 Yang Tsemove reentrant.m4 to the m4 subdirectory to avoid infin...
2008-07-24 Yang Tseadd checks for strtok_r and getprotobyname_r
2008-07-24 Yang TseAnother step towards detecting if _REENTRANT is already...
2008-07-24 Yang Tseignore curllib.vcproj
2008-07-24 Dan FandrichChanged the long logfile elision code in runtests.pl...
2008-07-23 Dan FandrichMention that the test harness can't check every possibl...
2008-07-23 Dan FandrichEliminated references to TRUE and FALSE since those...
2008-07-23 Daniel Stenberg- I went over the curl_easy_setopt man page and replace...
2008-07-23 Dan FandrichSimplified Minix compile instructions and added some...
2008-07-23 Yang Tsereorder argument number detection for getservbyport_r to
2008-07-22 Yang Tsecleanup duplicate line
2008-07-22 Yang TseMake sure that configure process tests are done with...
2008-07-22 Yang Tsechecks for gethostbyaddr_r with 7 and 8 args now also...
2008-07-22 Yang Tseminor reordering in OS/400 config/setup files
2008-07-21 Yang TseChange recvfrom's sixth argument data type to the ...
2008-07-21 Gisle VanemUndefine 'byte' due to dict.c.
2008-07-21 Yang Tseuse prototypes to improve getservbyport_r detection
2008-07-21 Yang Tsefix compiler warning: implicit conversion from "long...
2008-07-21 Yang Tsefix compiler warning: comparison between signed and...
2008-07-21 Yang TseAdjust recvfrom's sixth arg data type definition for...
2008-07-21 Yang TseUse the sreadfrom() wrapper to replace recvfrom() in...
2008-07-21 Yang Tsewhen recvfrom prototype uses a void pointer for argumen...
2008-07-20 Yang TseAdjust DEC/Compaq C compiler settings
2008-07-20 Yang TseRemove showing additional info needed to debug configure
2008-07-20 Yang TseAdded "pointer to void" as another data type to check...
2008-07-19 Yang TseTemporarily show additional info needed to debug configure
2008-07-19 Yang TseAdjust DEC/Compaq C compiler settings
2008-07-18 Patrick MonneratREADME.OS400 update for new string options.
2008-07-18 Patrick MonneratREADME.OS400 update for new string options.
2008-07-17 Dan FandrichFixed the XML syntax of a few test files.
2008-07-17 Yang TseRECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYP...
2008-07-16 Yang Tsefix comment
2008-07-16 Yang TseConfigure process now checks availability of recvfrom...
2008-07-16 Yang TseInitial DEC/Compaq C compiler detection and flags
2008-07-16 Yang TseImproved configure detection of number of arguments...
2008-07-15 Yang TseAllow --enable-largefile and --disable-largefile config...
2008-07-15 Yang Tseadd comment for include paths
2008-07-15 Yang Tseadd comment for include paths
2008-07-15 Dan FandrichAdded test1042 and test1043 to test -C - on HTTP.
2008-07-15 Dan FandrichAdded test1040 and test1041 to test -C - on HTTP. Test...
2008-07-14 Yang TseMove _REENTRANT definition earlier in lib/setup.h
2008-07-14 Yang TseRemoved inclusion of remaining system header files...
2008-07-14 Yang TseInclusion of <extra/stricmp.h> and <extra/strdup.h...
2008-07-14 Yang TseRemove duplicate file inclusions. These are already...
2008-07-14 Yang TseRemove duplicate file inclusions. These are already...
2008-07-14 Yang TseHTTP_ONLY definition check in lib/setup.h is now done...
2008-07-11 Yang Tsefix multiple header inclusion prevention definition
2008-07-11 Yang Tsemove multiple header inclusion prevention definition...
2008-07-11 Yang TseAdded missing multiple header inclusion prevention...
2008-07-11 Dan FandrichFixed test 553 to pass the torture test.
2008-07-11 Dan FandrichAvoid a potential zombie process when killing an old...
2008-07-11 Daniel Stenbergdocument the exit codes 82 and 83 that are new in 7...
2008-07-11 Daniel Stenbergindent and comment cleanup (no code change)
2008-07-11 Daniel Stenberg- Daniel Fandrich found out we didn't pass on the user...
2008-07-11 Dan FandrichAdded test cases 1038 and 1039 to test Adrian Kreher...
2008-07-11 Dan FandrichChanged slightly the SFTP quote commands chmod, chown...
2008-07-10 Daniel Stenberg(Added in the section for CURLOPT_DNS_CACHE_TIMEOUT...
2008-07-10 Daniel Stenberg--remote-name-all
2008-07-10 Dan FandrichFixed another OOM problem, this time with test 64.
2008-07-10 Yang TsePeter Lamberg filed bug report #2015126: "poll gives...
2008-07-10 Daniel Stenbergupdated to match current reality
2008-07-10 Yang Tsefix compiler warning
2008-07-10 Daniel Stenbergs/muse/must
2008-07-10 Daniel Stenbergdocument --remote-name-all
2008-07-10 Yang Tsefallback to gettimeofday when monotonic clock is unavai...
2008-07-10 Dan FandrichAdded tests 1036 and 1037 to verify resumed ftp downloa...
2008-07-09 Daniel Stenberg- Andreas Schuldei improved Phil Blundell's patch for...
2008-07-09 Dan FandrichFixed an OOM handling problem that cause test 11 to...
2008-07-09 Yang Tsesince Jun 30 2008 MAXHOSTNAMELEN define is no longer...
2008-07-08 Dan FandrichFixed test 554 to pass the torture test.
2008-07-08 Gisle VanemAdded libidn libs as needed. Added compilation of sendr...
2008-07-07 Dan FandrichAdded test cases 1034 & 1035 to test IDN name conversio...
2008-07-07 Daniel Stenberg- Scott Barrett provided a test case for a segfault...
2008-07-07 Patrick MonneratNew options added to OS400 wrapper and ILERPG definitions.
2008-07-07 Yang Tsefix c-ares version reported in generated libcares.pc...
2008-07-05 Yang Tsefix compiler warning: empty body in an if-statement
2008-07-05 Yang Tsemention that egrep and ar are also mandatory
2008-07-04 Yang Tseegrep and ar are also mandatory
2008-07-03 Daniel Stenbergjust to clarify that c-ares actually have some ipv6...
2008-07-03 Daniel Stenbergares_gethostbyname() fallback from AAA to A records...
2008-07-03 Daniel Stenberg- Phil Blundell: If you ask ares_gethostbyname() to...
2008-07-03 Daniel StenbergPhil Blundell provided a fix for libcurl's treatment...
2008-07-03 Daniel StenbergIntrocuding a new timestamp for curl_easy_getinfo():
2008-07-02 Dan FandrichSupport Open Watcom C on Linux (as well as Windows).
2008-07-02 Yang TseThe configure process will now halt when sed or grep...
2008-07-02 Yang Tsefallback to gettimeofday when monotonic clock is unavai...
next