| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_proxy_http: Make sure that when an ErrorDocument is served | Graham Leggett | 2010-02-13 | 1 | -16/+38 |
* | Support remote https proxies by using HTTP CONNECT. | Rainer Jung | 2010-02-12 | 2 | -2/+145 |
* | Fix typo in comment. | Rainer Jung | 2010-02-12 | 1 | -1/+1 |
* | fix additional use of "session" terminology, following r907917 | Jeff Trawick | 2010-02-09 | 3 | -9/+9 |
* | style tweaks | Jeff Trawick | 2010-02-09 | 1 | -6/+3 |
* | * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureRenegotiation): | Joe Orton | 2010-02-09 | 1 | -1/+2 |
* | Illustrate an ->iterator() implementation for mod_socache_shmcb. | William A. Rowe Jr | 2010-02-09 | 1 | -17/+122 |
* | Fix inadvertent changes and be more verbose and correct in logging | William A. Rowe Jr | 2010-02-09 | 1 | -48/+6 |
* | Track time now for retrieve | William A. Rowe Jr | 2010-02-09 | 1 | -0/+1 |
* | Do not expire an entire subcache on ->retrieve (doh!); only expire a cache hit | William A. Rowe Jr | 2010-02-09 | 1 | -33/+35 |
* | Catch up ssl to socache store expiry change, and clarify what the code is doing | William A. Rowe Jr | 2010-02-09 | 4 | -11/+12 |
* | distcache already demonstrates sub-second resolutions, but much more | William A. Rowe Jr | 2010-02-09 | 4 | -96/+186 |
* | fix comment typo | William A. Rowe Jr | 2010-02-09 | 1 | -1/+1 |
* | missing prototype - compile before committing please | William A. Rowe Jr | 2010-02-09 | 1 | -0/+1 |
* | Style guides at httpd are pretty clear, macro values are UPCASE, please? | William A. Rowe Jr | 2010-02-07 | 4 | -10/+10 |
* | Make the error message correspond to the code, which sets APR_SO_NONBLOCK. | Graham Leggett | 2010-02-05 | 1 | -1/+1 |
* | Print directive name in error message. | Stefan Fritsch | 2010-02-05 | 1 | -1/+1 |
* | Add ap_process_request_after_handler to the exported list for mod_serf | William A. Rowe Jr | 2010-02-04 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup): Only set the | Joe Orton | 2010-02-04 | 1 | -6/+2 |
* | * modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup): Set | Joe Orton | 2010-02-04 | 1 | -0/+10 |
* | Folks, this is not C++. Please, pay attention to your patches | William A. Rowe Jr | 2010-02-04 | 1 | -1/+1 |
* | Add mod_serf.dsp at last, based on the patch available in; | William A. Rowe Jr | 2010-02-04 | 1 | -0/+123 |
* | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Add | Joe Orton | 2010-02-03 | 2 | -0/+9 |
* | New releases of OpenSSL will only allow secure renegotiation by | Joe Orton | 2010-02-03 | 5 | -8/+37 |
* | mod_session: Session expiry was being initialised, but not updated | Graham Leggett | 2010-02-02 | 1 | -0/+9 |
* | replace duplicate code with new function ap_parse_log_level() | Stefan Fritsch | 2010-02-02 | 1 | -28/+3 |
* | mod_log_config: Add the R option to log the handler used within the | Graham Leggett | 2010-02-01 | 1 | -0/+6 |
* | Allow fine control over the removal of Last-Modified and ETag headers | Graham Leggett | 2010-02-01 | 1 | -6/+43 |
* | * Make autoindex.t from perl testframework work again | Ruediger Pluem | 2010-01-27 | 1 | -1/+1 |
* | * Remove unused variable to silence compiler warning | Ruediger Pluem | 2010-01-27 | 1 | -1/+0 |
* | * We need to return an int as result of the pre_config hook. | Ruediger Pluem | 2010-01-27 | 1 | -1/+2 |
* | Use correct comment style. | Rich Bowen | 2010-01-26 | 1 | -6/+6 |
* | Applies the patch provided in ticket 34014, enhancing the CSS abilities | Rich Bowen | 2010-01-26 | 1 | -34/+54 |
* | Fix default OSCP stapling port. | William A. Rowe Jr | 2010-01-26 | 1 | -0/+4 |
* | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 2010-01-26 | 1 | -36/+11 |
* | mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password to | Stefan Fritsch | 2010-01-24 | 1 | -1/+29 |
* | Change LDAP authentication failures (user->DN or password check) to log | Eric Covener | 2010-01-24 | 1 | -1/+1 |
* | Move the ldap_simple_bind() + ldap_result() code implementing a timeout | Stefan Fritsch | 2010-01-24 | 1 | -31/+48 |
* | changed strcasestr() to ap_strcasestr() to fix broken NetWare compile. | Guenter Knauf | 2010-01-24 | 1 | -1/+1 |
* | Rename RequestTimeout into RequestReadTimeout and change the configuration | Stefan Fritsch | 2010-01-23 | 1 | -36/+64 |
* | fix maintainer mode ap_strstr() argument mismatch warnings | Jeff Trawick | 2010-01-22 | 1 | -2/+2 |
* | Because the redirect-request survives logging, we don't have the | William A. Rowe Jr | 2010-01-21 | 1 | -3/+1 |
* | Correctly align the behavior of headers_in to be consistent with the | William A. Rowe Jr | 2010-01-21 | 2 | -17/+13 |
* | Such macros exist for a reason :) | William A. Rowe Jr | 2010-01-21 | 1 | -1/+1 |
* | Turn static function get_server_name_for_url() into public function | Stefan Fritsch | 2010-01-16 | 2 | -3/+3 |
* | * Fix compiler warning about wrong format | Ruediger Pluem | 2010-01-13 | 1 | -1/+1 |
* | Introduce new config option LDAPTimeout to set the timeout for operations | Stefan Fritsch | 2010-01-12 | 1 | -15/+157 |
* | Allow several of the configured session identifiers to be found and removed in | Stefan Fritsch | 2010-01-10 | 1 | -2/+1 |
* | We shouldn't need to create r->allowed_methods twice! | Nick Kew | 2010-01-09 | 1 | -1/+0 |
* | Move ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp. | Takashi Sato | 2009-12-30 | 3 | -21/+17 |