| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgot to add getcookie/setcookie to CHANGES. Hereby done. | Daniel Gruno | 2013-09-11 | 1 | -0/+3 |
* | add "Header note" which was the solution for two users this week on IRC. | Eric Covener | 2013-09-08 | 1 | -4/+3 |
* | Mistakenly try to use a line comment to the end of your Listen | Jeff Trawick | 2013-09-05 | 1 | -0/+3 |
* | Add r:setcookie(key, val, secure, expires) and r:getcookie(key) to the reques... | Daniel Gruno | 2013-09-04 | 1 | -0/+3 |
* | mod_status, mod_echo: Fix the display of client addresses. They were truncate... | Christophe Jaillet | 2013-09-03 | 1 | -0/+4 |
* | mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should | Eric Covener | 2013-09-02 | 1 | -0/+3 |
* | forgot my name | Eric Covener | 2013-09-02 | 1 | -1/+1 |
* | mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter | Eric Covener | 2013-09-02 | 1 | -0/+3 |
* | register LuaOutputFilters with AP_FILTER_PROTO_CHANGE|AP_FILTER_PROTO_CHANGE... | Eric Covener | 2013-09-02 | 1 | -0/+5 |
* | *) mod_filter: Add "change=no" as a proto-flag to FilterProtocol | Eric Covener | 2013-09-02 | 1 | -0/+4 |
* | Return a 500 error instead of DECLINED when LuaHook* script does not | Eric Covener | 2013-09-02 | 1 | -0/+3 |
* | Add experimental cmake-based build system for Windows. | Jeff Trawick | 2013-08-27 | 1 | -0/+3 |
* | fix email ID | Eric Covener | 2013-08-26 | 1 | -1/+1 |
* | "LDAPReferrals off" does not disable LDAPReferrals feature. Default OpenLDAP ... | Eric Covener | 2013-08-26 | 1 | -0/+5 |
* | Don't log AUTHZ_DENIED failures at ERROR level in authz providers | Eric Covener | 2013-08-25 | 1 | -0/+4 |
* | pre_htaccess hook is gone | Jeff Trawick | 2013-08-19 | 1 | -3/+0 |
* | mod_authnz_fcgi: New module to enable FastCGI authorizer | Jeff Trawick | 2013-08-19 | 1 | -0/+4 |
* | merged to 2.4.x | Jeff Trawick | 2013-08-19 | 1 | -4/+0 |
* | merged to 2.4.x | Jeff Trawick | 2013-08-19 | 1 | -3/+0 |
* | fcgistarter: Specify SO_REUSEADDR to allow starting a server | Jeff Trawick | 2013-08-18 | 1 | -0/+3 |
* | Make the statement about the poll sense change less strong | Stefan Fritsch | 2013-08-16 | 1 | -4/+4 |
* | Add AuthBasicUseDigestAlgorithm directive to allow migration of | Chris Darroch | 2013-08-14 | 1 | -0/+4 |
* | Add util_fcgi.h and associated definitions and support | Jeff Trawick | 2013-08-13 | 1 | -0/+4 |
* | Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. | Jeff Trawick | 2013-08-10 | 1 | -0/+3 |
* | ab: Fix potential buffer overflows when processing the T and X | Jeff Trawick | 2013-08-05 | 1 | -0/+4 |
* | remove pre_htaccess/open_htaccess noise now that open_htaccess hook | Jeff Trawick | 2013-07-28 | 1 | -3/+0 |
* | In 2.4.x | Jim Jagielski | 2013-07-11 | 1 | -14/+0 |
* | * modules/metadata/mod_unique_id.c: Replace use of hostname + pid with | Joe Orton | 2013-07-10 | 1 | -0/+5 |
* | restore "core_output_filter: writing data to the network" message | Eric Covener | 2013-07-09 | 1 | -0/+3 |
* | Remove backported items. | Rainer Jung | 2013-07-07 | 1 | -11/+1 |
* | Replace pre_htaccess hook with more flexible open_htaccess hook | Stefan Fritsch | 2013-07-02 | 1 | -0/+3 |
* | Remove mod_lua items. | Rainer Jung | 2013-06-28 | 1 | -28/+0 |
* | Remove backported items. | Rainer Jung | 2013-06-28 | 1 | -123/+0 |
* | minor readability tweak to r1497371 | Jeff Trawick | 2013-06-27 | 1 | -1/+1 |
* | authnzldap: support "none" as a filter to suppress using a search filter, | Eric Covener | 2013-06-27 | 1 | -0/+4 |
* | recognize the "defualt handler name" in r->handler, which is used when | Eric Covener | 2013-06-26 | 1 | -0/+3 |
* | core: Support the SINGLE_LISTEN_UNSERIALIZED_ACCEPT optimization | Jeff Trawick | 2013-06-25 | 1 | -0/+4 |
* | correct CHANGES for r1496339, confused myself. Normal merge from global conf... | Eric Covener | 2013-06-25 | 1 | -1/+1 |
* | *) core: merge AllowEncodedSlashes from the base configuration into | Eric Covener | 2013-06-25 | 1 | -0/+3 |
* | provide a simple (no <If>) way to set a header only if it's not already there. | Eric Covener | 2013-06-25 | 1 | -0/+3 |
* | Use cp on AIX too. /usr/bin/install isn't compatible on recent systems | Eric Covener | 2013-06-24 | 1 | -0/+3 |
* | re-try LDAP connections in a few authz paths. | Eric Covener | 2013-06-24 | 1 | -0/+4 |
* | prevent excessive delays retrying new connections that timed out. | Eric Covener | 2013-06-24 | 1 | -0/+3 |
* | protect 'AP_DECLARE_MODULE(deflate)' from expansion to | Eric Covener | 2013-06-23 | 1 | -0/+4 |
* | mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size | Graham Leggett | 2013-06-17 | 1 | -0/+3 |
* | Describe mod_auth_digest changes more accurately | Stefan Fritsch | 2013-06-15 | 1 | -3/+4 |
* | mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged | Graham Leggett | 2013-06-13 | 1 | -0/+3 |
* | Actually use the secret when generating nonces. | Stefan Fritsch | 2013-06-12 | 1 | -0/+4 |
* | mod_cache_socache: Use the name of the socache implementation when performing | Graham Leggett | 2013-06-10 | 1 | -0/+5 |
* | rotatelogs: add -n number-of-files option to roate through a number | Eric Covener | 2013-06-07 | 1 | -0/+2 |