bagder: curl-www/libcurl/hiper _schedule.html,1.32,1.33
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/hiper In directory labb:/tmp/cvs-serv3654 Modified Files: _schedule.html Log Message: 27 july Index: _schedule.html =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_schedule.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- _schedule.html 21 Apr 2006 11:03:13 -0000 1.32 +++ _schedule.html 26 Jul 2006 22:32:58 -0000 1.33 @@ -33,6 +33,15 @@ <table class="news"> +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 +that applications easier can map incoming "action" to a particlar struct or +so, without having to implement a hash table of its own - since libcurl +already have and use such an hash table. + +STOP + MARKDATE(April 10 2006) Recent changes broke the hiper patches several times and I've decided to make an effort to merge the hiper patch with HEAD of the curl repository. Not because it is exactly ready to fly, but mostly since I