platform/upstream/curl.git
2006-10-30 Daniel Stenbergstart working on 7.16.1
2006-10-29 Daniel Stenberg7.16.0 material
2006-10-29 Daniel Stenbergcorrected how tests/memanalyze.pl is used
2006-10-29 Yang TseCompiler warning fix
2006-10-29 Yang TseMake more human readable and maintainable previous
2006-10-29 Daniel Stenbergupdated to current status
2006-10-29 Daniel Stenbergupdated to reflect reality
2006-10-27 Daniel Stenberga small unification of the error text on failed server...
2006-10-27 Yang TseSync with lib/setup_once.h
2006-10-27 Yang TseCompiler warning fix.
2006-10-27 Gisle VanemFixed 'x_TYPE_ARG2' to match prototypes of recv() and...
2006-10-27 Gisle VanemGet rid of the special sread()+swrite() for MSDOS....
2006-10-27 Gisle VanemAdded 'RECV_TYPE_ARGx' needed in getinfo.c.
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
2006-10-27 Yang TseCompiler warning fix
2006-10-27 Yang Tse30 seconds isn't long enough for this test on a loaded...
2006-10-27 Yang TseDo an explicit typecast of data pointers to function...
2006-10-26 Gisle VanemUse proper 'stat' structure for fstat(). I.e. 'struct...
2006-10-26 Yang TseImproved rlimit logic:
2006-10-26 Yang TseFix Curl_open() not reporting failure when allocation...
2006-10-26 Yang Tse30 seconds isn't long enough for this test on a loaded...
2006-10-25 Daniel Stenberga Smalltalk binding
2006-10-25 Daniel StenbergFixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED...
2006-10-25 Gisle VanemFixed "'x' might be used uninitialized in this function...
2006-10-25 Gisle VanemAdded '-d' option for Watt32 targets. Added cvs id.
2006-10-25 Yang TseCompiler warning fix
2006-10-25 Yang TseAdd project notice and file Id
2006-10-25 Yang TseCompiler warning fix
2006-10-25 Daniel Stenbergupdated copyright year
2006-10-25 Yang TseUse curl_global_init() and curl_global_cleanup().
2006-10-24 Daniel Stenbergother pipelining fixes by Ravi Pratap, that now makes...
2006-10-24 Yang TseAbort test if it seems that it would have run forever...
2006-10-23 Daniel Stenbergthe check in ConnectionExists() for not re-using a...
2006-10-23 Daniel StenbergRavi Pratap provided a major update with pipelining...
2006-10-23 Yang TseAvoid trying to compare more than strlen bytes.
2006-10-23 Dan Fandrich30 seconds isn't long enough for this test on a loaded...
2006-10-23 Yang TseReplace is*() macros with our own IS*() ones.
2006-10-22 Daniel StenbergNir Soffer fixed a cp line and got rid of an rm
2006-10-22 Daniel Stenberguntil we learn how to use Makefile.inc from here, I...
2006-10-21 Yang TseProvide 'datarootdir' parameter to shutup configuration...
2006-10-21 Yang TseFix misplaced runtime library specification for 'releas...
2006-10-21 Daniel Stenbergrely on the global LDADD instead of having specific...
2006-10-21 Daniel StenbergNir Soffer for his Makefile.am fix
2006-10-21 Yang TseFix copy-paste error
2006-10-21 Yang TseCompiler warning fix
2006-10-21 Daniel StenbergNir Soffer made the tests/libtest/Makefile.am use a...
2006-10-21 Daniel StenbergArmel Asselin separated CA cert verification problems...
2006-10-21 Yang TseCompiler warning fix
2006-10-20 Daniel Stenbergmade the arrow for 'Send SSL data' point in the right...
2006-10-20 Yang TseCompiler warning fix
2006-10-20 Yang TseSince now src/setup.h includes setup_once.h, src/config...
2006-10-20 Yang TseOops! Actually set the limit to 30 seconds.
2006-10-20 Yang TseDecrease the posibility of aborting a test which actual...
2006-10-20 Daniel StenbergWhen a resolve is made on a pipelined connection we...
2006-10-19 Yang TseSet loop2 counter limit to 60 on this test to avoid...
2006-10-19 Yang TseReplace tabs with spaces and Compiler warning fix.
2006-10-19 Yang TseCompiler warning fix
2006-10-19 Yang TseWhen aborting, show loop counter values when more than...
2006-10-19 Yang TseAbort test if it seems that it would have run forever...
2006-10-19 Daniel StenbergHere's an effort to avoid saying 'data not shown' in...
2006-10-19 Yang TseBuilds using synchronous name resolver dislike marking...
2006-10-18 Yang TseSync with lib/setup_once.h
2006-10-18 Yang TseCheck for USE_WINSOCK instead of WIN32 where the check...
2006-10-18 Yang TseIntroduce symbol USE_WINSOCK which will be defined...
2006-10-18 Daniel Stenbergthe expire timer is a bit too annoying to see all the...
2006-10-18 Daniel StenbergWhen a connection is re-used, it can be flagged for...
2006-10-18 Daniel Stenberguse the return code from lseek() to detect problems...
2006-10-18 Gisle VanemAdded ISPRINT() required for src/main.c.
2006-10-18 Daniel StenbergTor's spell fixes
2006-10-18 Daniel Stenbergchanges done the last few days
2006-10-18 Daniel Stenbergcut out matching host names starting with telnet or...
2006-10-18 Daniel Stenbergthe "work in progress" for #25 was ditched a long time ago
2006-10-18 Yang TseReplace is*() macros with our own IS*() ones.
2006-10-18 Yang TseMove definition of IS*() macros to setup_once.h
2006-10-17 Dan FandrichFixed compile error in HAVE_SIGACTION case.
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-10-17 Daniel Stenbergclear the struct size not the pointer size, pointed...
2006-10-17 Daniel Stenbergbuildconf already runs ares/buildconf by itself if...
2006-10-17 Yang TseExplicit typecast for Curl_debug() size argument
2006-10-17 Yang TseTypo
2006-10-17 Daniel Stenbergmake the low_speed check set the expire timer so that...
2006-10-17 Daniel StenbergPlease welcome our new haxx.se curl mirror, for really...
2006-10-17 Daniel StenbergJeff helped me pinpoint that we didn't properly set...
2006-10-17 Daniel Stenbergfix the name resolve abort timeout calculation (when...
2006-10-17 Yang TseCompiler warning fix
2006-10-16 Daniel StenbergAdded a check in configure that simply tries to run...
2006-10-15 Yang TseCompiler warning fix
2006-10-15 Gisle VanemReplace ";;" with ";".
2006-10-15 Gisle VanemRearranged target HAVE_x section.
2006-10-14 Yang TseDeclare our own timeval struct if HAVE_STRUCT_TIMEVAL...
2006-10-14 Yang TseDefine HAVE_STRUCT_TIMEVAL as appropriate for platforms...
2006-10-13 Daniel StenbergPrevent ares_getsock() to overflow if more than 16...
2006-10-13 Dan FandrichThe tagging of application/x-www-form-urlencoded POST...
2006-10-13 Daniel Stenbergprint the actual (externally known) easy handle and...
2006-10-13 Daniel StenbergAdded comments about checking return code and the maxfd...
2006-10-13 Daniel StenbergAdded curl_multi_dump() when built with CURLDEBUG ...
2006-10-13 Yang TseCheck for struct timeval at configuration time
2006-10-12 Daniel Stenbergghiper now uses the timer callback in the multi interface
2006-10-12 Daniel Stenbergavoid an overflow if an excessive amount of servers...
2006-10-12 Daniel Stenbergclarify more
next