| Commit message (Expand) | Author | Age | Files | Lines |
* | As mentioned inline in comments, correctly handle more sophisticated | William A. Rowe Jr | 2009-05-05 | 1 | -34/+36 |
* | REVERT 771581 modules/proxy/ changes (miscommitted) | William A. Rowe Jr | 2009-05-05 | 1 | -34/+34 |
* | complete r771579, refactoring mod_watchdog as loadable on win32 | William A. Rowe Jr | 2009-05-05 | 6 | -59/+441 |
* | MPM's are now dynamically loadable; so must mod_watchdog be. | William A. Rowe Jr | 2009-05-05 | 1 | -23/+9 |
* | Add balancer module targets | William A. Rowe Jr | 2009-05-05 | 4 | -0/+492 |
* | add creation type parameter per r771286 | Chris Darroch | 2009-05-05 | 1 | -3/+1 |
* | silence warnings | Chris Darroch | 2009-05-05 | 1 | -1/+1 |
* | * Remove unused locking functions. | Ruediger Pluem | 2009-05-04 | 1 | -11/+0 |
* | * Optimize access to server_rec. | Ruediger Pluem | 2009-05-04 | 1 | -3/+3 |
* | Simple style fix, this message still is nonsensical | William A. Rowe Jr | 2009-05-04 | 1 | -2/+2 |
* | Add a parameter for slotmem_create for the persistancy of the slotmem area. | Jean-Frederic Clere | 2009-05-04 | 1 | -2/+3 |
* | Fix shared memory permisson problems. | Jean-Frederic Clere | 2009-05-04 | 1 | -0/+61 |
* | Remove ap_slotmem_lock / ap_slotmem_unlock from the slotmem API. | Jean-Frederic Clere | 2009-05-04 | 1 | -2/+1 |
* | Whoops! cleanup r771144, which had some local/dev stuff left in | Nick Kew | 2009-05-03 | 1 | -16/+0 |
* | mod_privileges: introduce PrivilegesMode: fast mode as before vs secure | Nick Kew | 2009-05-03 | 1 | -6/+182 |
* | * As proposed by wrowe on list always define SSLStrictSNIVHostCheck, but error | Ruediger Pluem | 2009-05-02 | 3 | -6/+6 |
* | Prevent key=value being accepted as url. | Jean-Frederic Clere | 2009-04-30 | 1 | -9/+13 |
* | * Don't assign pointers to int's. This is a nightmare when changeing | Ruediger Pluem | 2009-04-29 | 1 | -4/+4 |
* | * Set SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN to on by default. | Ruediger Pluem | 2009-04-29 | 1 | -2/+2 |
* | * Improve and simplify the implementation of SSLProxyCheckPeerExpire by | Ruediger Pluem | 2009-04-29 | 1 | -39/+10 |
* | Fold in initial template for methods to be able to | Jim Jagielski | 2009-04-27 | 6 | -0/+44 |
* | don't use literal '100' for HTTP_CONTINUE (searchability) | Jeff Trawick | 2009-04-27 | 1 | -1/+2 |
* | * Add SSLStrictSNIVHostCheck to allow / disallow non SNI clients to connect to | Ruediger Pluem | 2009-04-25 | 4 | -2/+35 |
* | * The state vinfo doesn't matter here: no client verification done at all. | Ruediger Pluem | 2009-04-25 | 1 | -1/+1 |
* | * r->connection->aborted signals that the client aborted the connection, but | Ruediger Pluem | 2009-04-25 | 1 | -2/+2 |
* | * Add partial support for name based virtual hosting for non SNI clients. | Ruediger Pluem | 2009-04-25 | 1 | -38/+83 |
* | Fix module scope, to avoid this, copy and past from loadable modules, not core | William A. Rowe Jr | 2009-04-23 | 2 | -2/+2 |
* | Introduce mod_remoteip to trunk from httpd/sandbox/mod_remoteip | William A. Rowe Jr | 2009-04-23 | 3 | -0/+600 |
* | mod_dbd: add DBDInitSQL command. PR 46827 | Nick Kew | 2009-04-21 | 2 | -15/+91 |
* | * Add missing include to fix compiler warnings | Ruediger Pluem | 2009-04-16 | 1 | -0/+1 |
* | mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock). | Jeff Trawick | 2009-04-16 | 1 | -13/+12 |
* | write Ok to tomcat. | Jean-Frederic Clere | 2009-04-14 | 1 | -1/+7 |
* | Add a logic to use an handler and HTTP. | Jean-Frederic Clere | 2009-04-14 | 1 | -29/+68 |
* | * Check more strictly that the backend follows the AJP protocol. | Ruediger Pluem | 2009-04-11 | 1 | -0/+22 |
* | * Avoid delivering content from a previous request which failed to send a req... | Ruediger Pluem | 2009-04-08 | 1 | -15/+11 |
* | Remove the C++ style comment and use 1 for keep_running. | Jean-Frederic Clere | 2009-04-08 | 1 | -2/+1 |
* | Arrange traces. | Jean-Frederic Clere | 2009-04-07 | 1 | -17/+18 |
* | Set keep_running and clean pool if not. | Jean-Frederic Clere | 2009-04-07 | 1 | -0/+2 |
* | The remote port information was forgotten from the builtin | Rainer Jung | 2009-04-02 | 2 | -0/+28 |
* | handle an unfortunate implication of loadable MPMs: | Jeff Trawick | 2009-04-02 | 2 | -22/+33 |
* | * Fix comment and optimize retrieval of loglevel. | Ruediger Pluem | 2009-04-02 | 1 | -8/+3 |
* | ap_strchr_p() is the one that takes (protects) a const char * | Jeff Trawick | 2009-04-01 | 1 | -2/+2 |
* | clean up apr_time_from_msec() compatibility macros | Jeff Trawick | 2009-04-01 | 3 | -15/+4 |
* | * Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable | Ruediger Pluem | 2009-04-01 | 5 | -0/+109 |
* | stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa... | Jeff Trawick | 2009-03-31 | 1 | -4/+0 |
* | * Removed unused variables. | Ruediger Pluem | 2009-03-30 | 1 | -7/+0 |
* | Use named watchdog for heartmonitor. | Mladen Turk | 2009-03-30 | 1 | -177/+98 |
* | Run the callback from pool cleanup. | Mladen Turk | 2009-03-30 | 1 | -0/+13 |
* | Use correct check logic | Mladen Turk | 2009-03-30 | 1 | -1/+1 |
* | If there are multiple hook watchdog threads registered, make sure we fire on ... | Mladen Turk | 2009-03-30 | 1 | -1/+1 |