From: Stephen D. <sd...@us...> - 2005-12-30 11:26:50
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2780 Modified Files: ChangeLog Log Message: 2005-12-30 Stephen Deasey <sd...@us...> * include/ns.h: * nsd/init.c: * nsd/urlspace.c: * tests/url2file.test: Split the urlspace by key ID and remove the global lock. Remove unused Ns_ServerSpecific*() routines. Make NsUrlSpecificWalk() emit an entry for both inherit and noinherit data, identifying each with a keyword. Don't emit the server name, which is redundant, and separate the URL from the filter. (RFE: 1377113) Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.262 retrieving revision 1.263 diff -C2 -d -r1.262 -r1.263 *** ChangeLog 30 Dec 2005 11:07:33 -0000 1.262 --- ChangeLog 30 Dec 2005 11:26:42 -0000 1.263 *************** *** 2,5 **** --- 2,19 ---- * include/ns.h: + * nsd/init.c: + * nsd/urlspace.c: + * tests/url2file.test: Split the urlspace by key ID and remove the + global lock. Remove unused Ns_ServerSpecific*() routines. + + Make NsUrlSpecificWalk() emit an entry for both inherit and + noinherit data, identifying each with a keyword. Don't emit the + server name, which is redundant, and separate the URL from the + filter. (RFE: 1377113) + + * nsd/op.c: + * nsd/url2file.c: Clarify naming of urlspecifc walk callbacks. + + * include/ns.h: * nsd/nsd.h: * nsd/init.c: |