From: Stephen D. <sd...@us...> - 2005-06-13 01:55:23
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26438 Modified Files: ChangeLog Log Message: * nsd/str.c: Add new function Ns_StrIsHost. * include/ns.h: * nsd/nsd.h: * nsd/driver.c: Save the protocol seperate from the location in the driver structure and ensure the location always begins with a "protocol://" string. * nsd/server.c: * nsd/conn.c: * nsd/pathname.c: Simplify code by using protocol direct from driver structure and checking Host header with Ns_StrIsHost. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** ChangeLog 13 Jun 2005 01:47:18 -0000 1.113 --- ChangeLog 13 Jun 2005 01:55:13 -0000 1.114 *************** *** 1,4 **** --- 1,15 ---- 2005-06-12 Stephen Deasey <sd...@us...> + * nsd/str.c: Add new function Ns_StrIsHost. + * include/ns.h: + * nsd/nsd.h: + * nsd/driver.c: Save the protocol seperate from the location in + the driver structure and ensure the location always begins with a + "protocol://" string. + * nsd/server.c: + * nsd/conn.c: + * nsd/pathname.c: Simplify code by using protocol direct from + driver structure and checking Host header with Ns_StrIsHost. + * nsd/tclsock.c: Removed unused static function. |