platform/upstream/curl.git
2004-01-30 Daniel Stenbergattempt to fix the notorious test 91 failures
2004-01-30 Daniel Stenbergmake sure the connection is closed when it was detected...
2004-01-30 Daniel StenbergSomewhat crude attempt at fixing the test 91 failures...
2004-01-30 Daniel Stenberghide the grep result
2004-01-30 Daniel Stenbergcatching up with reality
2004-01-30 Daniel Stenbergtest case 510, mpeix fix
2004-01-30 Daniel Stenbergwhen we receive a request overflow, we still dump the...
2004-01-30 Daniel Stenbergadded lib510.c for callback POST using chunked encoding
2004-01-30 Daniel Stenbergadded test 510, callback-based POST using chunked encoding
2004-01-30 Daniel Stenberg--socks
2004-01-30 Daniel StenbergAdded --socks
2004-01-30 Daniel Stenbergonly do the verifyconnect() clear magic on mpeix
2004-01-29 Daniel Stenbergthe thread and SSL issue is now fixed
2004-01-29 Daniel Stenbergnote about the need for extra functions set to OpenSSL...
2004-01-29 Daniel Stenbergupdate with recent info
2004-01-29 Daniel Stenbergdon't include config.g in src/hugehelp.c unless HAVE_CO...
2004-01-29 Daniel Stenbergares fix, warnings fixed, mpeix fixes
2004-01-29 Daniel Stenbergcheck for sys/ioctl.h as well
2004-01-29 Daniel Stenbergadded verifyconnect proto and use it correctly in the...
2004-01-29 Daniel Stenbergmoved the definitions of IOCTL_3_ARGS to setup.h
2004-01-29 Daniel Stenberg1. changed order of two include files to build fine...
2004-01-29 Daniel StenbergKen Hirsch says he basicly needs all 'mv' to be 'mv...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-29 Daniel Stenbergmake pedantic compiler options generate less warnings
2004-01-29 Daniel Stenbergadded hugehelp.h
2004-01-29 Daniel Stenbergnonsence change to make -Wunreachable-code get happy
2004-01-29 Daniel Stenberguse hugehelp.h to silence picky compiler warnings
2004-01-29 Daniel Stenbergdocumented ares_version()
2004-01-29 Daniel Stenbergreturn a const char *
2004-01-29 Daniel Stenberguse the name 'c-ares' for this package
2004-01-29 Daniel Stenberginclude the new README.cares
2004-01-29 Daniel Stenbergpoint out that this is a forked project, all c-ares...
2004-01-29 Daniel Stenbergc-ares specific README, leaving most of the original...
2004-01-29 Daniel Stenbergcut off the initial blurb, moved that to README.cares
2004-01-29 Daniel StenbergDirk Manske fixed a flaw in the setting of the socket...
2004-01-29 Daniel Stenbergupdates
2004-01-29 Daniel Stenbergadjusted to the corrected chunked transfer-encoding...
2004-01-29 Daniel Stenbergverify that buildconf ran fine to allow it to continue
2004-01-28 Daniel Stenbergupload with chunked transfer encoding is now fixed
2004-01-28 Daniel StenbergGisle has eyes, I don't
2004-01-28 Daniel StenbergChunked-transfers should have an additional CRLF after...
2004-01-28 Daniel Stenbergadded the extra newline that this needs to succeed
2004-01-27 Daniel Stenbergsend a connection: close in the initial reply to see...
2004-01-27 Daniel Stenbergnumber two is fixed!
2004-01-27 Daniel StenbergCONNECT response headers are now passed back as "regula...
2004-01-27 Daniel Stenbergdon't advance the line pointer if it already points...
2004-01-27 Daniel Stenbergvery big transfers now get nicer progress displayed...
2004-01-27 Daniel Stenbergdisplay OK if it runs OK
2004-01-26 Daniel Stenbergwhen saving in a cookie jar fails, include the file...
2004-01-26 Daniel StenbergRemoved two redundant #include files in the djgpp secti...
2004-01-23 Daniel Stenbergthe *_LARGE options work fine on windows in 7.11.1
2004-01-23 Daniel Stenbergthings continue to happen
2004-01-23 Daniel StenbergUse Curl_strtoll() if needed. This is not a library...
2004-01-23 Daniel Stenberguse the Curl_strtoll() source code from the lib code
2004-01-23 Daniel StenbergProxy username and password on persistant connections...
2004-01-23 Daniel Stenbergcheck the arguments to the socks5 function, as the...
2004-01-23 Daniel Stenbergfixed the progress meter display for files >32 bit...
2004-01-23 Daniel Stenberginclude curl.h for the typedef
2004-01-23 Daniel Stenbergdefine SIZEOF_CURL_OFF_T if not already defined
2004-01-22 Daniel Stenbergre-intended the code curl-style
2004-01-22 Daniel Stenbergzlib fix for the help text, stroll usage on mingw/djgpp
2004-01-22 Daniel Stenbergreturn curl_off_t instead of long long, to work on...
2004-01-22 Daniel StenbergGisle Vanem fixed the compressed help text zlib code
2004-01-22 Daniel Stenbergit has strtoll
2004-01-22 Daniel StenbergGisle Vanem's fix, mingw as strtoll
2004-01-22 Daniel Stenbergattempt to fix 64bit seeking for Windows, does it work?
2004-01-22 Daniel Stenbergfont-lock the curl_off_t type instead of the off_t
2004-01-22 Daniel Stenbergheader file fixing
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-22 Daniel StenbergInstead of checking the off_t size, we use the source...
2004-01-22 Daniel Stenbergs/not/note
2004-01-22 Daniel Stenbergcurl_off_t is the new type for large file support
2004-01-22 Daniel Stenberguse the proper type for formposts, not the deprecated one
2004-01-22 Daniel Stenbergadded the missing proto for the still unused quit function
2004-01-22 Daniel Stenbergmark the option better
2004-01-22 Daniel Stenbergstart working on 7.11.1
2004-01-22 Daniel Stenbergrelease time!
2004-01-22 Daniel Stenbergno large files on windows just yet
2004-01-21 Daniel Stenbergupdates
2004-01-21 Daniel Stenbergupdated year
2004-01-21 Daniel Stenbergremoved Basic in the initial response to see if it...
2004-01-21 Daniel Stenberguse the proper timecond defines, not the obsolete ones...
2004-01-21 Daniel Stenberguse the proper timecond defines, not the obsolete ones!
2004-01-21 Daniel StenbergByron's fixes
2004-01-21 Daniel Stenbergold timecond defines removed
2004-01-21 Daniel StenbergRemoved defines with TIMECOND_ prefixes. They have...
2004-01-21 Daniel Stenbergclarified where VERBOSE output goes
2004-01-19 Daniel StenbergDavid Byron's --trace fix
2004-01-19 Daniel StenbergDavid Byron cleaned up how --trace with no option was...
2004-01-19 Daniel Stenbergtwo minor build quirks
2004-01-19 Daniel Stenbergnothing left for 7.11.0, the remaining items were moved...
2004-01-16 Daniel Stenbergadded this test, this is basicly a copy of test 91...
2004-01-16 Daniel StenbergGisle Vanem's patch for variables that "might be used...
2004-01-16 Daniel Stenbergsilly me
2004-01-16 Daniel StenbergAvoid Curl_if2ip() on Interix as well. Fix by Rodney.
2004-01-16 Daniel Stenbergremoved unused stuff
2004-01-15 Daniel Stenberguse the %dk display for one extra k of progress
2004-01-15 Daniel Stenbergautomake 1.8 adjustment
2004-01-15 Daniel StenbergAdded escaping of the function name in the AC_DEFUN...
next