index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some incorrect docs
Ryan Bloom
2000-11-28
1
-2
/
+2
*
*) Compensate for recent changes in the APR headers. Specifically, some
Greg Stein
2000-11-26
3
-12
/
+21
*
Allow modules to specify the first module for a sub-request. This allows
Ryan Bloom
2000-11-22
1
-3
/
+13
*
Next pass at the content-length filter. Not perfect quite yet, but
Ryan Bloom
2000-11-22
1
-1
/
+1
*
Modify the content-length filter to change the criteria used to determine
Ryan Bloom
2000-11-21
1
-0
/
+4
*
We are working on a9 now.
Ryan Bloom
2000-11-21
1
-1
/
+1
*
Get the version number bumped to 2.0a8
Ryan Bloom
2000-11-20
1
-1
/
+1
*
This removes all BUFF's from the HTTP proxy. This code is relatively
Ryan Bloom
2000-11-17
1
-0
/
+2
*
use apr_size_t
Greg Stein
2000-11-16
1
-1
/
+2
*
Stop the default_handler from trying to deal with HEAD requests. By doing
Ryan Bloom
2000-11-14
1
-0
/
+1
*
Include ap_config.h to get the definition of AP_DECLARE_DATA.
Jeff Trawick
2000-11-14
1
-0
/
+2
*
Port mod_info to 2.0. This is basically a complete re-write to use the
Ryan Bloom
2000-11-14
1
-0
/
+6
*
Bring the apr_in_addr type into line with naming conventions and make changes
David Reid
2000-11-10
1
-1
/
+1
*
Remove BUFF from the main server. :-) The buff code needs to remain as
Ryan Bloom
2000-11-09
1
-2
/
+0
*
Missed these first time round... More apr_port_t changes.
David Reid
2000-11-08
3
-5
/
+5
*
Start of moving to apr_port_t in the server code. This will probably the first
David Reid
2000-11-08
3
-14
/
+14
*
fix the byterange filter.
Greg Stein
2000-11-08
1
-3
/
+1
*
The byte-ranges filter. This looks like it should work, but the
Ryan Bloom
2000-11-08
1
-16
/
+1
*
Use apr_off_t for the content length, rather than long. Propagate through
Greg Stein
2000-11-07
2
-4
/
+10
*
Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body()
Sascha Schumann
2000-11-03
2
-3
/
+0
*
Create a feature macro that determines if Autoconf was used to configure
Ryan Bloom
2000-11-02
1
-1
/
+1
*
Get win32 building again... we need something just a little more sophistica...
William A. Rowe Jr
2000-11-02
1
-0
/
+2
*
Comment fixes.. just to get them out of my tree
Sascha Schumann
2000-11-01
1
-3
/
+3
*
Clean up the http filter a lot. Instead of sending a bucket per header,
Ryan Bloom
2000-11-01
1
-12
/
+3
*
Compute the content length (and add appropriate header field) for
Jeff Trawick
2000-10-31
1
-0
/
+3
*
This is an ugly little hack to allow DSO modules to work. This basically
Ryan Bloom
2000-10-31
1
-0
/
+2
*
Make mod_auth_db compile cleanly in 2.0
Ryan Bloom
2000-10-30
1
-2
/
+2
*
Get rid of some outdated character set translation cruft.
Jeff Trawick
2000-10-26
2
-44
/
+0
*
Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
Jeff Trawick
2000-10-26
1
-0
/
+21
*
Get rid of the xlate version of ap_md5_digest()
Jeff Trawick
2000-10-25
1
-8
/
+1
*
Fix a typo in a comment.
Jeff Trawick
2000-10-25
1
-1
/
+1
*
Provide a bit of doc for the hackish^H^H^H^H^H^H^Hwonderful filter
Jeff Trawick
2000-10-25
1
-2
/
+14
*
Introduce more filter types. This gets chunking of output working
Jeff Trawick
2000-10-25
1
-2
/
+5
*
Get everything working with suexec patches again.
William A. Rowe Jr
2000-10-24
1
-4
/
+7
*
Add back suexec support.
Manoj Kasichainula
2000-10-23
2
-5
/
+19
*
Make lingering close access the socket directly, instead of relying on
Ryan Bloom
2000-10-23
1
-0
/
+2
*
namespace-protect dechunk_filter and http_filter
Jeff Trawick
2000-10-22
1
-2
/
+2
*
Fix the return type of ap_http_header_filter().
Jeff Trawick
2000-10-22
1
-1
/
+1
*
Fix Win32 compile break introduced by the http_header filter code.
Bill Stoddard
2000-10-22
1
-1
/
+1
*
Add a way to remove output filters. This is used by http_header_filter to
Ryan Bloom
2000-10-21
1
-0
/
+2
*
Hack headers to work semi-properly. This is a hack that will need to be
Ryan Bloom
2000-10-21
1
-0
/
+2
*
Input filters and ap_get_brigade() now have a input mode parameter
Jeff Trawick
2000-10-21
2
-19
/
+31
*
somebody was a Very Bad Boy when they inserted casts into this function.
Greg Stein
2000-10-19
1
-2
/
+3
*
Namespace protect the rest of the macros defined by ap_config.h
Ryan Bloom
2000-10-19
2
-6
/
+6
*
This begins to remove BUFF from the server. The idea is to go very slowly
Ryan Bloom
2000-10-18
2
-4
/
+5
*
ap_get_client_block() now uses a brigade in core_request_config
Jeff Trawick
2000-10-18
1
-3
/
+2
*
Fix a broken thing
William A. Rowe Jr
2000-10-18
1
-2
/
+2
*
Add a core_request_config so we have a safe semi-hidden place to save core data
Greg Ames
2000-10-18
1
-0
/
+7
*
Make things a little clearer in reaction to the _snames snafus.
William A. Rowe Jr
2000-10-17
1
-1
/
+3
*
Rename output filters field ("filters") in core_dir_config to
Jeff Trawick
2000-10-17
1
-1
/
+1
[next]