index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
filters
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_include: The SSIAccessEnable directive existed to ensure the addition
Graham Leggett
2011-11-20
1
-9
/
+1
*
Avoid one apr_time_now() call in the fast path
Stefan Fritsch
2011-11-16
1
-6
/
+9
*
Add mod_data project file missing from r1202365
Gregg Lewis Smith
2011-11-16
1
-0
/
+111
*
disable mod_reqtimeout if not configured
Paul Querna
2011-11-15
1
-0
/
+5
*
Fixed typo.
Guenter Knauf
2011-11-15
1
-1
/
+1
*
Added mod_data to NetWare build.
Guenter Knauf
2011-11-15
2
-0
/
+249
*
Change module sets and default activation status:
Rainer Jung
2011-11-12
1
-4
/
+4
*
* modules/filters/mod_proxy_html.c: Fix various code style issues. Use
Joe Orton
2011-11-10
1
-136
/
+146
*
* modules/proxy/mod_proxy_html.c (comp_urlmap): Fix const-ness warning.
Joe Orton
2011-11-10
1
-1
/
+1
*
Remove work-sketch cruft that went nowhere before getting ifdefed out
Nick Kew
2011-11-10
1
-5
/
+0
*
mod_proxy_html: use ap_expr to evaluate conditional URLMaps
Nick Kew
2011-11-10
1
-48
/
+48
*
Remove some ap_add_version_component() calls that don't provide any information
Stefan Fritsch
2011-11-09
1
-4
/
+0
*
mod_reqtimeout: Change the default to set some reasonable timeout values if l...
Stefan Fritsch
2011-11-08
1
-33
/
+68
*
Fix up some length limit calculation
Stefan Fritsch
2011-11-08
1
-2
/
+6
*
Add some comments and another line length check
Stefan Fritsch
2011-11-08
1
-14
/
+42
*
Solaris doesn't support "test -e" in combination
Rainer Jung
2011-11-08
1
-1
/
+1
*
Link the modules that use it against the XML library so the server will start.
Sander Temme
2011-11-08
1
-0
/
+2
*
Remove ProxyHTMLLogVerbose in favor of trace loglevels
Stefan Fritsch
2011-11-08
1
-45
/
+17
*
auto var verbose not used
Jeff Trawick
2011-11-07
1
-6
/
+0
*
Also do length check if the last line is not LF terminated
Stefan Fritsch
2011-11-07
1
-0
/
+7
*
re-add apr_pool_clear accidentally removed in r1197405
Stefan Fritsch
2011-11-05
1
-0
/
+1
*
To prevent overboarding memory usage, limit line length to 1MB
Stefan Fritsch
2011-11-04
1
-19
/
+58
*
Improve detection of libxml2
Stefan Fritsch
2011-11-03
1
-19
/
+37
*
Added proxy_html and xml2enc to Windows build
Gregg Lewis Smith
2011-11-03
2
-0
/
+246
*
Added proxy_html and xml2enc to NetWare build.
Guenter Knauf
2011-10-29
3
-1
/
+530
*
mod_include: Add support for application/x-www-form-urlencoded encoding
Graham Leggett
2011-10-29
1
-0
/
+16
*
Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.
Stefan Fritsch
2011-10-27
1
-5
/
+5
*
mod_xml2enc/mod_proxy_html drop
Nick Kew
2011-10-27
1
-0
/
+24
*
Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and with
Stefan Fritsch
2011-10-26
1
-1
/
+2
*
Make loop more efficient as pointed out by Roy
Stefan Fritsch
2011-10-24
1
-3
/
+3
*
Unbreak AddOutputFilterByType for content types of the form
Stefan Fritsch
2011-10-24
1
-1
/
+12
*
Log reason for not deflating at level trace1
Stefan Fritsch
2011-10-24
1
-2
/
+21
*
mod_buffer: Make sure we step down for subrequests, but not for internal
Graham Leggett
2011-10-23
1
-1
/
+1
*
mod_proxy_html/mod_xml2enc code drop
Nick Kew
2011-10-23
1
-0
/
+1309
*
mod_proxy_html/mod_xml2enc code drop
Nick Kew
2011-10-22
2
-0
/
+660
*
regex related cleanups:
Stefan Fritsch
2011-10-19
1
-4
/
+1
*
Consistently use base 10 for numbers when parsing config options. It may be
Stefan Fritsch
2011-10-09
2
-2
/
+2
*
Make mod_substitute more efficient:
Stefan Fritsch
2011-09-26
1
-68
/
+41
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
7
-16
/
+16
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
12
-60
/
+60
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
5
-28
/
+28
*
Add comment that the check for empty brigade at the start of the function is
Stefan Fritsch
2011-09-16
1
-0
/
+1
*
Un-deprecate AddOutputFilterByType and update docs. Its limitations have
Stefan Fritsch
2011-09-15
1
-1
/
+1
*
Implement AddOutputFilterByType by doing strcmp()s instead of creating
Stefan Fritsch
2011-09-15
1
-41
/
+60
*
Fix 'Content-Encoding: gzip' missing if the first brigade passed to
Stefan Fritsch
2011-09-13
1
-21
/
+34
*
Set Accept-Rangs: none instead of unsetting the Accept-Range header when we
Eric Covener
2011-09-08
1
-1
/
+1
*
refactor to pull setting of Accept-Ranges header into http_protocol.c which
Eric Covener
2011-09-08
1
-1
/
+1
*
Simplify some overly complicated code using apr_brigade_putstrs and apr_pstrcat
Stefan Fritsch
2011-08-20
1
-22
/
+4
*
Fix endless loop if first bucket is metadata
Stefan Fritsch
2011-08-01
1
-1
/
+3
*
Don't try to compress requests with a zero sized body.
Stefan Fritsch
2011-07-13
1
-2
/
+24
[next]