summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* disable mod_reqtimeout if not configuredPaul Querna2011-11-151-0/+5
* Fixed typo.Guenter Knauf2011-11-151-1/+1
* Added mod_data to NetWare build.Guenter Knauf2011-11-152-0/+249
* Added apreq to NetWare build.Guenter Knauf2011-11-142-0/+251
* Fixed broken NWGNUmakefile introduced with r1201194, r1201195.Guenter Knauf2011-11-141-1/+2
* add some todos from my apachecon notesEric Covener2011-11-131-0/+7
* add per-dir config merging to mod_lua so LuaHook* in multiple per-dir sectionsEric Covener2011-11-133-5/+98
* As discussed at AC NA 2011Philip M. Gollucci2011-11-133-6/+10
* mod_cache: Make sure we merge headers correctly when we handle a nonGraham Leggett2011-11-121-0/+14
* Move the examples README from experimental toRainer Jung2011-11-121-15/+15
* Choose consistent comments and remove explicitRainer Jung2011-11-123-11/+13
* Change module sets and default activation status:Rainer Jung2011-11-125-12/+12
* Use the right lua scope when used as a hook.Rainer Jung2011-11-111-1/+26
* don't let thread-scope be selected in a server w/o threadsEric Covener2011-11-111-3/+12
* C99 and unused variable warningsEric Covener2011-11-111-4/+1
* use a sub-pool for scope_onceBrian McCallister2011-11-111-1/+1
* replace server scope with thread scopeBrian McCallister2011-11-111-1/+24
* remove lingering reslist references before killing server scopeBrian McCallister2011-11-114-24/+8
* remove ability to set min and max pool sizes for server scope in prep for rem...Brian McCallister2011-11-114-43/+0
* remove some debug logging which snuck inBrian McCallister2011-11-115-196/+70
* * 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