| Commit message (Expand) | Author | Files | Lines |
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 |
2010-01-16 | Turn static function get_server_name_for_url() into public function | Stefan Fritsch | 6 | -6/+21 |
2010-01-16 | Fix typos | Stefan Fritsch | 1 | -2/+2 |
2010-01-14 | Clarify references to arguments in the Header directive documentation. | Daniel Earl Poirier | 2 | -6/+8 |
2010-01-13 | * Fix compiler warning about wrong format | Ruediger Pluem | 1 | -1/+1 |
2010-01-12 | Introduce new config option LDAPTimeout to set the timeout for operations | Stefan Fritsch | 4 | -16/+163 |
2010-01-10 | Allow several of the configured session identifiers to be found and removed in | Stefan Fritsch | 1 | -2/+1 |
2010-01-09 | We shouldn't need to create r->allowed_methods twice! | Nick Kew | 1 | -1/+0 |
2010-01-07 | Updates and 2 little typos in manual/mod/mod_rewrite.xml. | Lucien Gentis | 6 | -66/+50 |
2010-01-07 | clarify LDAPConnectionTimeout behavior/availability which is really just | Eric Covener | 2 | -10/+36 |
2010-01-06 | clarify that FileETag is for static files only, and explicitly mention | Eric Covener | 2 | -4/+16 |