]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Removed the built-in memory leak checker. It wasn't threadsafe and
[citadel.git] / citadel / ChangeLog
index 94b564eb6df2a177a990be3409a280b06d4be754..abaaf88b3cd8249a35bada11f0856b21843b0a8e 100644 (file)
@@ -1,4 +1,24 @@
  $Log$
+ Revision 614.96  2004/03/24 03:25:19  ajc
+ * Removed the built-in memory leak checker.  It wasn't threadsafe and
+   there now exist third-party utilities that do this job better.
+
+ Revision 614.95  2004/03/24 02:59:19  ajc
+ * After initializing the database, chown and chmod all files in the data/
+   directory correctly to avoid EPERM errors later on when we drop root privs
+
+ Revision 614.94  2004/03/22 19:37:28  error
+ * sysdep.c: worker_thread(): Make scheduling a little more fair to higher
+   sessions
+ * sysdep.c: lprintf(): Enable microsecond display in trace file
+ * stress.c: worker(): Sleep for random amount of time as per specification
+
+ Revision 614.93  2004/03/21 22:51:54  error
+ * Fix a few remaining lprintf(9, ...) to lprintf(CTDL_DEBUG, ...)
+
+ Revision 614.92  2004/03/21 22:35:20  error
+ * stress.c: Wait before posting instead of after posting.
+
  Revision 614.91  2004/03/21 22:34:41  error
  * database_sleepycat.c: emit a panic message when Berkeley DB wants us to
    run recovery; should provide a little more detail on the actual error
@@ -5574,3 +5594,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+