platform/upstream/curl.git
2001-03-16 Daniel StenbergGeorg Horn's Curl::easy interface for perl
2001-03-16 Daniel Stenbergmoved to contrib/
2001-03-16 Daniel Stenbergmoved here from ../
2001-03-15 Daniel Stenbergmoved the documentation item to 7.8, it is rather impor...
2001-03-15 Daniel Stenbergupdated to have the windows builds instructions use...
2001-03-15 Daniel Stenbergconnection timeouts added
2001-03-15 Daniel Stenbergadded connect timeout support
2001-03-15 Daniel StenbergAdded --connect-timeout support
2001-03-15 Daniel StenbergAdded CURLOPT_CONNECTTIMEOUT
2001-03-15 Daniel Stenbergconnection timeout is now supported
2001-03-15 Daniel StenbergJörn's win32-fix to make it work better
2001-03-15 Daniel Stenbergcorrected it, did I mention IPv6 with HTTP proxy?
2001-03-15 Daniel StenbergPut more concentrated unix install help already at...
2001-03-14 Daniel Stenbergadded some text for -d that says it "emulates filling...
2001-03-14 Daniel Stenbergipv6 adjustments
2001-03-14 Daniel Stenbergremoved a bunch of warnings for IPv6-compiles
2001-03-14 Daniel Stenbergnow works with IPv6 and HTTP proxy
2001-03-14 Daniel Stenbergnetrc fix
2001-03-14 Daniel Stenberghm, don't free the home dir and append the .netrc part...
2001-03-14 Daniel Stenbergchecks for a few functions and include files more for...
2001-03-14 Daniel Stenberguses getpwuid() to find user's home dir
2001-03-14 Daniel Stenbergadded a missing \
2001-03-14 Daniel Stenbergalways append the incoming request to the server.input...
2001-03-14 Daniel Stenbergupdated to work with the modified http server
2001-03-14 Daniel StenbergAdded test case 38
2001-03-14 Daniel StenbergEdin Kadribaic's bug report #408488 forced a rearrange...
2001-03-14 Daniel StenbergAdded the --egd-file and --random-file options
2001-03-14 Daniel Stenbergcurl 7.7 beta 3
2001-03-14 Daniel Stenbergremoved the two unnecessary include files
2001-03-14 Daniel Stenbergssluse fixed, various win32 fixes
2001-03-14 Daniel StenbergBjörn Stenberg corrected the silly '(void)data' usage...
2001-03-14 Daniel StenbergJörn's updated file
2001-03-14 Daniel Stenbergthe URL escape/unescape functions are also public but...
2001-03-14 Daniel StenbergFirst Jörn's updates were applied, then
2001-03-14 Daniel Stenbergno longer includes the curl/types.h and curl/easy.h...
2001-03-14 Daniel Stenbergincreased the 'current' number for the interface
2001-03-14 Daniel StenbergCurl_str(n)equal renamed to curl_str(n)equal
2001-03-14 Daniel Stenbergdocumented the undocumented public functions in libcurl
2001-03-14 Daniel Stenbergchunked bugfix, Jörn's fixes, the interface number...
2001-03-14 Daniel StenbergThe Curl_* prefixes are now changed for curl_* ones...
2001-03-14 Daniel StenbergJörn added "#define socklen_t int"
2001-03-14 Daniel StenbergJörn fixed it to compile on win32 again
2001-03-14 Daniel StenbergJörn Hartroth added a set of files
2001-03-14 Daniel StenbergJörn Hartroth fixed a bad #endif placement
2001-03-13 Daniel Stenbergre-added the default switch for weird states
2001-03-13 Daniel Stenbergremoved the random seeding and persistant stuff, as...
2001-03-13 Daniel StenbergAdded a failf() error message when the chunked read...
2001-03-13 Daniel Stenbergupdated the chunked state-machine to deal with the...
2001-03-13 Daniel Stenbergmade 'X to Y' sequences not include X twice
2001-03-13 Daniel Stenbergcorrected the chunked format
2001-03-13 Daniel Stenberg7.7 beta 2 fixes
2001-03-13 Daniel StenbergEXTRA_DIST got too long, I shortened it now but we...
2001-03-13 Daniel Stenbergfailf() now respects the mute flag
2001-03-13 Daniel StenbergGuenole Bescon's bug found on march 8 is added
2001-03-13 Daniel Stenbergexchanged I and me to we and us in a lot of places
2001-03-13 Daniel StenbergAdded test case 37, HTTP GET with name+password in...
2001-03-13 Daniel Stenberga whole new section on persitant connections and how...
2001-03-13 Daniel Stenbergwe speak HTTP 1.1 now
2001-03-13 Daniel Stenbergclose policies
2001-03-13 Daniel Stenberginitial close policy support
2001-03-13 Daniel StenbergAdded 'created' to the connectdata struct to hold the...
2001-03-13 Daniel StenbergCurl_tvnow is now properly declared with (void)
2001-03-13 Daniel Stenbergcurl_getinfo is removed, not a public function
2001-03-12 Daniel Stenbergadded --random-file and --egd-file to the command line...
2001-03-12 Daniel StenbergAdded the two new seeding options
2001-03-12 Daniel Stenbergtwo new random seed options for the ssl config struct
2001-03-12 Daniel Stenbergtwo new random seed options: CURLOPT_RANDOM_FILE and...
2001-03-12 Daniel Stenbergbetter chunked error detection
2001-03-12 Daniel StenbergAdded test case 36:
2001-03-12 Daniel Stenbergupdated the comment for the chunked reading
2001-03-12 Daniel Stenbergmade it return illegal hex in case no hexadecimal digit...
2001-03-12 Daniel Stenbergadded an error code for illegal hex values in the chunk...
2001-03-12 Daniel StenbergAdded new libcurl options in include/curl/curl.h, they...
2001-03-12 Daniel StenbergAdded options for the persistant support, they're also...
2001-03-12 Daniel Stenbergsupport for a few new libcurl 7.7 CURLOPT_* options...
2001-03-12 Daniel StenbergAdded four new options that come with the new persitant...
2001-03-12 Daniel Stenbergthe client is adjusted to work with persistant curl...
2001-03-12 Daniel StenbergAdded infof() calls for persistant connection info...
2001-03-12 Daniel Stenbergmoved the libcurl init call
2001-03-12 Daniel Stenbergpersistant updates
2001-03-12 Daniel Stenbergadded a note about persitant connections through HTTP...
2001-03-12 Daniel StenbergAdded some persistant notes
2001-03-12 Daniel Stenbergmodified to make the curl client with persistant connec...
2001-03-12 Daniel Stenberginclude the failed test case numbers in the end summary
2001-03-12 Daniel StenbergAdded description of the new test case ranges support
2001-03-12 Daniel Stenbergmade it support test case ranges on the command line...
2001-03-12 Daniel Stenbergadjusted to work with the HTTP 1.1-speaking libcurl
2001-03-12 Daniel Stenbergoutput the protocol data to stderr when verbose is on
2001-03-12 Daniel Stenbergserver problems,
2001-03-12 Daniel Stenbergmodified Curl_disconnect() so that it unlinks itself...
2001-03-12 Daniel Stenbergsplit up the big printf() into several ones to never...
2001-03-12 Daniel Stenbergbugfix: don't use the connectindex if it is -1
2001-03-12 Daniel Stenbergadded persistant connection details
2001-03-12 Daniel Stenbergreplaced I and my with we and us
2001-03-12 Daniel Stenbergupdated
2001-03-09 Daniel Stenberguse the new name and hostname even though an old connec...
2001-03-09 Daniel Stenbergremake Host: for each connection and it'll work with...
2001-03-09 Daniel Stenbergfor HTTP/1.0 we default to non keep-alive connections...
2001-03-09 Daniel StenbergAdded httpversion to the progress struct, we do read...
2001-03-09 Daniel Stenbergthe socklen_t check is more involved now, but works...
next