summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-214-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-194-22/+47
* Some logging tweaksStefan Fritsch2011-06-191-6/+8
* Formatting changes, reuse 'now' variable instead of declaring a new oneStefan Fritsch2011-06-191-54/+42
* Rebuild a few out of date files.Rich Bowen2011-06-1810-55/+100
* Update.Lucien Gentis2011-06-181-5/+5
* Fix graceful restart aborting connectionsStefan Fritsch2011-06-182-19/+56
* s/seperate/separate/Jeff Trawick2011-06-172-2/+2
* revert this... sorryJim Jagielski2011-06-171-1/+1
* No mo subpoolJim Jagielski2011-06-171-10/+1
* Revert "fix unexpected enum operation"Jim Jagielski2011-06-171-1/+1
* fix unexpected enum operationJeff Trawick2011-06-151-1/+1
* Update redirect-carefully workaround for WebDAVFS 1.4, Konqueror 4.xStefan Fritsch2011-06-131-1/+2
* Simplify code with ap_str_tolower()Stefan Fritsch2011-06-131-7/+1
* AFAICS, we don't have a default cipher suite but depend on openssl's default.Stefan Fritsch2011-06-132-7/+8
* Disable AECDH ciphers in example config by using !aNULL (which includesStefan Fritsch2011-06-132-1/+4
* Remove spurious braces to fix clang warningStefan Fritsch2011-06-131-1/+1
* Fix handling of cumulative system timeStefan Fritsch2011-06-131-2/+2
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-1313-11/+28
* Code cleanup:Stefan Fritsch2011-06-131-9/+9
* Merge repeated calls of ap_rputs.Stefan Fritsch2011-06-131-21/+22
* Avoid some memory allocations by using apr_table_setn where the string argumentsStefan Fritsch2011-06-136-12/+12
* Avoid some memory allocations by using apr_table_setn where the stringStefan Fritsch2011-06-136-16/+16
* Avoid "`sentinel' attribute directive ignored" warning with gcc 3.xStefan Fritsch2011-06-126-11/+18
* Updates.Lucien Gentis2011-06-119-449/+566
* Update transformations.Graham Leggett2011-06-1028-9/+122