platform/upstream/curl.git
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
2001-01-24 Daniel Stenbergfixed the comment for 'path'
2001-01-24 Daniel Stenbergadded comments all over
2001-01-24 Daniel Stenbergextended the gname field one byte to avoid a possible...
2001-01-24 Daniel StenbergRobert Weaver's fix
2001-01-23 Daniel Stenberggenerated by autoheader
2001-01-23 Daniel Stenbergipv6 adjustments
2001-01-23 Daniel StenbergEnabled support for IPv6-style IP-addresses if ENABLE_I...
2001-01-23 Daniel Stenbergbig reorg to make it not exit when it fails, but instea...
2001-01-23 Daniel StenbergAdded 'ipv6 enabled' for ipv6 compiled versions
2001-01-22 Daniel StenbergAdded simple IPv6 recognition support
2001-01-22 Daniel StenbergBjörn's progress meter fix, new test cases and ftpserve...
2001-01-22 Daniel StenbergBjörn Stenberg's patch for making the progress meter...
2001-01-22 Daniel Stenbergthe custom reply engine was not inited properly
2001-01-22 Daniel Stenbergtest case 121
2001-01-22 Daniel StenbergAdded test case 120, ftp with '-Q -'
2001-01-22 Daniel StenbergRemoved the deprecated -c and -t from the --help output.
2001-01-22 Daniel StenbergAdded 5.5 the CURLOPT_FILE problem on win32, DeYoung...
2001-01-19 Daniel StenbergAdded -g/--globoff description
2001-01-19 Daniel StenbergMade the complaint on free-twice errors a lot better
2001-01-19 Daniel Stenbergremoved URL length restrictions, added a test case
2001-01-19 Daniel StenbergNo more URL length restrictions
2001-01-19 Daniel Stenbergremoved MAX_URL_LENGTH, there is no longer any length...
2001-01-19 Daniel Stenbergcorrected url memory handling with --globoff
2001-01-19 Daniel StenbergAdded files for test case 28
2001-01-19 Daniel Stenberg--globoff test case
next