Add redzone and statistics reporting to debug allocator.
[srvx.git] / ChangeLog
index 0861ade75ae9e30338afb9c87a30d2311f72eb1d..26989642f2a10902e1dcaada606aa0c92d8bb09f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,68 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2005-srvx/srvx--devo--1.3
 #
 
+2005-01-21 00:48:35 GMT        Michael Poole <mdpoole@troilus.org>     patch-5
+
+    Summary:
+      Add redzone and statistics reporting to debug allocator.
+    Revision:
+      srvx--devo--1.3--patch-5
+
+    src/alloc-srvx.c (redzone): New variable to detect buffer overwrites.
+    (alloc_count, alloc_size): New variables to track allocation stats.
+    (srvx_malloc, srvx_realloc, srvx_free): Use the above.
+    
+    src/opserv.c (OSMSG_STATS_MEMORY): New translation string.
+    (cmd_stats_memory): New (conditional) command function.
+    (init_opserv): Conditionally provide cmd_stats_memory.
+
+    modified files:
+     ChangeLog src/alloc-srvx.c src/opserv.c
+
+
+2005-01-20 23:41:17 GMT        Michael Poole <mdpoole@troilus.org>     patch-4
+
+    Summary:
+      Add built-in debug malloc wrapper.
+    Revision:
+      srvx--devo--1.3--patch-4
+
+    TODO: Remove the completed TODO item.
+    
+    configure.in: Add --with-malloc=srvx support.
+    
+    src/Makefile.am: Add alloc-srvx.c to extra sources.
+    
+    src/common.h: Reindent debug malloc directives; add directives for
+    WITH_MALLOC_SRVX.
+    
+    src/dict-splay.c: Kludge around free() as macro vs function.
+
+    new files:
+     src/.arch-ids/alloc-srvx.c.id src/alloc-srvx.c
+
+    modified files:
+     ChangeLog TODO configure.in src/Makefile.am src/common.h
+     src/dict-splay.c
+
+
+2005-01-20 22:51:54 GMT        Michael Poole <mdpoole@troilus.org>     patch-3
+
+    Summary:
+      various bugfixes and IPv6 preparation work
+    Revision:
+      srvx--devo--1.3--patch-3
+
+    src/modcmd.c (modcmd_privmsg): Fix CTCP PING response type.
+    
+    src/opserv.help: Add column headers for command lists.
+    
+    src/tools.c (is_gline, split_ircmask): Accept colons in hostnames.
+
+    modified files:
+     ChangeLog src/modcmd.c src/opserv.help src/tools.c
+
+
 2005-01-05 01:03:05 GMT        Michael Poole <mdpoole@troilus.org>     patch-2
 
     Summary: