2004-04-02 Marcus Mueller * README: Minor additions/changes for Apache 1.3.x 2003-12-22 Frank Reppin * handler.c: ap_setup_client_block before ap_get_client_block which fixes the issue reported in Bug #354. Tested with 2.0.40/2.0.47/2.0.48 * thanks to Frank Wuebbeling for pointing! 2003-08-08 Helge Hess * handler.c: if r->handler is NULL on Apache2, decline request - might have been the cause for some crashes with Apache2 2003-08-01 Bjoern Stierand * globals.c, common.h: added some missing headers to remove compilation warnings on FreeBSD RELENG_4 (thanks to Frank Reppin ) 2003-07-15 Thomas Woerner * port to apache 2.x * thanks to Ricardo Cerqueira for testing 2003-02-05 Helge Hess * globals.c: disable HEAVY_LOG per default 2003-01-31 Helge Hess * config.c: fixed a bug in the configuration of SNSAppPrefix 2002-12-10 Helge Hess * added CHANGES Tue Jul 2 16:09:56 2002 Jan Reichmann * NGBufferedDescriptor.c: char -> unsigned char (fixes SuSE Bug 13871),umlauts in HTTP were not correctly handled by the ngobjweb proxy module Sat Mar 23 17:18:58 2002 Helge Hess * removed "global" sns config (you need to specify the sns explicitly using SetSNSPort * handler.c: major cleanups 2001-11-12 Helge Hess * sns.c (_sendSNSQuery): added fail-codes Tue Oct 9 15:42:07 2001 Helge Hess * sns.c: removed support for SNS over HTTP Wed Feb 28 16:03:14 2001 Helge Hess * sns.c (_sendSNSQuery): fixed bugs in HTTP support Fri Dec 1 16:08:00 2000 Helge Hess * added apxs support Tue Aug 3 16:35:38 1999 Helge Hess * sns.c (_sendSNSQuery): fixed bug, returned Unix-domain addresses were not null terminated (the SUN_LEN of an address is excluding the zero byte which is therefore not transferred by snsd)