index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Added apreq to NetWare build.
Guenter Knauf
2011-11-14
2
-0
/
+251
*
Fixed broken NWGNUmakefile introduced with r1201194, r1201195.
Guenter Knauf
2011-11-14
1
-1
/
+2
*
add some todos from my apachecon notes
Eric Covener
2011-11-13
1
-0
/
+7
*
add per-dir config merging to mod_lua so LuaHook* in multiple per-dir sections
Eric Covener
2011-11-13
3
-5
/
+98
*
As discussed at AC NA 2011
Philip M. Gollucci
2011-11-13
3
-6
/
+10
*
mod_cache: Make sure we merge headers correctly when we handle a non
Graham Leggett
2011-11-12
1
-0
/
+14
*
Move the examples README from experimental to
Rainer Jung
2011-11-12
1
-15
/
+15
*
Choose consistent comments and remove explicit
Rainer Jung
2011-11-12
3
-11
/
+13
*
Change module sets and default activation status:
Rainer Jung
2011-11-12
5
-12
/
+12
*
Use the right lua scope when used as a hook.
Rainer Jung
2011-11-11
1
-1
/
+26
*
don't let thread-scope be selected in a server w/o threads
Eric Covener
2011-11-11
1
-3
/
+12
*
C99 and unused variable warnings
Eric Covener
2011-11-11
1
-4
/
+1
*
use a sub-pool for scope_once
Brian McCallister
2011-11-11
1
-1
/
+1
*
replace server scope with thread scope
Brian McCallister
2011-11-11
1
-1
/
+24
*
remove lingering reslist references before killing server scope
Brian McCallister
2011-11-11
4
-24
/
+8
*
remove ability to set min and max pool sizes for server scope in prep for rem...
Brian McCallister
2011-11-11
4
-43
/
+0
*
remove some debug logging which snuck in
Brian McCallister
2011-11-11
5
-196
/
+70
*
* modules/lua/mod_lua.c (ap_lua_ssl_is_https): New function.
Joe Orton
2011-11-10
3
-0
/
+16
*
* 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 last traces of the code cache
Brian McCallister
2011-11-10
3
-61
/
+18
*
* modules/ssl/ssl_private.h, modules/ssl/ssl_engine_kernel.c
Joe Orton
2011-11-10
2
-6
/
+6
*
fix issue with incorrect munging of the lua package path -- LuaPackagePath di...
Brian McCallister
2011-11-10
4
-8
/
+38
*
drop automake stuff
Philip M. Gollucci
2011-11-10
3
-41
/
+0
*
import apache 2.x module portion of apreq
Philip M. Gollucci
2011-11-10
5
-0
/
+1260
*
expose r:trace1-8
Eric Covener
2011-11-10
1
-0
/
+31
*
Remove unneeded memcpy.
Paul Querna
2011-11-10
1
-2
/
+0
*
Apply ap_server_root_relative to the path used for the ticket secrets file.
Paul Querna
2011-11-10
1
-0
/
+2
*
ap_check_cmd_context checks don't work on the block forms
Eric Covener
2011-11-10
1
-11
/
+0
*
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
*
Whitespace fixes for r1200040
Paul Querna
2011-11-10
2
-11
/
+11
*
Add support for RFC 5077 TLS Session tickets. This adds two new directives:
Paul Querna
2011-11-10
5
-0
/
+240
*
since mod_ssl.h is now included, tell compiler where to find it
Gregg Lewis Smith
2011-11-10
1
-2
/
+2
*
Fixed NetWare build.
Guenter Knauf
2011-11-10
1
-0
/
+1
*
Use random value instead of remote IP address in cookie value. This has the
Stefan Fritsch
2011-11-09
1
-9
/
+6
*
use non-'const char *' while building string to avoid warnings
Jeff Trawick
2011-11-09
1
-4
/
+6
*
mod_authn_socache: tidy up r1199565.
Nick Kew
2011-11-09
1
-3
/
+2
*
mod_authn_socache: fix namespacing issue
Nick Kew
2011-11-09
1
-1
/
+5
*
Remove some ap_add_version_component() calls that don't provide any information
Stefan Fritsch
2011-11-09
3
-7
/
+0
*
mod_dumpio: s/ap_log_error/ap_log_cerror/
Jeff Trawick
2011-11-09
1
-27
/
+27
*
mod_reqtimeout: Change the default to set some reasonable timeout values if l...
Stefan Fritsch
2011-11-08
1
-33
/
+68
*
Don't send a 500 if there is a timeout
Stefan Fritsch
2011-11-08
1
-5
/
+14
*
Silence compiler warning about signedness differences.
Rainer Jung
2011-11-08
1
-6
/
+6
*
Fix up some length limit calculation
Stefan Fritsch
2011-11-08
1
-2
/
+6
*
Change default FileETag to be "size mtime", i.e. remove the inode. Adjust the
Stefan Fritsch
2011-11-08
1
-2
/
+2
*
Add some comments and another line length check
Stefan Fritsch
2011-11-08
1
-14
/
+42
[next]