| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_lua: Use a (new) global pool/mutex setup for IVM rather than a per-proces... | Daniel Gruno | 2013-09-27 | 3 | -17/+102 |
* | allow building mod_authnz_fcgi with 2.4.x branch | Jeff Trawick | 2013-09-26 | 1 | -1/+6 |
* | arrange previous fix. | Jean-Frederic Clere | 2013-09-26 | 1 | -4/+4 |
* | Follow-up to r1526436: Fix compilation error | Jeff Trawick | 2013-09-26 | 1 | -1/+1 |
* | Fix for PR 54626. | Jean-Frederic Clere | 2013-09-26 | 1 | -0/+12 |
* | mod_proxy: Add ap_connection_reusable() for checking if a connection | Jeff Trawick | 2013-09-25 | 3 | -2/+22 |
* | Streamline ephemeral key handling: | Kaspar Brand | 2013-09-25 | 5 | -310/+17 |
* | Change the default value of AuthLDAPMaxSubGroupDepth, so sub-group searching | Eric Covener | 2013-09-24 | 1 | -1/+1 |
* | Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN. | Jan Kaluža | 2013-09-24 | 1 | -2/+4 |
* | allow the provider to decide whether or not APLOG_NOTICE | Jeff Trawick | 2013-09-23 | 1 | -1/+4 |
* | mod_syslog: New module implementing syslog ap_error_log provider. | Jan Kaluža | 2013-09-23 | 2 | -1/+168 |
* | Use ap_log_rdata() to dump the FastCGI header, axing a bunch | Jeff Trawick | 2013-09-21 | 1 | -62/+4 |
* | Borrow a fix from mod_authnz_fcgi: | Jeff Trawick | 2013-09-21 | 1 | -16/+27 |
* | Bring some envvar flexibility from mod_authnz_fcgi to mod_proxy_fcgi: | Jeff Trawick | 2013-09-21 | 1 | -43/+59 |
* | typo | Jim Jagielski | 2013-09-20 | 1 | -1/+1 |
* | draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions | Jim Jagielski | 2013-09-19 | 1 | -10/+17 |
* | Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout. | Jan Kaluža | 2013-09-18 | 1 | -4/+2 |
* | mod_lua: ap_ntoh64 endianess test | Daniel Gruno | 2013-09-18 | 1 | -1/+4 |
* | revert 1524161 for the time being | Jim Jagielski | 2013-09-17 | 1 | -15/+10 |
* | RFC2616 issue | Jim Jagielski | 2013-09-17 | 1 | -10/+15 |
* | More cool info ;) | Jim Jagielski | 2013-09-17 | 1 | -0/+4 |
* | Add note to balancer manager whether changes will/will not survive a restart | Daniel Ruggeri | 2013-09-17 | 1 | -1/+4 |
* | Add exec: callout support for mod_session_crypto | Daniel Ruggeri | 2013-09-17 | 1 | -1/+31 |
* | fill in missing message numbers in APLOGNO() invocations | Jeff Trawick | 2013-09-17 | 2 | -2/+2 |
* | mod_lua: Figure out a way to read from SSL connections with WebSockets. Briga... | Daniel Gruno | 2013-09-15 | 1 | -17/+63 |
* | Switch from private FastCGI protocol handling to util_fcgi API. | Jeff Trawick | 2013-09-14 | 2 | -327/+71 |
* | mod_auth_digest: Be more specific when the realm mismatches because the | Graham Leggett | 2013-09-14 | 1 | -1/+9 |
* | SECURITY (CVE-2013-4352): Fix a NULL pointer deference which allowed | Graham Leggett | 2013-09-14 | 1 | -3/+6 |
* | Use APR type; rename var. | Guenter Knauf | 2013-09-14 | 1 | -3/+3 |
* | Fixed mod_lua NetWare build. | Guenter Knauf | 2013-09-14 | 1 | -1/+8 |
* | Fixed ap_ntoh64 argument. | Guenter Knauf | 2013-09-14 | 1 | -1/+1 |
* | mod_lua: Add rudimentary WebSocket support. This is a WIP (emphasis on the W,... | Daniel Gruno | 2013-09-11 | 1 | -2/+327 |
* | revert comments in r1521973, may be more misleadin then good. | Eric Covener | 2013-09-11 | 1 | -13/+1 |
* | comments only, before I task switch. | Eric Covener | 2013-09-11 | 1 | -1/+13 |
* | Add "default user id" capability for authorizers that handle | Jeff Trawick | 2013-09-11 | 1 | -1/+12 |
* | add "Header note" which was the solution for two users this week on IRC. | Eric Covener | 2013-09-08 | 1 | -3/+10 |
* | Added missing export for proxy module. | Guenter Knauf | 2013-09-08 | 1 | -1/+2 |
* | Add a warning if protocol given in SSLProtocol or SSLProxyProtocol will over... | Christophe Jaillet | 2013-09-06 | 1 | -0/+7 |
* | mod_lua: init cookie as NULL. | Daniel Gruno | 2013-09-05 | 1 | -0/+1 |
* | remove an unneeded variable I just added, oops. | Daniel Gruno | 2013-09-05 | 1 | -1/+0 |
* | mod_lua: Use ap_cookie_read for reading cookie values, since it's already there. | Daniel Gruno | 2013-09-05 | 1 | -7/+5 |
* | Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques... | Daniel Gruno | 2013-09-04 | 1 | -0/+51 |
* | mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should | Eric Covener | 2013-09-02 | 1 | -12/+33 |
* | mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter | Eric Covener | 2013-09-02 | 1 | -0/+6 |
* | register LuaOutputFilters with AP_FILTER_PROTO_CHANGE|AP_FILTER_PROTO_CHANGE... | Eric Covener | 2013-09-02 | 1 | -2/+6 |
* | *) mod_filter: Add "change=no" as a proto-flag to FilterProtocol | Eric Covener | 2013-09-02 | 1 | -0/+3 |
* | Return a 500 error instead of DECLINED when LuaHook* script does not | Eric Covener | 2013-09-02 | 1 | -0/+5 |
* | trace4 logging of return codes from LuaHook* functions. | Eric Covener | 2013-09-02 | 1 | -0/+2 |
* | Removed comment which should never have been committed. | Guenter Knauf | 2013-09-01 | 1 | -1/+0 |
* | Adding a simple logging hook for mod_lua, which allows users to create their ... | Daniel Gruno | 2013-09-01 | 1 | -0/+23 |