gustafn
committed
on 11 Oct 18
fix boolen expression
mod_nsd/ChangeLog (+132)
  1 2001-06-09 14:01  petrup
  2
  3         * AUTHORS, BUGS, CAVEATS, CHANGES, README, mod_nsd.c: Added a bunch
  4         of documentation files.
  5
  6 2001-06-06 09:26  petrup
  7
  8         * README.html, README.old.html, TODO: Removed/renamed obsolete
  9         files.
  10
  11 2001-06-05 15:07  petrup
  12
  13         * adp.c, adpfancy.c, dbinit.c, dbutil.c, nssha1.c, nsv.c,
  14         quotehtml.c, str.c, tclfile.c: Did a couple compiles with -Wall
  15         -pedantic -Werror and silenced all warnings.
  16
  17 2001-06-05 14:50  petrup
  18
  19         * mod_nsd.c, mod_nsd.h: Added files with new name.
  20
  21 2001-05-21 21:34  petrup
  22
  23         * mod_aolserver.c, mod_aolserver.h: Changing file names.
  24
  25 2001-05-06 22:46  petrup
  26
  27         * Makefile.in, configure, configure.in, nsd.h, tls.c: First batch
  28         of name changes to mod_nsd.
  29
  30 2001-05-06 21:54  petrup
  31
  32         * tcl_modules/: fastpath.tcl, util.tcl: Added fastpath.tcl from
  33         aolserver distrib.  Added ns_returnnotice.
  34
  35 2001-05-06 21:53  petrup
  36
  37         * configure: Changed default include file location for Postgres.
  38
  39 2001-05-06 21:52  petrup
  40
  41         * aclocal.m4: Change default include file location for Postgres.
  42
  43 2001-05-06 21:21  petrup
  44
  45         * Makefile.in: Don't do "make install" by default.
  46
  47 2001-05-02 18:01  petrup
  48
  49         * mod_aolserver.c: Changed version number (so I can test whether
  50         commiting works).
  51
  52 2001-05-02 17:39  ppetru
  53
  54         * tcl_modules/nscache.tcl: First cut at a nscache emulation in Tcl.
  55
  56 2001-04-17 07:20  ppetru
  57
  58         * Makefile.in, nssha1.c, postgres.c: Added SHA1 module.
  59
  60 2001-04-16 23:15  ppetru
  61
  62         * mod_aolserver.c: Changed version string.
  63
  64 2001-04-16 23:04  ppetru
  65
  66         * Makefile.in: Tweaked the CFLAGS.
  67
  68 2001-04-16 22:00  ppetru
  69
  70         * version.h: Added missing file from Oracle driver v2.5
  71
  72 2001-04-16 19:01  ppetru
  73
  74         * ora8.c: Updated to Oracle driver v2.5
  75
  76 2001-04-16 17:40  ppetru
  77
  78         * postgres.c: Updated the Postgres driver to include direct
  79         streaming.
  80
  81 2001-04-14 10:17  ppetru
  82
  83         * postgres.c: Updated to the latest Postgres driver (from
  84         Sourceforge).
  85
  86 2001-04-14 00:10  ppetru
  87
  88         * Makefile.in: Enable all warnings when compiling.
  89
  90 2001-04-14 00:09  ppetru
  91
  92         * CAVEATS, CHANGES, Makefile.in, README.html, TODO, aclocal.m4,
  93         adp.c, adp.h, adpfancy.c, aol_bootstrap.tcl, assert.h, config.c,
  94         config.h, configure, configure.in, conn.c, conn.h, crypt.c, db.h,
  95         dbdrv.c, dbinit.c, dbtcl.c, dbutil.c, dstring.c, dstring.h, htuu.c,
  96         install-sh, misc.c, mm_hash.c, mm_hash.h, mod_aolserver.c,
  97         mod_aolserver.h, modlog.c, modlog.h, ns.h, ns_basics.h, ns_set.c,
  98         ns_set.h, nsd.h, nsv.c, ora8.c, postgres.c, quotehtml.c, random.c,
  99         sock.c, str.c, str.h, tclcmds.c, tclfile.c, tclmisc.c, tclset.c,
  100         tclsock.c, tls.c, tls.h, urlencode.c, aol_bootstrap/Init_hooks.tcl,
  101         aol_bootstrap/Init_slave.tcl, aol_bootstrap/README,
  102         aol_bootstrap/apache.tcl, aol_bootstrap/config.tcl,
  103         aol_bootstrap/dbsupport.tcl, aol_bootstrap/files.tcl,
  104         aol_bootstrap/misc.tcl, aol_bootstrap/regfilter.tcl,
  105         aol_bootstrap/regproc.tcl, aol_bootstrap/sched.tcl,
  106         aol_bootstrap/shared_vars.tcl, aol_bootstrap/status.tcl,
  107         tcl_modules/README, tcl_modules/form.tcl, tcl_modules/http.tcl,
  108         tcl_modules/nsd.ini.sample, tcl_modules/nsdb.tcl,
  109         tcl_modules/sendmail.tcl, tcl_modules/util.tcl: Initial revision
  110
  111 2001-04-14 00:09  ppetru
  112
  113         * CAVEATS, CHANGES, Makefile.in, README.html, TODO, aclocal.m4,
  114         adp.c, adp.h, adpfancy.c, aol_bootstrap.tcl, assert.h, config.c,
  115         config.h, configure, configure.in, conn.c, conn.h, crypt.c, db.h,
  116         dbdrv.c, dbinit.c, dbtcl.c, dbutil.c, dstring.c, dstring.h, htuu.c,
  117         install-sh, misc.c, mm_hash.c, mm_hash.h, mod_aolserver.c,
  118         mod_aolserver.h, modlog.c, modlog.h, ns.h, ns_basics.h, ns_set.c,
  119         ns_set.h, nsd.h, nsv.c, ora8.c, postgres.c, quotehtml.c, random.c,
  120         sock.c, str.c, str.h, tclcmds.c, tclfile.c, tclmisc.c, tclset.c,
  121         tclsock.c, tls.c, tls.h, urlencode.c, aol_bootstrap/Init_hooks.tcl,
  122         aol_bootstrap/Init_slave.tcl, aol_bootstrap/README,
  123         aol_bootstrap/apache.tcl, aol_bootstrap/config.tcl,
  124         aol_bootstrap/dbsupport.tcl, aol_bootstrap/files.tcl,
  125         aol_bootstrap/misc.tcl, aol_bootstrap/regfilter.tcl,
  126         aol_bootstrap/regproc.tcl, aol_bootstrap/sched.tcl,
  127         aol_bootstrap/shared_vars.tcl, aol_bootstrap/status.tcl,
  128         tcl_modules/README, tcl_modules/form.tcl, tcl_modules/http.tcl,
  129         tcl_modules/nsd.ini.sample, tcl_modules/nsdb.tcl,
  130         tcl_modules/sendmail.tcl, tcl_modules/util.tcl: Imported
  131         mod_aolserver 1.1.
  132