summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_lua: Use a (new) global pool/mutex setup for IVM rather than a per-proces...Daniel Gruno2013-09-273-17/+102
* allow building mod_authnz_fcgi with 2.4.x branchJeff Trawick2013-09-261-1/+6
* arrange previous fix.Jean-Frederic Clere2013-09-261-4/+4
* Follow-up to r1526436: Fix compilation errorJeff Trawick2013-09-261-1/+1
* Fix for PR 54626.Jean-Frederic Clere2013-09-261-0/+12
* mod_proxy: Add ap_connection_reusable() for checking if a connectionJeff Trawick2013-09-253-2/+22
* Streamline ephemeral key handling:Kaspar Brand2013-09-255-310/+17
* Change the default value of AuthLDAPMaxSubGroupDepth, so sub-group searchingEric Covener2013-09-241-1/+1
* Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN.Jan Kaluža2013-09-241-2/+4
* allow the provider to decide whether or not APLOG_NOTICEJeff Trawick2013-09-231-1/+4
* mod_syslog: New module implementing syslog ap_error_log provider.Jan Kaluža2013-09-232-1/+168
* Use ap_log_rdata() to dump the FastCGI header, axing a bunchJeff Trawick2013-09-211-62/+4
* Borrow a fix from mod_authnz_fcgi:Jeff Trawick2013-09-211-16/+27
* Bring some envvar flexibility from mod_authnz_fcgi to mod_proxy_fcgi:Jeff Trawick2013-09-211-43/+59
* typoJim Jagielski2013-09-201-1/+1
* draft-ietf-httpbis-p1-messaging-23 fixes regarding interactionsJim Jagielski2013-09-191-10/+17
* Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.Jan Kaluža2013-09-181-4/+2
* mod_lua: ap_ntoh64 endianess testDaniel Gruno2013-09-181-1/+4
* revert 1524161 for the time beingJim Jagielski2013-09-171-15/+10
* RFC2616 issueJim Jagielski2013-09-171-10/+15
* More cool info ;)Jim Jagielski2013-09-171-0/+4
* Add note to balancer manager whether changes will/will not survive a restartDaniel Ruggeri2013-09-171-1/+4
* Add exec: callout support for mod_session_cryptoDaniel Ruggeri2013-09-171-1/+31
* fill in missing message numbers in APLOGNO() invocationsJeff Trawick2013-09-172-2/+2
* mod_lua: Figure out a way to read from SSL connections with WebSockets. Briga...Daniel Gruno2013-09-151-17/+63
* Switch from private FastCGI protocol handling to util_fcgi API.Jeff Trawick2013-09-142-327/+71
* mod_auth_digest: Be more specific when the realm mismatches because theGraham Leggett2013-09-141-1/+9
* SECURITY (CVE-2013-4352): Fix a NULL pointer deference which allowedGraham Leggett2013-09-141-3/+6
* Use APR type; rename var.Guenter Knauf2013-09-141-3/+3
* Fixed mod_lua NetWare build.Guenter Knauf2013-09-141-1/+8
* Fixed ap_ntoh64 argument.Guenter Knauf2013-09-141-1/+1
* mod_lua: Add rudimentary WebSocket support. This is a WIP (emphasis on the W,...Daniel Gruno2013-09-111-2/+327
* revert comments in r1521973, may be more misleadin then good.Eric Covener2013-09-111-13/+1
* comments only, before I task switch. Eric Covener2013-09-111-1/+13
* Add "default user id" capability for authorizers that handleJeff Trawick2013-09-111-1/+12
* add "Header note" which was the solution for two users this week on IRC.Eric Covener2013-09-081-3/+10
* Added missing export for proxy module.Guenter Knauf2013-09-081-1/+2
* Add a warning if protocol given in SSLProtocol or SSLProxyProtocol will over...Christophe Jaillet2013-09-061-0/+7
* mod_lua: init cookie as NULL.Daniel Gruno2013-09-051-0/+1
* remove an unneeded variable I just added, oops.Daniel Gruno2013-09-051-1/+0
* mod_lua: Use ap_cookie_read for reading cookie values, since it's already there.Daniel Gruno2013-09-051-7/+5
* Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques...Daniel Gruno2013-09-041-0/+51
* mod_lua: If the first yield() of a LuaOutputFilter returns a string, it shouldEric Covener2013-09-021-12/+33
* mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilterEric Covener2013-09-021-0/+6
* register LuaOutputFilters with AP_FILTER_PROTO_CHANGE|AP_FILTER_PROTO_CHANGE...Eric Covener2013-09-021-2/+6
* *) mod_filter: Add "change=no" as a proto-flag to FilterProtocolEric Covener2013-09-021-0/+3
* Return a 500 error instead of DECLINED when LuaHook* script does not Eric Covener2013-09-021-0/+5
* trace4 logging of return codes from LuaHook* functions.Eric Covener2013-09-021-0/+2
* Removed comment which should never have been committed.Guenter Knauf2013-09-011-1/+0
* Adding a simple logging hook for mod_lua, which allows users to create their ...Daniel Gruno2013-09-011-0/+23