platform/upstream/curl.git
2001-04-10 Daniel Stenberginitial java interface commit: IT DOES NOT WORK
2001-04-10 Daniel StenbergAdded CURLOPT_HEADERFUNCTION description
2001-04-10 Daniel Stenbergsetopt() works with the new CURLOPT_HEADERFUNCTION:
2001-04-10 Daniel StenbergAdded new CURLOPT_HEADERFUNCTION callback for writing...
2001-04-09 Daniel Stenbergcorrected by SM to build better with openssl
2001-04-09 Daniel StenbergSM's updates
2001-04-07 Daniel Stenbergformfree() fix, version display fixed, curl_escape...
2001-04-07 Daniel StenbergAndrés García pointed out a mistake with CURLOPT_EGDSOCKET
2001-04-07 Daniel StenbergAndrés García fixed curl_escape()
2001-04-06 Daniel Stenbergshow openssl 0.9.6a properly
2001-04-06 Daniel StenbergNULL argument crashes this in 7.7.1 and before
2001-04-06 Daniel Stenbergcurl_formfree() can be called with a NULL argument
2001-04-04 Daniel Stenberg7.7.1 commit
2001-04-03 Daniel Stenbergbugfixed the Location: following that must've been...
2001-04-03 Daniel Stenberg- disabling port on absolute redirects is wrong
2001-04-03 Daniel Stenbergtwo crashes removed
2001-04-03 Daniel Stenbergbetter error checks for failure conditions (based on...
2001-04-03 Daniel StenbergPuneet Pawaia pointed out the lack of http_chunks in...
2001-03-30 Daniel Stenbergelaborated more in CURLOPT_HTTPHEADER section
2001-03-29 Daniel Stenbergftps:// added and the perl interfaces changed
2001-03-29 Daniel Stenbergftps:// support added
2001-03-29 Daniel StenbergGeorg Horn's and my fixes to make it compile with 7.7
2001-03-29 Daniel StenbergGeorg Horn set -Wall
2001-03-29 Daniel StenbergGeorg Horn's updates
2001-03-27 Daniel Stenbergmake sure the alarm is off when returning from curl_eas...
2001-03-27 Daniel StenbergAdded a line about the new makefile example
2001-03-27 Daniel StenbergAdded Makefile.example as an example makefile that...
2001-03-27 Daniel StenbergAdded ftpget.c just to show that it is exactly as easy...
2001-03-27 Daniel Stenbergno more ' as first letter of a row, and made the quotes...
2001-03-27 Daniel StenbergAdded some text to WRITEHEADER about the fact that...
2001-03-26 Daniel Stenberg7.7.1-beta1
2001-03-26 Daniel Stenbergpersistant fix for http/1.0
2001-03-26 Daniel Stenberg'Connection: keep-alive' is now understood when sent...
2001-03-24 Daniel Stenbergnumerous corrections since the 7.7 release
2001-03-24 Daniel StenbergColin Watson's man patch as posted to debian bug tracke...
2001-03-23 Daniel Stenbergtwo Qs added:
2001-03-23 Daniel Stenbergmake should be $(MAKE)
2001-03-23 Daniel Stenbergmatch the new never-read-body when doing HEAD
2001-03-23 Daniel Stenbergcurl_setopt() should be curl_easy_setopt()
2001-03-23 Daniel StenbergDONT TOUCH the data->url as it may point to read-only...
2001-03-23 Daniel Stenbergupdates by SM nttp at iname.com
2001-03-23 Daniel Stenbergnow always stops reading a HEAD reply after all the...
2001-03-23 Daniel StenbergConnectionExists() wrongly returned TRUE for too many...
2001-03-22 Daniel Stenbergupdated with the new don't-encode-already-encoded-data...
2001-03-22 Daniel StenbergTreat 302-redirects the same way we treat 303-redirects
2001-03-22 Daniel Stenbergreset the follow location counter in Curl_perform(...
2001-03-22 Daniel Stenbergbrand new Curl_ prefixes on global symbols
2001-03-22 Daniel Stenbergmade it use Curl_ prefixes on global symbols
2001-03-22 Daniel StenbergJim Drash suggested and I made it not encode what looks...
2001-03-22 Daniel Stenberg7.7 commit
2001-03-22 Daniel Stenbergremoved the duplicates!
2001-03-22 Daniel Stenbergadded escape and unescape
2001-03-22 Daniel Stenbergthe new escape/unescape function setup
2001-03-22 Daniel Stenberg(un)escape, configure hack, betas run fine
2001-03-22 Daniel Stenbergadded how to pronounce curl! ;-)
2001-03-22 Daniel Stenbergdon't mention explicit version 7.8
2001-03-22 Daniel Stenbergadded escape and unescape man pages
2001-03-22 Daniel Stenbergnot exactly new, but documented for 7.7
2001-03-22 Daniel StenbergAndrés García's problems on the mailing list made me...
2001-03-20 Daniel StenbergGNUTLS is another new SSL library we can add support...
2001-03-19 Daniel Stenberg7.7-beta5 commit
2001-03-19 Daniel Stenbergtest case 39 added, HTTP location and continue
2001-03-19 Daniel StenbergAdded support for HTTP code 100 continue, as 8.2.3...
2001-03-16 Daniel Stenbergdetect if chunked transfers are aborted
2001-03-16 Daniel Stenbergcorrected the close to sclose() so that the memdebug...
2001-03-16 Daniel Stenbergnew directories
2001-03-16 Daniel Stenbergremoved the CURL_SEPARATORS define
2001-03-16 Daniel Stenbergre-generated with the memdebug.h include
2001-03-16 Daniel Stenbergadded memdebug.h include
2001-03-16 Daniel Stenbergmoved to ../../php/examples/
2001-03-16 Daniel Stenbergthe PHP examples are moved
2001-03-16 Daniel Stenbergfix the new makefiles in php/ and perl/
2001-03-16 Daniel Stenberguse perl in two ways
2001-03-16 Daniel StenbergShort about the perl interface
2001-03-16 Daniel Stenbergfilled in
2001-03-16 Daniel Stenbergfor the php examples
2001-03-16 Daniel StenbergPHP examples
2001-03-16 Daniel Stenbergnew PHP section
2001-03-16 Daniel Stenberga perl script that can be used to mirror all curl archives
2001-03-16 Daniel StenbergAdded README for releases
2001-03-16 Daniel StenbergAdded to build proper releases
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...
next