From: Zoran V. <vas...@us...> - 2005-10-08 12:14:43
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10000 Modified Files: ChangeLog Log Message: See file Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.198 retrieving revision 1.199 diff -C2 -d -r1.198 -r1.199 *** ChangeLog 8 Oct 2005 09:32:48 -0000 1.198 --- ChangeLog 8 Oct 2005 12:14:33 -0000 1.199 *************** *** 16,19 **** --- 16,42 ---- "nonDarwin". + * include/ns.h: Use (where possible) Tcl wrappers when + * include/nscheck.h: accessing files on the filesystem. + * nsd/adpeval.c: Exceptions are: temp files and logs. + * nsd/adprequest.c: Special cases are in fastpath.c, adpeval.c, + * nsd/binder.c: adprequest.c and urlopen.c where the native + * nsd/config.c: call is performed first, and if failed, the + * nsd/conn.c: Tcl companion is tried next. This way the + * nsd/driver.c: simple but effective VFS fallback is assured. + * nsd/fastpath.c: + * nsd/init.c: Status before those changes is tagged as + * nsd/log.c: "before-tclvfs" in order to simplify backoff + * nsd/modload.c: if needed. + * nsd/nsconf.c: + * nsd/nsmain.c: + * nsd/pidfile.c: + * nsd/rollfile.c: + * nsd/tclcmds.c: + * nsd/tclfile.c: + * nsd/tclimg.c: + * nsd/urlopen.c: + * tcl/compat.tcl: + * tests/http_byteranges.test: + 2005-10-05 Zoran Vasiljevic <vas...@us...> |