summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/lua/mod_lua.c (ap_lua_ssl_is_https): New function.Joe Orton2011-11-103-0/+16
* * modules/filters/mod_proxy_html.c: Fix various code style issues. UseJoe Orton2011-11-101-136/+146
* * modules/proxy/mod_proxy_html.c (comp_urlmap): Fix const-ness warning.Joe Orton2011-11-101-1/+1
* remove last traces of the code cacheBrian McCallister2011-11-103-61/+18
* * modules/ssl/ssl_private.h, modules/ssl/ssl_engine_kernel.cJoe Orton2011-11-102-6/+6
* fix issue with incorrect munging of the lua package path -- LuaPackagePath di...Brian McCallister2011-11-104-8/+38
* drop automake stuffPhilip M. Gollucci2011-11-103-41/+0
* import apache 2.x module portion of apreqPhilip M. Gollucci2011-11-105-0/+1260
* expose r:trace1-8Eric Covener2011-11-101-0/+31
* Remove unneeded memcpy.Paul Querna2011-11-101-2/+0
* Apply ap_server_root_relative to the path used for the ticket secrets file.Paul Querna2011-11-101-0/+2
* ap_check_cmd_context checks don't work on the block formsEric Covener2011-11-101-11/+0
* Remove work-sketch cruft that went nowhere before getting ifdefed outNick Kew2011-11-101-5/+0
* mod_proxy_html: use ap_expr to evaluate conditional URLMapsNick Kew2011-11-101-48/+48
* Whitespace fixes for r1200040Paul Querna2011-11-102-11/+11
* Add support for RFC 5077 TLS Session tickets. This adds two new directives:Paul Querna2011-11-105-0/+240
* since mod_ssl.h is now included, tell compiler where to find itGregg Lewis Smith2011-11-101-2/+2
* Fixed NetWare build.Guenter Knauf2011-11-101-0/+1
* Use random value instead of remote IP address in cookie value. This has theStefan Fritsch2011-11-091-9/+6
* use non-'const char *' while building string to avoid warningsJeff Trawick2011-11-091-4/+6
* mod_authn_socache: tidy up r1199565.Nick Kew2011-11-091-3/+2
* mod_authn_socache: fix namespacing issueNick Kew2011-11-091-1/+5
* Remove some ap_add_version_component() calls that don't provide any informationStefan Fritsch2011-11-093-7/+0
* mod_dumpio: s/ap_log_error/ap_log_cerror/Jeff Trawick2011-11-091-27/+27
* mod_reqtimeout: Change the default to set some reasonable timeout values if l...Stefan Fritsch2011-11-081-33/+68
* Don't send a 500 if there is a timeoutStefan Fritsch2011-11-081-5/+14
* Silence compiler warning about signedness differences.Rainer Jung2011-11-081-6/+6
* Fix up some length limit calculationStefan Fritsch2011-11-081-2/+6
* Change default FileETag to be "size mtime", i.e. remove the inode. Adjust theStefan Fritsch2011-11-081-2/+2
* Add some comments and another line length checkStefan Fritsch2011-11-081-14/+42
* mod_lua: Expose SSL variables via r:ssl_var_lookup()Eric Covener2011-11-083-0/+32
* We still have to pass the dependency check to APACHE_MODULE to ensureStefan Fritsch2011-11-081-1/+5
* allow some lua hooks to be run in "early" or "late" modeEric Covener2011-11-081-48/+181
* correct return val, the char* is pushed on the lua stack.Eric Covener2011-11-081-1/+1
* Solaris doesn't support "test -e" in combinationRainer Jung2011-11-081-1/+1
* Link the modules that use it against the XML library so the server will start.Sander Temme2011-11-081-0/+2
* Remove ProxyHTMLLogVerbose in favor of trace loglevelsStefan Fritsch2011-11-081-45/+17
* if mod_session_crypto prereq isn't available, don't bail ifJeff Trawick2011-11-071-5/+15
* More error checking for ap_pregsubStefan Fritsch2011-11-072-1/+21
* auto var verbose not usedJeff Trawick2011-11-071-6/+0
* More ap_pregsub error checking/loggingStefan Fritsch2011-11-071-0/+7
* More checks of ap_pregsub return valuesStefan Fritsch2011-11-071-0/+11
* Check return value of ap_pregsub()Stefan Fritsch2011-11-071-9/+27
* Also do length check if the last line is not LF terminatedStefan Fritsch2011-11-071-0/+7
* quick handlers and translate_name in lua can't be keyed off Eric Covener2011-11-051-0/+21
* provide ap_escape_html as r:escape_html() Eric Covener2011-11-051-0/+11
* re-add apr_pool_clear accidentally removed in r1197405Stefan Fritsch2011-11-051-0/+1
* get the hello world of Handlers working againEric Covener2011-11-041-0/+3
* Unify syntax of config directives taking an expression as optional contition ...Stefan Fritsch2011-11-042-4/+8
* To prevent overboarding memory usage, limit line length to 1MBStefan Fritsch2011-11-041-19/+58