Index: mod_nsd/ChangeLog =================================================================== RCS file: /usr/local/cvsroot/mod_nsd/ChangeLog,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ mod_nsd/ChangeLog 9 Jun 2001 11:14:13 -0000 1.1 @@ -0,0 +1,132 @@ +2001-06-09 14:01 petrup + + * AUTHORS, BUGS, CAVEATS, CHANGES, README, mod_nsd.c: Added a bunch + of documentation files. + +2001-06-06 09:26 petrup + + * README.html, README.old.html, TODO: Removed/renamed obsolete + files. + +2001-06-05 15:07 petrup + + * adp.c, adpfancy.c, dbinit.c, dbutil.c, nssha1.c, nsv.c, + quotehtml.c, str.c, tclfile.c: Did a couple compiles with -Wall + -pedantic -Werror and silenced all warnings. + +2001-06-05 14:50 petrup + + * mod_nsd.c, mod_nsd.h: Added files with new name. + +2001-05-21 21:34 petrup + + * mod_aolserver.c, mod_aolserver.h: Changing file names. + +2001-05-06 22:46 petrup + + * Makefile.in, configure, configure.in, nsd.h, tls.c: First batch + of name changes to mod_nsd. + +2001-05-06 21:54 petrup + + * tcl_modules/: fastpath.tcl, util.tcl: Added fastpath.tcl from + aolserver distrib. Added ns_returnnotice. + +2001-05-06 21:53 petrup + + * configure: Changed default include file location for Postgres. + +2001-05-06 21:52 petrup + + * aclocal.m4: Change default include file location for Postgres. + +2001-05-06 21:21 petrup + + * Makefile.in: Don't do "make install" by default. + +2001-05-02 18:01 petrup + + * mod_aolserver.c: Changed version number (so I can test whether + commiting works). + +2001-05-02 17:39 ppetru + + * tcl_modules/nscache.tcl: First cut at a nscache emulation in Tcl. + +2001-04-17 07:20 ppetru + + * Makefile.in, nssha1.c, postgres.c: Added SHA1 module. + +2001-04-16 23:15 ppetru + + * mod_aolserver.c: Changed version string. + +2001-04-16 23:04 ppetru + + * Makefile.in: Tweaked the CFLAGS. + +2001-04-16 22:00 ppetru + + * version.h: Added missing file from Oracle driver v2.5 + +2001-04-16 19:01 ppetru + + * ora8.c: Updated to Oracle driver v2.5 + +2001-04-16 17:40 ppetru + + * postgres.c: Updated the Postgres driver to include direct + streaming. + +2001-04-14 10:17 ppetru + + * postgres.c: Updated to the latest Postgres driver (from + Sourceforge). + +2001-04-14 00:10 ppetru + + * Makefile.in: Enable all warnings when compiling. + +2001-04-14 00:09 ppetru + + * CAVEATS, CHANGES, Makefile.in, README.html, TODO, aclocal.m4, + adp.c, adp.h, adpfancy.c, aol_bootstrap.tcl, assert.h, config.c, + config.h, configure, configure.in, conn.c, conn.h, crypt.c, db.h, + dbdrv.c, dbinit.c, dbtcl.c, dbutil.c, dstring.c, dstring.h, htuu.c, + install-sh, misc.c, mm_hash.c, mm_hash.h, mod_aolserver.c, + mod_aolserver.h, modlog.c, modlog.h, ns.h, ns_basics.h, ns_set.c, + ns_set.h, nsd.h, nsv.c, ora8.c, postgres.c, quotehtml.c, random.c, + sock.c, str.c, str.h, tclcmds.c, tclfile.c, tclmisc.c, tclset.c, + tclsock.c, tls.c, tls.h, urlencode.c, aol_bootstrap/Init_hooks.tcl, + aol_bootstrap/Init_slave.tcl, aol_bootstrap/README, + aol_bootstrap/apache.tcl, aol_bootstrap/config.tcl, + aol_bootstrap/dbsupport.tcl, aol_bootstrap/files.tcl, + aol_bootstrap/misc.tcl, aol_bootstrap/regfilter.tcl, + aol_bootstrap/regproc.tcl, aol_bootstrap/sched.tcl, + aol_bootstrap/shared_vars.tcl, aol_bootstrap/status.tcl, + tcl_modules/README, tcl_modules/form.tcl, tcl_modules/http.tcl, + tcl_modules/nsd.ini.sample, tcl_modules/nsdb.tcl, + tcl_modules/sendmail.tcl, tcl_modules/util.tcl: Initial revision + +2001-04-14 00:09 ppetru + + * CAVEATS, CHANGES, Makefile.in, README.html, TODO, aclocal.m4, + adp.c, adp.h, adpfancy.c, aol_bootstrap.tcl, assert.h, config.c, + config.h, configure, configure.in, conn.c, conn.h, crypt.c, db.h, + dbdrv.c, dbinit.c, dbtcl.c, dbutil.c, dstring.c, dstring.h, htuu.c, + install-sh, misc.c, mm_hash.c, mm_hash.h, mod_aolserver.c, + mod_aolserver.h, modlog.c, modlog.h, ns.h, ns_basics.h, ns_set.c, + ns_set.h, nsd.h, nsv.c, ora8.c, postgres.c, quotehtml.c, random.c, + sock.c, str.c, str.h, tclcmds.c, tclfile.c, tclmisc.c, tclset.c, + tclsock.c, tls.c, tls.h, urlencode.c, aol_bootstrap/Init_hooks.tcl, + aol_bootstrap/Init_slave.tcl, aol_bootstrap/README, + aol_bootstrap/apache.tcl, aol_bootstrap/config.tcl, + aol_bootstrap/dbsupport.tcl, aol_bootstrap/files.tcl, + aol_bootstrap/misc.tcl, aol_bootstrap/regfilter.tcl, + aol_bootstrap/regproc.tcl, aol_bootstrap/sched.tcl, + aol_bootstrap/shared_vars.tcl, aol_bootstrap/status.tcl, + tcl_modules/README, tcl_modules/form.tcl, tcl_modules/http.tcl, + tcl_modules/nsd.ini.sample, tcl_modules/nsdb.tcl, + tcl_modules/sendmail.tcl, tcl_modules/util.tcl: Imported + mod_aolserver 1.1. +