]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* extract_token() now expects to be supplied with the size of the
[citadel.git] / citadel / ChangeLog
index 972fda327f0a1b142dc4857023170e355754a747..0ca147a532f1987300c50039782c63aa37f8559d 100644 (file)
@@ -1,4 +1,25 @@
  $Log$
+ Revision 641.32  2005/03/24 22:13:56  ajc
+ * extract_token() now expects to be supplied with the size of the
+   destination string buffer.  This, along with the elimination of other
+   unbounded functions like strcpy(), will allow the removal of the
+   "all string buffers are of size SIZ" assumption (a process which I have
+   already begun), which will hopefully reduce stack consumption.
+
+ Revision 641.31  2005/03/22 21:53:48  ajc
+ * Oops, forgot to initialize some data structures...
+
+ Revision 641.30  2005/03/22 16:49:29  ajc
+ * Fixed a couple of memory allocation bugs
+
+ Revision 641.29  2005/03/20 22:55:58  ajc
+ * Logging to stderr no longer uses syslog()
+ * Reworked the way dead sessions are purged.  More efficient and more
+   reliable now.
+
+ Revision 641.28  2005/03/18 21:40:36  ajc
+ * Minor bugfix to previous checkin
+
  Revision 641.27  2005/03/18 21:25:06  ajc
  * Finished removing all the "dynamic session data" stuff in order to
    boost reliability, improve performance, and reduce complexity.
@@ -6545,3 +6566,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
+