summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update transformations.Graham Leggett2010-02-0237-224/+392
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-026-83/+36
* mod_log_config: Add the R option to log the handler used within theGraham Leggett2010-02-013-0/+17
* Allow fine control over the removal of Last-Modified and ETag headersGraham Leggett2010-02-013-6/+133
* Updates for french files, and a little typo in manual/mod/mod_autoindex.xml.Lucien Gentis2010-01-314-86/+66
* Replace the Define !FOO syntax by a new UnDefine directive.Stefan Fritsch2010-01-302-29/+41
* Allow the Define directive to undefine a variable by prefixing theStefan Fritsch2010-01-303-5/+33
* Ooops. We are at 2.3.6 by now.Stefan Fritsch2010-01-303-8/+8
* Make ap_pregsub(), used by AliasMatch and friends, use the same syntaxStefan Fritsch2010-01-308-22/+46
* Update transformationsStefan Fritsch2010-01-3025-1537/+1495
* * Make autoindex.t from perl testframework work againRuediger Pluem2010-01-271-1/+1
* Fix two typos revealed by xmllintWilliam A. Rowe Jr2010-01-271-3/+1
* Move core flags into core.xml directivesWilliam A. Rowe Jr2010-01-272-60/+77
* * Remove unused variable to silence compiler warningRuediger Pluem2010-01-271-1/+0
* * We need to return an int as result of the pre_config hook.Ruediger Pluem2010-01-271-1/+2
* Use correct comment style.Rich Bowen2010-01-261-6/+6
* alphabetical order is a good thing.Rich Bowen2010-01-265-54/+56
* Rebuild HTMLRich Bowen2010-01-261-4/+30
* Adds documentation for the new AddAltClass IndexOption, and for the newRich Bowen2010-01-261-4/+31
* Applies the patch provided in ticket 34014, enhancing the CSS abilitiesRich Bowen2010-01-261-34/+54
* Fix default OSCP stapling port.William A. Rowe Jr2010-01-261-0/+4
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-266-56/+63
* mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password toStefan Fritsch2010-01-242-1/+33
* ab: Fix number of requests per second in HTML output being to large by aStefan Fritsch2010-01-242-1/+4
* Change LDAP authentication failures (user->DN or password check) to log Eric Covener2010-01-242-1/+5
* Note that a firewall silently dropping packets is a mis-configuration.Stefan Fritsch2010-01-241-1/+3
* Move the ldap_simple_bind() + ldap_result() code implementing a timeoutStefan Fritsch2010-01-241-31/+48
* changed strcasestr() to ap_strcasestr() to fix broken NetWare compile.Guenter Knauf2010-01-241-1/+1
* fix LDAPConnectionTimeout, take a stab at newly added LDAPTimeoutEric Covener2010-01-232-6/+49
* Update transformationsStefan Fritsch2010-01-2320-96/+79
* Rename RequestTimeout into RequestReadTimeout and change the configurationStefan Fritsch2010-01-232-83/+108
* fix maintainer mode ap_strstr() argument mismatch warningsJeff Trawick2010-01-221-2/+2
* roll on to 2.3.6-devPaul Querna2010-01-213-2/+5
* prep for 2.3.5 tagPaul Querna2010-01-211-1/+1
* Because the redirect-request survives logging, we don't have theWilliam A. Rowe Jr2010-01-212-4/+2
* Correctly align the behavior of headers_in to be consistent with theWilliam A. Rowe Jr2010-01-214-30/+25
* Back out mod_serf changes for the immediate alpha, until libs are worked outWilliam A. Rowe Jr2010-01-212-37/+2
* Finish adding mod_serf before reverting it for this alphaWilliam A. Rowe Jr2010-01-211-11/+12
* Such macros exist for a reason :)William A. Rowe Jr2010-01-211-1/+1
* Design error; main.c is not part of the libhttpd, you can't forwardWilliam A. Rowe Jr2010-01-212-3/+3
* Add mod_serf to the win32 buildWilliam A. Rowe Jr2010-01-212-1/+35
* Turn static function get_server_name_for_url() into public functionStefan Fritsch2010-01-166-6/+21
* Fix typosStefan Fritsch2010-01-161-2/+2
* Clarify references to arguments in the Header directive documentation.Daniel Earl Poirier2010-01-142-6/+8
* * Fix compiler warning about wrong formatRuediger Pluem2010-01-131-1/+1
* Introduce new config option LDAPTimeout to set the timeout for operationsStefan Fritsch2010-01-124-16/+163
* Allow several of the configured session identifiers to be found and removed inStefan Fritsch2010-01-101-2/+1
* We shouldn't need to create r->allowed_methods twice!Nick Kew2010-01-091-1/+0
* Updates and 2 little typos in manual/mod/mod_rewrite.xml.Lucien Gentis2010-01-076-66/+50
* clarify LDAPConnectionTimeout behavior/availability which is really just Eric Covener2010-01-072-10/+36