From: Vlad S. <ser...@us...> - 2005-11-12 20:50:44
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10072 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.246 retrieving revision 1.247 diff -C2 -d -r1.246 -r1.247 *** ChangeLog 12 Nov 2005 18:30:39 -0000 1.246 --- ChangeLog 12 Nov 2005 20:50:33 -0000 1.247 *************** *** 1,7 **** 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 --- 1,12 ---- 2005-11-12 Vlad Seryakov <ser...@us...> + * nsd.conn.c: New Ns_ConnSockPtr function * nsd/info.c: Fixed sockcallbacks as unrecognosed error * nssock/nssock.c: ! * include/ns.h: Added new DriverAccept call for drivers ! to be called after accept the connection. If request struct will ! be provided by the driver, connection will be queued immediately and ! driver will handle it completely. This is temporary until more generic ! driver support will be designed. * nsd/sock.c: Moved and made as public two functions from sock driver: Ns_SockRecvBufs, Ns_SockSendBufs. for new drivers, now it *************** *** 9,14 **** * 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...> --- 14,19 ---- * nsd/driver.c: Split SockRead into SockRead and SockParse, ! added new Ns_DriverSetRequest function that allocates request ! struct for new connection socket. 2005-11-07 Zoran Vasiljevic <vas...@us...> |