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