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
*
* 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
*
mod_lua: Expose SSL variables via r:ssl_var_lookup()
Eric Covener
2011-11-08
3
-0
/
+32
*
We still have to pass the dependency check to APACHE_MODULE to ensure
Stefan Fritsch
2011-11-08
1
-1
/
+5
*
allow some lua hooks to be run in "early" or "late" mode
Eric Covener
2011-11-08
1
-48
/
+181
*
correct return val, the char* is pushed on the lua stack.
Eric Covener
2011-11-08
1
-1
/
+1
*
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
*
if mod_session_crypto prereq isn't available, don't bail if
Jeff Trawick
2011-11-07
1
-5
/
+15
*
More error checking for ap_pregsub
Stefan Fritsch
2011-11-07
2
-1
/
+21
*
auto var verbose not used
Jeff Trawick
2011-11-07
1
-6
/
+0
*
More ap_pregsub error checking/logging
Stefan Fritsch
2011-11-07
1
-0
/
+7
*
More checks of ap_pregsub return values
Stefan Fritsch
2011-11-07
1
-0
/
+11
*
Check return value of ap_pregsub()
Stefan Fritsch
2011-11-07
1
-9
/
+27
*
Also do length check if the last line is not LF terminated
Stefan Fritsch
2011-11-07
1
-0
/
+7
*
quick handlers and translate_name in lua can't be keyed off
Eric Covener
2011-11-05
1
-0
/
+21
*
provide ap_escape_html as r:escape_html()
Eric Covener
2011-11-05
1
-0
/
+11
*
re-add apr_pool_clear accidentally removed in r1197405
Stefan Fritsch
2011-11-05
1
-0
/
+1
*
get the hello world of Handlers working again
Eric Covener
2011-11-04
1
-0
/
+3
*
Unify syntax of config directives taking an expression as optional contition ...
Stefan Fritsch
2011-11-04
2
-4
/
+8
*
To prevent overboarding memory usage, limit line length to 1MB
Stefan Fritsch
2011-11-04
1
-19
/
+58
[next]