]> err.no Git - sope/blob - sope-appserver/mod_ngobjweb/ChangeLog
milli => micro
[sope] / sope-appserver / mod_ngobjweb / ChangeLog
1 2004-11-17  Helge Hess  <helge.hess@skyrix.com>
2
3         * handler.c (_connectInstance): fixed apr_sleep for Apache 2 which now
4           requires microseconds (thanks Christophe Bernard for pointing that
5           out!)
6
7 2004-09-20  Helge Hess  <helge.hess@skyrix.com>
8
9         * scanhttp.c (NGScanResponseLine): changed char types to unsigned char
10
11         * GNUmakefile: remove version and EAPI marker from generated module,
12           the result is now called mod_ngobjweb.so
13
14 2004-09-08  Helge Hess  <helge.hess@opengroupware.org>
15
16         * handler.c: fixed some log text
17
18 2004-04-02  Marcus Mueller <znek@mulle-kybernetik.com>
19
20         * README: Minor additions/changes for Apache 1.3.x
21
22 2003-12-22  Frank Reppin  <frank@opengroupware.org>
23
24         * handler.c: ap_setup_client_block before ap_get_client_block
25           which fixes the issue reported in Bug #354.
26           Tested with 2.0.40/2.0.47/2.0.48
27
28         * thanks to Frank Wuebbeling <wuebbel@math dot uni-muenster dot de>
29           for pointing!
30
31 2003-08-08  Helge Hess  <helge.hess@skyrix.com>
32
33         * handler.c: if r->handler is NULL on Apache2, decline request - might
34           have been the cause for some crashes with Apache2
35
36 2003-08-01  Bjoern Stierand  <bjoern@opengroupware.org>
37
38         * globals.c, common.h: added some missing headers to remove compilation
39           warnings on FreeBSD RELENG_4 (thanks to Frank Reppin <fr@skyrix.com>)
40
41 2003-07-15  Thomas Woerner <twoerner@redhat.com>
42
43         * port to apache 2.x
44         
45         * thanks to Ricardo Cerqueira <ricardo@cerqueira.org> for testing
46         
47 2003-02-05  Helge Hess  <helge.hess@skyrix.com>
48
49         * globals.c: disable HEAVY_LOG per default
50
51 2003-01-31  Helge Hess  <helge.hess@skyrix.com>
52
53         * config.c: fixed a bug in the configuration of SNSAppPrefix
54
55 2002-12-10  Helge Hess  <helge.hess@skyrix.com>
56
57         * added CHANGES
58
59 Tue Jul  2 16:09:56 2002  Jan Reichmann  <jan@skyrix.com>
60
61         * NGBufferedDescriptor.c: char -> unsigned char (fixes SuSE Bug 
62           13871),umlauts in HTTP were not correctly handled by the ngobjweb
63           proxy module
64
65 Sat Mar 23 17:18:58 2002  Helge Hess  <helge.hess@skyrix.com>
66         
67         * removed "global" sns config (you need to specify the sns
68           explicitly using SetSNSPort
69         
70         * handler.c: major cleanups
71
72 2001-11-12  Helge Hess  <helge.hess@skyrix.com>
73
74         * sns.c (_sendSNSQuery): added fail-codes
75
76 Tue Oct  9 15:42:07 2001  Helge Hess  <helge.hess@skyrix.com>
77
78         * sns.c: removed support for SNS over HTTP
79
80 Wed Feb 28 16:03:14 2001  Helge Hess  <helge.hess@mdlink.de>
81
82         * sns.c (_sendSNSQuery): fixed bugs in HTTP support
83
84 Fri Dec  1 16:08:00 2000  Helge Hess  <helge.hess@mdlink.de>
85
86         * added apxs support
87
88 Tue Aug  3 16:35:38 1999  Helge Hess  <helge@trex.mdlink.de>
89
90         * sns.c (_sendSNSQuery): fixed bug, returned Unix-domain addresses 
91           were not null terminated (the SUN_LEN of an address is excluding 
92           the zero byte which is therefore not transferred by snsd)