]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* added server command line option "-f" to defrag databases on startup
[citadel.git] / citadel / ChangeLog
index 4c7189d7e43274bcd30928fbf4e87c1ca4404e77..45bedcc1208f2d77d64f3426ece4229cd99d4594 100644 (file)
@@ -1,3 +1,19 @@
+Thu Jun 24 11:13:23 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * added server command line option "-f" to defrag databases on startup
+       * control.c: better performance and reliability in [get|put]_control()
+
+Mon Jun 21 00:04:15 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * netproc.c: started writing a vortex checker.  Not finished.
+
+Wed Jun  9 23:34:25 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Replaced all code that generated temporary filenames with calls to
+         tmpnam().  Rewrote using tmpfile() where possible.
+
+Thu Jun  3 11:35:18 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * base64.c: mapped fi and fo to stdin and stdout using
+         actual code rather than assignment at declaration time
+         (several users of Red Hat Linux 6.0 reported problems)
+
 Fri May 21 20:05:00 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Added function CtdlGetDynamicSymbol() for dynamic symbol allocation
        * server.h: Changed discrete #define's to enum's where appropriate