From: Zoran V. <vas...@us...> - 2005-06-10 15:05:40
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2818 Modified Files: ChangeLog Log Message: See file. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -C2 -d -r1.99 -r1.100 *** ChangeLog 10 Jun 2005 14:09:17 -0000 1.99 --- ChangeLog 10 Jun 2005 15:05:21 -0000 1.100 *************** *** 1,2 **** --- 1,17 ---- + 2005-06-10 Zoran Vasiljevic <vas...@us...> + + * include/ns.h Ns_SockBindUdp(), Ns_SockBindRaw() and Ns_SockBindUnix() + are now exported. + + * nsd/init.c: NsInitBinder is also done for Windows as for Unix. + + * nsd/binder.c: Attempt to unify usage and call-conventions on various + Ns_SockListenXXX and Ns_SockBindXXX calls for various protocols + (tcp, udp, raw, unix). + Also, parts not needed for windows build (pre-binding) are ifdef'ed out. + Still open: handling of Unix-domain sockets on Windows. It might compile + but will definitely not work because of the address parsing issues + (windows files do not begin with slash). This has to be sorted out. + 2005-06-10 Vlad Seryakov <ser...@us...> |