| Commit message (Expand) | Author | Age | Files | Lines |
* | Update transformations. | Graham Leggett | 2010-02-02 | 37 | -224/+392 |
* | replace duplicate code with new function ap_parse_log_level() | Stefan Fritsch | 2010-02-02 | 6 | -83/+36 |
* | mod_log_config: Add the R option to log the handler used within the | Graham Leggett | 2010-02-01 | 3 | -0/+17 |
* | Allow fine control over the removal of Last-Modified and ETag headers | Graham Leggett | 2010-02-01 | 3 | -6/+133 |
* | Updates for french files, and a little typo in manual/mod/mod_autoindex.xml. | Lucien Gentis | 2010-01-31 | 4 | -86/+66 |
* | Replace the Define !FOO syntax by a new UnDefine directive. | Stefan Fritsch | 2010-01-30 | 2 | -29/+41 |
* | Allow the Define directive to undefine a variable by prefixing the | Stefan Fritsch | 2010-01-30 | 3 | -5/+33 |
* | Ooops. We are at 2.3.6 by now. | Stefan Fritsch | 2010-01-30 | 3 | -8/+8 |
* | Make ap_pregsub(), used by AliasMatch and friends, use the same syntax | Stefan Fritsch | 2010-01-30 | 8 | -22/+46 |
* | Update transformations | Stefan Fritsch | 2010-01-30 | 25 | -1537/+1495 |
* | * Make autoindex.t from perl testframework work again | Ruediger Pluem | 2010-01-27 | 1 | -1/+1 |
* | Fix two typos revealed by xmllint | William A. Rowe Jr | 2010-01-27 | 1 | -3/+1 |
* | Move core flags into core.xml directives | William A. Rowe Jr | 2010-01-27 | 2 | -60/+77 |
* | * 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 |
* | alphabetical order is a good thing. | Rich Bowen | 2010-01-26 | 5 | -54/+56 |
* | Rebuild HTML | Rich Bowen | 2010-01-26 | 1 | -4/+30 |
* | Adds documentation for the new AddAltClass IndexOption, and for the new | Rich Bowen | 2010-01-26 | 1 | -4/+31 |
* | 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 | 6 | -56/+63 |
* | mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password to | Stefan Fritsch | 2010-01-24 | 2 | -1/+33 |
* | ab: Fix number of requests per second in HTML output being to large by a | Stefan Fritsch | 2010-01-24 | 2 | -1/+4 |
* | Change LDAP authentication failures (user->DN or password check) to log | Eric Covener | 2010-01-24 | 2 | -1/+5 |
* | Note that a firewall silently dropping packets is a mis-configuration. | Stefan Fritsch | 2010-01-24 | 1 | -1/+3 |
* | 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 |
* | fix LDAPConnectionTimeout, take a stab at newly added LDAPTimeout | Eric Covener | 2010-01-23 | 2 | -6/+49 |
* | Update transformations | Stefan Fritsch | 2010-01-23 | 20 | -96/+79 |
* | Rename RequestTimeout into RequestReadTimeout and change the configuration | Stefan Fritsch | 2010-01-23 | 2 | -83/+108 |
* | fix maintainer mode ap_strstr() argument mismatch warnings | Jeff Trawick | 2010-01-22 | 1 | -2/+2 |
* | roll on to 2.3.6-dev | Paul Querna | 2010-01-21 | 3 | -2/+5 |
* | prep for 2.3.5 tag | Paul Querna | 2010-01-21 | 1 | -1/+1 |
* | Because the redirect-request survives logging, we don't have the | William A. Rowe Jr | 2010-01-21 | 2 | -4/+2 |
* | Correctly align the behavior of headers_in to be consistent with the | William A. Rowe Jr | 2010-01-21 | 4 | -30/+25 |
* | Back out mod_serf changes for the immediate alpha, until libs are worked out | William A. Rowe Jr | 2010-01-21 | 2 | -37/+2 |
* | Finish adding mod_serf before reverting it for this alpha | William A. Rowe Jr | 2010-01-21 | 1 | -11/+12 |
* | Such macros exist for a reason :) | William A. Rowe Jr | 2010-01-21 | 1 | -1/+1 |
* | Design error; main.c is not part of the libhttpd, you can't forward | William A. Rowe Jr | 2010-01-21 | 2 | -3/+3 |
* | Add mod_serf to the win32 build | William A. Rowe Jr | 2010-01-21 | 2 | -1/+35 |
* | Turn static function get_server_name_for_url() into public function | Stefan Fritsch | 2010-01-16 | 6 | -6/+21 |
* | Fix typos | Stefan Fritsch | 2010-01-16 | 1 | -2/+2 |
* | Clarify references to arguments in the Header directive documentation. | Daniel Earl Poirier | 2010-01-14 | 2 | -6/+8 |
* | * 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 | 4 | -16/+163 |
* | 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 |
* | Updates and 2 little typos in manual/mod/mod_rewrite.xml. | Lucien Gentis | 2010-01-07 | 6 | -66/+50 |
* | clarify LDAPConnectionTimeout behavior/availability which is really just | Eric Covener | 2010-01-07 | 2 | -10/+36 |