]> 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 5c382d9e50c03b9013d9853e5407930855a8e8a7..0ca147a532f1987300c50039782c63aa37f8559d 100644 (file)
@@ -1,4 +1,22 @@
  $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