summaryrefslogtreecommitdiffstats
path: root/docs/icons/small/key.png (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-03Add some docs for AsyncRequestWorkerFactorStefan Fritsch1-2/+61
2011-07-03make example config match the description; improve wordingStefan Fritsch2-15/+15
2011-07-03Fix build failure without HAVE_SYSLOG, e.g. on NetwareStefan Fritsch1-2/+1
2011-07-03Fix small docs typo.Rainer Jung2-3/+3
2011-07-02Initialize apr_thread_t pointer to NULL so that apr_os_thread_put()Jeff Trawick1-1/+1
2011-07-02Updates.Lucien Gentis2-2/+9
2011-07-02update transformsStefan Fritsch46-1956/+2186
2011-07-02Add new non-default debugging module mod_log_debugStefan Fritsch6-1/+423
2011-07-02Update auto-generated codeStefan Fritsch3-358/+400
2011-07-02Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch15-58/+223
2011-07-02Add REQUEST_STATUS variable to ap_exprStefan Fritsch2-0/+5
2011-07-02Fix logging of the log id of subrequestsStefan Fritsch1-2/+2
2011-06-29Add some debug logging when loading server certificatesStefan Fritsch2-5/+14
2011-06-29remove ap_ldap.h in make distcleanStefan Fritsch1-1/+1
2011-06-29Fix compilation error due to missing LDAP_DECLARE definitionStefan Fritsch4-0/+4
2011-06-29rebuild transformsIgor Galić17-243/+134
2011-06-29Typo pointed out by Mr Jink on IRC.Igor Galić1-1/+1
2011-06-28And roll on to 2.3.14Jim Jagielski4-3/+7
2011-06-28Get ready to tag as 2.3.13-betaJim Jagielski2-3/+3
2011-06-27Use APR_INLINE instead of inline, to support pre-C99 compilersStefan Fritsch1-1/+1
2011-06-27* support/rotatelogs.c (main): Exit with success on EOF.Joe Orton1-3/+6
2011-06-27Simplify state handling in rotatelogs, fixing -L support in the caseJoe Orton1-114/+98
2011-06-27Fix breakage I introduced in r1130022, identified by Gregg L. Smith <gls@gknw...William A. Rowe Jr1-1/+1
2011-06-27Add Sven's real name.Joe Orton1-1/+2
2011-06-27Tweak rotatelogs -p such that the program is invoked the first time aJoe Orton2-18/+23
2011-06-27Pick up the license notices from the LDAP code.Joe Orton1-0/+46
2011-06-27Fix load order dependencies in LDAP code by switching to use of APRJoe Orton9-81/+140
2011-06-25Updates.Lucien Gentis7-212/+113
2011-06-25dox fixStefan Fritsch1-0/+1
2011-06-25Support specifying the local address to use.Stefan Fritsch3-1/+28
2011-06-24Missing linebreak in example.Rich Bowen2-2/+2
2011-06-24Correct link to mod_macro.Rich Bowen2-2/+2
2011-06-24Corrects link to rewrite mass vhosting doc.Rich Bowen2-2/+2
2011-06-24Fix "statement not reached" warnings with sun ccStefan Fritsch2-5/+2
2011-06-22update transforms, 2nd try :-/Stefan Fritsch19-98/+118
2011-06-22Update transformsStefan Fritsch37-160/+99
2011-06-22Various code cleanupStefan Fritsch9-18/+16
2011-06-22We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch7-34/+19
2011-06-22Add support to ErrorLogFormat for logging the system uniqueStefan Fritsch4-1/+34
2011-06-22Fix build with recent apr_crypto API changeStefan Fritsch1-1/+1
2011-06-21Log the deprecation warning at level info, not warnStefan Fritsch4-4/+4
2011-06-20Fix search'n'replace error: Actually warn if MaxClients is usedStefan Fritsch3-3/+3
2011-06-20New AsyncRequestWorkerFactor directive to influence how manyStefan Fritsch2-6/+37
2011-06-20Remove dead assignment, as pointed out by Chris Wilson <cwilson vigilantsw com>Stefan Fritsch1-6/+1
2011-06-20Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch15-133/+164
2011-06-20rotatelogs: Add support for running a custom program after a logJoe Orton3-14/+106
2011-06-19Code cleanup: replace apr_table_set with non-copying apr_table_setnStefan Fritsch3-6/+6
2011-06-19Don't do OCSP checks for valid self-issued certsStefan Fritsch2-1/+11
2011-06-19Avoid unnecessary renegotiations with SSLVerifyDepth 0.Stefan Fritsch3-1/+5
2011-06-19Display information about asynchronous connections in the server-statusStefan Fritsch2-6/+92