bagder: curl-www/libcurl/hiper _schedule.html,1.33,1.34
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/hiper In directory labb:/tmp/cvs-serv22405 Modified Files: _schedule.html Log Message: an update Index: _schedule.html =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_schedule.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- _schedule.html 26 Jul 2006 22:32:58 -0000 1.33 +++ _schedule.html 12 Oct 2006 08:31:10 -0000 1.34 @@ -33,6 +33,28 @@ <table class="news"> +MARKDATE(October 12 2006) I've been working with Jeff Pohlmeyer lately and +we've now agreed that adding a CURLMOPT_TIMERFUNCTION is a good idea. There's +a funny angle to this, as we once had a timeout info in the socket +callback... but I think this is the better way as the timeout in libcurl +really isn't tied to a single socket. + +<p> + Note that all this work is now done in the plain standard libcurl CVS, so you +can stop reading this special hiper section and just track the normal libcurl +development! + +<p> + Since HTTP pipelining support is already added to CVS too, <b>project hiper +is really close to having reached its goals</b>. We just need a release now! +Note that the "new" item I wanted to add in this project, the zero-copy +interface, has been scrapped for now. It wasn't present in my original plan +and there's been very little demand from the outside world. Also, it should be +fairly easy to implement anyway as it doesn't involve much complexities but is +more or less just "straight forward" coding. + +STOP + MARKDATE(July 27 2006) I added curl_multi_assign() today that tells libcurl to associate a given custom pointer with a socket that libcurl has told the application about. I also added that custom pointer to the callback proto so