platform/upstream/curl.git
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...
2001-01-31 Daniel StenbergAdded a check for a working getaddrinfo() that is requi...
2001-01-30 Daniel Stenbergchanged order of the range and follow-location checks...
2001-01-29 Daniel Stenbergnew test case
2001-01-29 Daniel Stenbergremoved upload.NN files after each test
2001-01-29 Daniel Stenbergtest case 33, HTTP PUT resume
2001-01-29 Daniel Stenberg7.6-pre1
2001-01-29 Daniel StenbergAdded an extra text about % in POST data after comments...
2001-01-29 Daniel Stenbergs/to I/do I/
2001-01-29 Daniel StenbergAdded "3.9 How to I use curl in PHP?"
2001-01-29 Daniel StenbergThe PUT stuff is never set! It is set with the UPLOAD...
2001-01-29 Daniel StenbergHTTP PUT resume now sends Content-Range: headers as...
2001-01-29 Daniel Stenbergupload sets HTTP request to PUT for "HTTP upload"
2001-01-27 Daniel Stenbergthe keep-alive issue
2001-01-27 Daniel Stenbergbettersupport for HTTP return codes 300-399
2001-01-27 Daniel StenbergPUT resume things
2001-01-27 Daniel Stenbergtest case 31 and 32 were added
2001-01-27 Daniel StenbergResume is now done with a Content-Range header instead...
2001-01-27 Daniel Stenbergminor output fix
2001-01-27 Daniel StenbergAdded -d that enables easier protocol/server debug...
2001-01-27 Daniel Stenbergadded test 29 and 30, HTTP resume and partial download...
2001-01-27 Daniel StenbergThe progess meter title get an extra output when a...
2001-01-27 Daniel Stenbergdata->httpreq was not set properly
2001-01-27 Daniel Stenberg7.6
2001-01-26 Daniel Stenberghttp upload resume
2001-01-26 Daniel Stenbergmoved the symbols talk to the library part, updated...
2001-01-26 Daniel StenbergAdded a httpreq field in the main struct so that there...
2001-01-26 Daniel StenbergThe check for that content-range is received must only...
2001-01-26 Daniel StenbergMade it possible to do "upload resume" over HTTP
2001-01-25 Daniel Stenberg7.6-pre4
2001-01-25 Daniel Stenbergtimespent is now updated in every call to the progress...
2001-01-25 Daniel StenbergRick's and Jeff's stuff
2001-01-25 Daniel Stenbergmake the configure script die if select() or socket...
2001-01-25 Daniel StenbergAdded Ingo Ralf Blum
2001-01-25 Daniel Stenberguse this function only once note added
2001-01-25 Daniel Stenbergmodified the Curl_ConnectHTTPProxyTunnel proto
2001-01-25 Daniel Stenbergmoved curl_read() and curl_write() to sendf.c
2001-01-25 Daniel Stenbergconverted to use Curl_read() and Curl_write()
2001-01-25 Daniel Stenberguses Curl_read() and Curl_write()
2001-01-25 Daniel Stenberguse recv()/send() instead of read()/write() with sockets
2001-01-25 Daniel Stenbergsendf is now only Curl_sendf
2001-01-25 Daniel Stenbergremoved two compiler warnings
2001-01-25 Daniel StenbergCurl_read() and Curl_write() are now used for reading...
2001-01-25 Daniel StenbergGet get-ftp-response function is now using Curl_read...
2001-01-25 Daniel Stenbergreplaced sendf() calls with Curl_sendf()
2001-01-24 Daniel StenbergIngo Ralf Blum's cygwin fixes
2001-01-24 Daniel StenbergRobert Weaver's win32 getenv fix, my added comments...
2001-01-24 Daniel StenbergAdded Robert Weaver as contributor
next