platform/upstream/curl.git
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
2001-02-12 Daniel Stenbergvery minor indentation fix
2001-02-12 Daniel Stenbergremoved getenv.h from the package as it was unused
2001-02-09 Daniel StenbergNot used anymore
2001-02-09 Daniel StenbergAdded a failf() call in the error-check just added
2001-02-08 Daniel Stenbergif netrc is parsed and our host was found in there...
2001-02-08 Daniel Stenbergtoday's FTP response check fix
2001-02-08 Daniel Stenbergpostit.c was added as a HTML form file upload example
2001-02-07 Daniel Stenberg7.6.1-pre3
2001-02-07 Daniel StenbergGetLine() didn't properly act on -1 lengths returned...
2001-02-07 Daniel StenbergAdded #define ssize_t int since ssize_t doesn't seem...
2001-02-07 Daniel Stenbergno longer #includes "getenv.h"
2001-02-06 Daniel Stenbergsilly me, corrected the strlcat() to compile
2001-02-06 Daniel Stenbergnew openbsd inspired implementation of strlcat()
2001-02-06 Daniel Stenbergnntp@iname.com's suggested fix to set the libpath
2001-02-05 Daniel Stenbergadjusted the IPv6 stuff to compile and build on Linux...
2001-02-05 Daniel StenbergJun-ichiro itojun Hagino's IPv6 adjustments
2001-02-05 Daniel StenbergRobert Weaver's VC experiences
2001-02-05 Daniel StenbergAdded a telnet section
2001-02-05 Daniel StenbergAdded a few more configure option explanations
2001-02-04 Daniel Stenbergthe new getinfo() stuff and the cygwin patch
2001-02-04 Daniel StenbergAdded blurb about the win32 thing that precents a DLL...
2001-02-04 Daniel Stenbergextended 5.5
2001-02-04 Daniel StenbergCURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_L...
2001-02-04 Daniel StenbergCURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_L...
2001-02-04 Daniel StenbergIngo Ralf Blum made it compile with the newest cygwin
2001-02-01 Daniel Stenberg7.6.1-pre2
2001-02-01 Daniel StenbergAdded support for --enable-debug
2001-01-31 Daniel StenbergCurl_read() uses ssize_t now
2001-01-31 Daniel Stenbergfixed up the telnet to work (using support from Linus...
2001-01-31 Daniel Stenbergcurl_read() and Curl_read() now have ssize_t in the...
next