... Hash: SHA1 I think that most other developers agree that 2.1.x/trunk has enough features for a 2.2.x GA branch. I believe 2.1.x is a moving target. I think...
Hi to all, I'm trying to build the Apache 2.0.54 on iSeries PASE (AIX 5.2 emulation), using gcc 3.3.2 and AIX ld. What's the recommanded CFLAGS, LDFLAGS to be...
A while ago I promised that we'd give the database of security issues used to generate the Apache Week security pages to the ASF. Yesterday I worked on...
Hi.. I've made my peace with trying to read a request byte to byte. However, i'm still trying to get the time between line-input from sockets. It is pretty...
2.1 is logging a message for every connection which is closed with no request sent: since that's exactly what the dummy_connection() does this leaves a lot of...
In the case where we're handing off to another proxy server by way of ProxyRemote, 2.0 tries to resolve the hostname in the request, which it may not be able...
I just checked in a patch to move the ldap_set_option() call from trying to set the connection timeout globally to ldap connection specific. I don't have a...
I usually build httpd with -DDEBUG, but on the trunk this now triggers a problem in PCRE. With this -D, srclib/pcre/pcre.c #includes a file named printint.c on...
The docstring in util_filter.h for ap_get_brigade says: * Get the current bucket brigade from the next filter on the filter * stack. The filter returns an...
Hello, Just curious, is there any reason someone on this list would intentionally attach a file with a .scr ending? Periodically I get the ezmlm program...
Regardless of any other changes to the brigade API, this seems to me to be a good idea: Index: util_filter.c ... +++ util_filter.c (working copy) @@...
... Well, which is it you're proposing, all that stuff in rev 151153 or some one-line change? All I want to review in a backport proposal is a single "diff...
Why do pool buckets do an automatic setaside? Should they? No other bucket type does this; consequently, if you want to hold on to a bucket beyond the scope of...
I didn't reindent so that the patch would be clearer. Index: mod_include.c ... +++ mod_include.c (working copy) @@ -3542,7 +3542,6 @@ intern->end_seq_len...
Patch to use a single temporary brigade instead of creating a new one on each invocation: (also does a little code reuse) Index: mod_ext_filter.c ... +++...
On Mon, Apr 25, 2005 at 05:21:42PM -0000, Jim Jagielski wrote: ... I don't think it's quite that simple... 151153 changes a bunch of stuff which isn't in 2.0,...
After a filter calls ap_pass_brigade(f->next, bb), who owns bb? The name of the function might lead one to believe that ownership of the brigade was...
I am working on adding TLS 1.1 Server Name Indication(SNI) support to mod_gnutls[1]. SNI allows a client to say which host name they are using, inside the TLS...
This code was added in 2001, and it has never done anything. Here, Look at body of the ap_method_list_vdo in modules/http/http_protocol.c: { } Yes. There is...