| Commit message (Expand) | Author | Age | Files | Lines |
* | document userland change | Jim Jagielski | 2011-11-24 | 1 | -0/+2 |
* | Pass ap_errorlog_info to error_log hook. | Stefan Fritsch | 2011-11-21 | 1 | -1/+1 |
* | no 2.5 alphas yet, so drop the entries for changes also in | Jeff Trawick | 2011-11-18 | 1 | -2291/+4 |
* | add conn_rec to error log hook | Jeff Trawick | 2011-11-18 | 1 | -0/+2 |
* | drop SSLv2 support (set SSL_OP_NO_SSLv2 for any new SSL_CTX) | Kaspar Brand | 2011-11-18 | 1 | -0/+2 |
* | We're now on 2.5.0 ... | Guenter Knauf | 2011-11-15 | 1 | -1/+1 |
* | add per-dir config merging to mod_lua so LuaHook* in multiple per-dir sections | Eric Covener | 2011-11-13 | 1 | -0/+4 |
* | mod_cache: Make sure we merge headers correctly when we handle a non | Graham Leggett | 2011-11-12 | 1 | -0/+3 |
* | Set MaxMemFree 2048 by default | Stefan Fritsch | 2011-11-12 | 1 | -0/+2 |
* | Fix assertion failure during very high load by preventing race condition | Stefan Fritsch | 2011-11-12 | 1 | -0/+2 |
* | Only load the really imporant modules (i.e. those enabled by the 'few' | Stefan Fritsch | 2011-11-10 | 1 | -0/+4 |
* | end-generation hook: Fix false notification of end-of-generation for | Jeff Trawick | 2011-11-10 | 1 | -0/+3 |
* | Add support for RFC 5077 TLS Session tickets. This adds two new directives: | Paul Querna | 2011-11-10 | 1 | -0/+3 |
* | Use random value instead of remote IP address in cookie value. This has the | Stefan Fritsch | 2011-11-09 | 1 | -0/+2 |
* | And we are at 2.3.16-dev | Jim Jagielski | 2011-11-09 | 1 | -0/+3 |
* | Load all modules in the generated default configuration | Rainer Jung | 2011-11-08 | 1 | -0/+3 |
* | mod_reqtimeout: Change the default to set some reasonable timeout values if l... | Stefan Fritsch | 2011-11-08 | 1 | -0/+3 |
* | Change default FileETag to be "size mtime", i.e. remove the inode. Adjust the | Stefan Fritsch | 2011-11-08 | 1 | -0/+3 |
* | mod_lua: Expose SSL variables via r:ssl_var_lookup() | Eric Covener | 2011-11-08 | 1 | -0/+2 |
* | allow some lua hooks to be run in "early" or "late" mode | Eric Covener | 2011-11-08 | 1 | -0/+4 |
* | By default, only load those modules that are either required | Stefan Fritsch | 2011-11-08 | 1 | -0/+5 |
* | Fix integer overflow in ap_pregsub. This can be triggered e.g. | Stefan Fritsch | 2011-11-07 | 1 | -0/+4 |
* | s/IP6/IPv6/ | Jeff Trawick | 2011-11-07 | 1 | -1/+1 |
* | quick handlers and translate_name in lua can't be keyed off | Eric Covener | 2011-11-05 | 1 | -0/+5 |
* | get the hello world of Handlers working again | Eric Covener | 2011-11-04 | 1 | -0/+3 |
* | Unify syntax of config directives taking an expression as optional contition ... | Stefan Fritsch | 2011-11-04 | 1 | -0/+6 |
* | To prevent overboarding memory usage, limit line length to 1MB | Stefan Fritsch | 2011-11-04 | 1 | -0/+2 |
* | make r.args read/write for rewrite refugees. | Eric Covener | 2011-10-29 | 1 | -0/+3 |
* | mod_include: Add support for application/x-www-form-urlencoded encoding | Graham Leggett | 2011-10-29 | 1 | -0/+3 |
* | Add new modules to CHANGES | Nick Kew | 2011-10-27 | 1 | -0/+8 |
* | * support/rotatelogs.c (usage, main): Add support for -c option. | Joe Orton | 2011-10-26 | 1 | -1/+4 |
* | Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and with | Stefan Fritsch | 2011-10-26 | 1 | -0/+3 |
* | mod_session_crypto: Refactor to support the new apr_crypto API. | Graham Leggett | 2011-10-25 | 1 | -0/+3 |
* | Fix 3xx responses with local URLs as ErrorDocument | Stefan Fritsch | 2011-10-24 | 1 | -0/+3 |
* | mod_buffer: Make sure we step down for subrequests, but not for internal | Graham Leggett | 2011-10-23 | 1 | -0/+3 |
* | expose ap_construct_url to lua scripts | Eric Covener | 2011-10-22 | 1 | -0/+3 |
* | Fix configuration of internal proxies | Stefan Fritsch | 2011-10-18 | 1 | -0/+3 |
* | Resolve server and remote IP's in the AcceptFilter 'none' path. | William A. Rowe Jr | 2011-10-10 | 1 | -0/+3 |
* | Remove OID match which was never in a GA releas and is obsoleted by | Stefan Fritsch | 2011-10-10 | 1 | -0/+3 |
* | If a child is created just before graceful restart and then exits because | Stefan Fritsch | 2011-10-10 | 1 | -0/+5 |
* | Check the return value from ap_run_create_connection in mpm_event. | Stefan Fritsch | 2011-10-10 | 1 | -0/+3 |
* | mod_mime_magic: Add signatures for PNG and SWF to the example config. | Stefan Fritsch | 2011-10-09 | 1 | -0/+3 |
* | s/perl/Perl/ | Jeff Trawick | 2011-10-09 | 1 | -1/+1 |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 1 | -0/+4 |
* | mod_authn_socache: fix it to enable initialisation to work if configured | Nick Kew | 2011-10-08 | 1 | -0/+4 |
* | Downgrade error log messages which accompany a 404 request status from loglevel | Stefan Fritsch | 2011-10-08 | 1 | -0/+4 |
* | Sort hooks twice, once before pre_config, once after ap_process_config_tree. | Stefan Fritsch | 2011-10-08 | 1 | -0/+3 |
* | Enforce LimitRequestFieldSize after multiple headers with the same | Stefan Fritsch | 2011-10-03 | 1 | -0/+3 |
* | If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl. | Stefan Fritsch | 2011-10-01 | 1 | -0/+4 |
* | In ssl_check_public_cert(), also take dNSNames in the subjectAltName | Kaspar Brand | 2011-09-28 | 1 | -0/+4 |