platform/upstream/curl.git
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...
2001-03-09 Daniel StenbergAdded socklen_t
2001-03-09 Daniel Stenbergadded a check for socklen_t
2001-03-09 Daniel Stenbergall comments for the former public "low level" interfac...
2001-03-09 Daniel Stenbergremoved handles and states from the main structs
2001-03-09 Daniel Stenbergcurl_transfer became Curl_perform() to better match...
2001-03-09 Daniel Stenbergprefix changes curl_ to Curl_
2001-03-09 Daniel Stenberg#include <string.h> removed a warning
2001-03-09 Daniel Stenbergremoved curl_read() and curl_write() - they weren't...
2001-03-09 Daniel Stenberguses socklen_t now
2001-03-09 Daniel Stenbergcurl_ prefix modified to Curl_
2001-03-09 Daniel Stenbergaccept() and getsockname() now use socklen_t types...
2001-03-09 Daniel Stenberguse unsigned int hex to receive the hex digit in, cause...
2001-03-09 Daniel StenbergModified to use Curl_* functions instead of curl_*...
2001-03-09 Daniel Stenbergonly generate maximum 509 characters in each string
2001-03-08 Daniel Stenbergversion 7.7-beta1
2001-03-08 Daniel Stenbergpersistant adjusts
2001-03-08 Daniel StenbergHTTP HEAD tests
2001-03-08 Daniel Stenbergreturn from transfer when all headers have been receive...
2001-03-08 Daniel Stenbergupdated for persistant connections
2001-03-08 Daniel Stenbergmade it split the version number on - too to make 7...
2001-03-08 Daniel Stenbergadded lots of numbers for the error codes as they're...
2001-03-08 Daniel Stenbergclarified the 0001-files use a bit, I couldn't understa...
2001-03-08 Daniel StenbergAdded test #34 - HTTP GET with chunked Transfer-Encoding
2001-03-07 Daniel Stenberg"Transfer-Encoding: chunked" support added
2001-03-07 Daniel Stenbergadded the http_chunks files
2001-03-07 Daniel Stenbergchunked transfer encoding support
2001-03-07 Daniel Stenbergconnection timeout is in for 7.7
2001-03-07 Daniel Stenberginitial chunked transfer-encoding support
2001-03-07 Daniel Stenbergremoved compiler warning if HAVE_RAND_STATUS is false
2001-03-06 Daniel StenbergAdded persistant connections blurb even if it doesn...
2001-03-06 Daniel Stenbergcleaned up for the 7.7 fixes
2001-03-06 Daniel Stenbergnew seeding stuff as mentioned by Albert Chin
2001-03-05 Daniel StenbergAdded a persistant connection example
2001-03-05 Daniel Stenbergupdated to libcurl 7.7 conditions
2001-03-05 Daniel Stenbergmucho updated with new 7.7 concepts
2001-03-05 Daniel Stenbergremoved an incorrect comment
2001-03-05 Daniel Stenbergall test cases run OK now (again)
2001-03-05 Daniel Stenbergmore details on debugging with the test suite
2001-03-05 Daniel Stenbergshow the ftp server invoke line when -d is used
2001-03-05 Daniel Stenbergtalks more on verbose
2001-03-05 Daniel Stenbergfree the struct on done
2001-03-05 Daniel Stenbergtelnet without any static variables
2001-03-05 Daniel Stenbergset download size properly for HTTP downloads
2001-03-05 Daniel Stenbergenable persistant connections by default
2001-03-05 Daniel Stenbergremade FILE:// support to look more as the other protocols
2001-03-04 Daniel Stenbergruntests -g explained
2001-03-04 Daniel Stenbergpersistant support protocol updates
2001-03-04 Daniel Stenberg7.7 alpha 2 commit
2001-03-04 Daniel StenbergAdded include of easy.h to enable libcurl-using program...
2001-03-04 Daniel StenbergCurl_http() could crash on connection re-use
2001-03-03 Daniel Stenbergipv6 fix for the 'port' no longer in urldata
2001-03-03 Daniel Stenbergfixed for persistant stuff
2001-03-02 Daniel Stenberglatest
2001-03-02 Daniel Stenbergremade the port number stuff so that following location...
2001-03-02 Daniel StenbergAdded the disconnect proto
2001-03-02 Daniel Stenbergremoved the slist -functions from here
2001-03-02 Daniel Stenbergimproved connections
2001-03-02 Daniel Stenbergextending connectdata
2001-03-02 Daniel Stenbergmoved the slist-functions here from FTP since they...
2001-03-02 Daniel Stenbergstrdup() takes a const char * now
2001-02-28 Daniel Stenbergcleanup better when connects fail
2001-02-22 Daniel Stenbergadded some infof() calls for persistant info
2001-02-22 Daniel Stenbergwe only allocate the HTTP struct if we need to
2001-02-22 Daniel StenbergNow persistant connection download works thanks to...
2001-02-22 Daniel Stenbergmoved the dynamicly set pointers to the connectdata...
2001-02-22 Daniel StenbergDouglas R. Horner's corrections applied
2001-02-21 Daniel StenbergIPv6-adjustments
2001-02-20 Daniel Stenbergcorrected memory leaks when re-using connections
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-02-20 Daniel Stenbergbugfix
2001-02-20 Daniel Stenberg-g runs the specified test(s) with gdb!
2001-02-20 Daniel Stenbergremoved the #ifdef
2001-02-20 Daniel Stenbergwin32sockets.c is now added with winsock init/cleanup...
2001-02-19 Daniel StenbergAdded three tiny PHP examples
2001-02-19 Daniel Stenbergblurb about different languages and environments added
2001-02-19 Daniel Stenbergjust a few PHP/curl examples
2001-02-19 Daniel Stenbergadded two VC++ files for project stuff
2001-02-19 Daniel StenbergMade CURLOPT_POST no longer necessary when CURLOPT_POST...
2001-02-19 Daniel StenbergMoved a bunch of prototypes from curl.h here, they...
2001-02-19 Daniel Stenbergremoved a bunch of "low level" functions that were...
2001-02-19 Daniel StenbergMS VC++ stuff
2001-02-19 Daniel StenbergBob Schader updated this
2001-02-19 Daniel Stenbergadded stuff to the mailing list chapter
2001-02-16 Daniel Stenbergremoved --continue task (done)
2001-02-16 Daniel Stenberg2.2 - rephrased
2001-02-13 Daniel Stenbergbetter english timeouted => timed out, as suggested...
2001-02-13 Daniel Stenberg7.6.1 commit
2001-02-13 Daniel Stenbergmoved the protocol-specific free to allow easier multip...
2001-02-12 Daniel Stenbergftp response fix, netrc fix for non-http/ftp, https...
2001-02-12 Daniel Stenbergcorrected the prototype
2001-02-12 Daniel StenbergAdded 3.10 and a few minor updates
next