X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=e309721dc7d5e79000e97f6d93aac3f9696c67b6;hb=48b08787286d7d777611c7b1658d42d424b7df59;hp=05846ca326f3a0de842d33302f2242161b298ac4;hpb=b76e9de89cc343f6d675a9f899fd4bcf94166084;p=srvx.git diff --git a/ChangeLog b/ChangeLog index 05846ca..e309721 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,39 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2005-srvx/srvx--devo--1.3 # +2005-01-31 05:14:52 GMT Michael Poole patch-10 + + Summary: + Add slab allocator; reduce delta with srvx-gs. + Revision: + srvx--devo--1.3--patch-10 + + configure.in: Check for getpagesize(). Support --with-malloc=slab. + + src/Makefile.am: Add alloc-slab.c as an extra source file. + + src/alloc-srvx.c: Clean up srvx_free() slightly. Check for previously + allocated blocks. + + srvx.conf.example, src/chanserv.c, src/main.c, src/modcmd.c, + src/proto-p10.c: Apply patches to bring closer to srvx-gs branch. + + src/log.c: Assert and _exit() on fatal log messages. + + src/opserv.c: Clarify logic for modes to set on join floods. + + src/proto-common.c: Accept off-channel commands in registered channels. + + new files: + src/.arch-ids/alloc-slab.c.id src/alloc-slab.c + + modified files: + ChangeLog configure.in src/Makefile.am src/alloc-srvx.c + src/chanserv.c src/chanserv.h src/common.h src/hash.h + src/helpfile.c src/log.c src/main.c src/modcmd.c src/opserv.c + src/proto-common.c src/proto-p10.c srvx.conf.example + + 2005-01-26 21:16:54 GMT Michael Poole patch-9 Summary: