| Commit message (Expand) | Author | Files | Lines |
2010-02-03 | Remove reference to the Match directive, which was removed in r726082 / | Stefan Fritsch | 1 | -7/+4 |
2010-02-03 | Fix CHANGES entry to reflect change in r904853 | Stefan Fritsch | 1 | -2/+2 |
2010-02-03 | Add docstring for ap_pregsub() | Stefan Fritsch | 1 | -0/+1 |
2010-02-03 | Regenerate docs. | Joe Orton | 3 | -62/+99 |
2010-02-03 | * mod_ssl.xml: Document the SSL_SECURE_RENEG envvar, and SSLInsecureRenegotia... | Joe Orton | 1 | -0/+34 |
2010-02-03 | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Add | Joe Orton | 2 | -0/+9 |
2010-02-03 | New releases of OpenSSL will only allow secure renegotiation by | Joe Orton | 5 | -8/+37 |
2010-02-02 | * Use loglevel value for parsing | Ruediger Pluem | 1 | -1/+1 |
2010-02-02 | mod_session: Session expiry was being initialised, but not updated | Graham Leggett | 2 | -0/+13 |
2010-02-02 | Update transformations. | Graham Leggett | 37 | -224/+392 |
2010-02-02 | replace duplicate code with new function ap_parse_log_level() | Stefan Fritsch | 6 | -83/+36 |
2010-02-01 | mod_log_config: Add the R option to log the handler used within the | Graham Leggett | 3 | -0/+17 |
2010-02-01 | Allow fine control over the removal of Last-Modified and ETag headers | Graham Leggett | 3 | -6/+133 |
2010-01-31 | Updates for french files, and a little typo in manual/mod/mod_autoindex.xml. | Lucien Gentis | 4 | -86/+66 |
2010-01-30 | Replace the Define !FOO syntax by a new UnDefine directive. | Stefan Fritsch | 2 | -29/+41 |
2010-01-30 | Allow the Define directive to undefine a variable by prefixing the | Stefan Fritsch | 3 | -5/+33 |
2010-01-30 | Ooops. We are at 2.3.6 by now. | Stefan Fritsch | 3 | -8/+8 |
2010-01-30 | Make ap_pregsub(), used by AliasMatch and friends, use the same syntax | Stefan Fritsch | 8 | -22/+46 |
2010-01-30 | Update transformations | Stefan Fritsch | 25 | -1537/+1495 |
2010-01-27 | * Make autoindex.t from perl testframework work again | Ruediger Pluem | 1 | -1/+1 |
2010-01-27 | Fix two typos revealed by xmllint | William A. Rowe Jr | 1 | -3/+1 |
2010-01-27 | Move core flags into core.xml directives | William A. Rowe Jr | 2 | -60/+77 |
2010-01-27 | * Remove unused variable to silence compiler warning | Ruediger Pluem | 1 | -1/+0 |
2010-01-27 | * We need to return an int as result of the pre_config hook. | Ruediger Pluem | 1 | -1/+2 |
2010-01-26 | Use correct comment style. | Rich Bowen | 1 | -6/+6 |
2010-01-26 | alphabetical order is a good thing. | Rich Bowen | 5 | -54/+56 |
2010-01-26 | Rebuild HTML | Rich Bowen | 1 | -4/+30 |
2010-01-26 | Adds documentation for the new AddAltClass IndexOption, and for the new | Rich Bowen | 1 | -4/+31 |
2010-01-26 | Applies the patch provided in ticket 34014, enhancing the CSS abilities | Rich Bowen | 1 | -34/+54 |
2010-01-26 | Fix default OSCP stapling port. | William A. Rowe Jr | 1 | -0/+4 |
2010-01-26 | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 6 | -56/+63 |
2010-01-24 | mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password to | Stefan Fritsch | 2 | -1/+33 |
2010-01-24 | ab: Fix number of requests per second in HTML output being to large by a | Stefan Fritsch | 2 | -1/+4 |
2010-01-24 | Change LDAP authentication failures (user->DN or password check) to log | Eric Covener | 2 | -1/+5 |
2010-01-24 | Note that a firewall silently dropping packets is a mis-configuration. | Stefan Fritsch | 1 | -1/+3 |
2010-01-24 | Move the ldap_simple_bind() + ldap_result() code implementing a timeout | Stefan Fritsch | 1 | -31/+48 |
2010-01-24 | changed strcasestr() to ap_strcasestr() to fix broken NetWare compile. | Guenter Knauf | 1 | -1/+1 |
2010-01-23 | fix LDAPConnectionTimeout, take a stab at newly added LDAPTimeout | Eric Covener | 2 | -6/+49 |
2010-01-23 | Update transformations | Stefan Fritsch | 20 | -96/+79 |
2010-01-23 | Rename RequestTimeout into RequestReadTimeout and change the configuration | Stefan Fritsch | 2 | -83/+108 |
2010-01-22 | fix maintainer mode ap_strstr() argument mismatch warnings | Jeff Trawick | 1 | -2/+2 |
2010-01-21 | roll on to 2.3.6-dev | Paul Querna | 3 | -2/+5 |
2010-01-21 | prep for 2.3.5 tag | Paul Querna | 1 | -1/+1 |
2010-01-21 | Because the redirect-request survives logging, we don't have the | William A. Rowe Jr | 2 | -4/+2 |
2010-01-21 | Correctly align the behavior of headers_in to be consistent with the | William A. Rowe Jr | 4 | -30/+25 |
2010-01-21 | Back out mod_serf changes for the immediate alpha, until libs are worked out | William A. Rowe Jr | 2 | -37/+2 |
2010-01-21 | Finish adding mod_serf before reverting it for this alpha | William A. Rowe Jr | 1 | -11/+12 |
2010-01-21 | Such macros exist for a reason :) | William A. Rowe Jr | 1 | -1/+1 |
2010-01-21 | Design error; main.c is not part of the libhttpd, you can't forward | William A. Rowe Jr | 2 | -3/+3 |
2010-01-21 | Add mod_serf to the win32 build | William A. Rowe Jr | 2 | -1/+35 |