summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new non-default debugging module mod_log_debugStefan Fritsch2011-07-026-1/+423
* Update auto-generated codeStefan Fritsch2011-07-023-358/+400
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-0215-58/+223
* Add REQUEST_STATUS variable to ap_exprStefan Fritsch2011-07-022-0/+5
* Fix logging of the log id of subrequestsStefan Fritsch2011-07-021-2/+2
* Add some debug logging when loading server certificatesStefan Fritsch2011-06-292-5/+14
* add ap_ldap.h to svn:ignoreStefan Fritsch2011-06-290-0/+0
* remove ap_ldap.h in make distcleanStefan Fritsch2011-06-291-1/+1
* Fix compilation error due to missing LDAP_DECLARE definitionStefan Fritsch2011-06-294-0/+4
* rebuild transformsIgor Galić2011-06-2917-243/+134
* Typo pointed out by Mr Jink on IRC.Igor Galić2011-06-291-1/+1
* And roll on to 2.3.14Jim Jagielski2011-06-284-3/+7
* Get ready to tag as 2.3.13-betaJim Jagielski2011-06-282-3/+3
* Use APR_INLINE instead of inline, to support pre-C99 compilersStefan Fritsch2011-06-271-1/+1
* * support/rotatelogs.c (main): Exit with success on EOF.Joe Orton2011-06-271-3/+6
* Simplify state handling in rotatelogs, fixing -L support in the caseJoe Orton2011-06-271-114/+98
* Fix breakage I introduced in r1130022, identified by Gregg L. Smith <gls@gknw...William A. Rowe Jr2011-06-271-1/+1
* Add Sven's real name.Joe Orton2011-06-271-1/+2
* Tweak rotatelogs -p such that the program is invoked the first time aJoe Orton2011-06-272-18/+23
* Pick up the license notices from the LDAP code.Joe Orton2011-06-271-0/+46
* Fix load order dependencies in LDAP code by switching to use of APRJoe Orton2011-06-279-81/+140
* Updates.Lucien Gentis2011-06-257-212/+113
* dox fixStefan Fritsch2011-06-251-0/+1
* Support specifying the local address to use.Stefan Fritsch2011-06-253-1/+28
* Missing linebreak in example.Rich Bowen2011-06-242-2/+2
* Correct link to mod_macro.Rich Bowen2011-06-242-2/+2
* Corrects link to rewrite mass vhosting doc.Rich Bowen2011-06-242-2/+2
* Fix "statement not reached" warnings with sun ccStefan Fritsch2011-06-242-5/+2
* update transforms, 2nd try :-/Stefan Fritsch2011-06-2219-98/+118
* Update transformsStefan Fritsch2011-06-2237-160/+99
* Various code cleanupStefan Fritsch2011-06-229-18/+16
* We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch2011-06-227-34/+19
* Add support to ErrorLogFormat for logging the system uniqueStefan Fritsch2011-06-224-1/+34
* Fix build with recent apr_crypto API changeStefan Fritsch2011-06-221-1/+1
* Log the deprecation warning at level info, not warnStefan Fritsch2011-06-204-4/+4
* Fix search'n'replace error: Actually warn if MaxClients is usedStefan Fritsch2011-06-203-3/+3
* New AsyncRequestWorkerFactor directive to influence how manyStefan Fritsch2011-06-202-6/+37
* Remove dead assignment, as pointed out by Chris Wilson <cwilson vigilantsw com>Stefan Fritsch2011-06-201-6/+1
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-2015-133/+164
* rotatelogs: Add support for running a custom program after a logJoe Orton2011-06-203-14/+106
* Code cleanup: replace apr_table_set with non-copying apr_table_setnStefan Fritsch2011-06-193-6/+6
* Don't do OCSP checks for valid self-issued certsStefan Fritsch2011-06-192-1/+11
* Avoid unnecessary renegotiations with SSLVerifyDepth 0.Stefan Fritsch2011-06-193-1/+5
* Display information about asynchronous connections in the server-statusStefan Fritsch2011-06-192-6/+92
* Some improvements for handling of many connections for MPM event:Stefan Fritsch2011-06-199-200/+506
* update transformationAndré Malo2011-06-191-4/+0
* remove duplicate entry / duplicate IDAndré Malo2011-06-191-4/+0
* update transformationAndré Malo2011-06-1915-25/+33
* property and xml fixes.André Malo2011-06-197-5/+8
* If MaxMemFree is set, limit the number of recycled pools that is keptStefan Fritsch2011-06-184-22/+47