From: Vlad S. <ser...@us...> - 2005-11-12 18:30:55
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14311 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.245 retrieving revision 1.246 diff -C2 -d -r1.245 -r1.246 *** ChangeLog 7 Nov 2005 14:09:55 -0000 1.245 --- ChangeLog 12 Nov 2005 18:30:39 -0000 1.246 *************** *** 1,2 **** --- 1,15 ---- + 2005-11-12 Vlad Seryakov <ser...@us...> + + * nsd/info.c: Fixed sockcallbacks as unrecognosed error + * nssock/nssock.c: + * include/ns.h: + * nsd/sock.c: Moved and made as public two functions from sock + driver: Ns_SockRecvBufs, Ns_SockSendBufs. for new drivers, now it + will be easy to re-use send/recv data from within driver's proc. + + * nsd/driver.c: Split SockRead into SockRead and SockParse, + added new SetRequest static function that allocates request struct + for new connection socket. + 2005-11-07 Zoran Vasiljevic <vas...@us...> |