summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* OS/2: Fix building of more modules that depend on symbols from other modules.Brian Havard2010-06-223-5/+39
* Don't apr_pstrdup in ap_auth_type(). It returns const char *, anyway.Stefan Fritsch2010-06-201-1/+1
* Fix authorization by user or IP/ENV/...Stefan Fritsch2010-06-201-2/+3
* whitespace/indent fixesStefan Fritsch2010-06-201-16/+15
* more pid logging cleanupStefan Fritsch2010-06-201-106/+104
* - add some trace loggingStefan Fritsch2010-06-201-42/+40
* More trace loggingStefan Fritsch2010-06-202-1/+14
* - Add reallyall option to configure to build everything that can be built withStefan Fritsch2010-06-192-54/+17
* * Ensure that we only return a non fatal error if the request is idempotentRuediger Pluem2010-06-181-1/+10
* Fix some compiler warnings:Stefan Fritsch2010-06-146-9/+20
* - Introduce ap_log_cserror to allow mod_ssl to associate log messages toStefan Fritsch2010-06-142-11/+12
* Fix MPM event/libserf build problems: If libserf was installed during build,Stefan Fritsch2010-06-132-33/+6
* Add comment that using cur_unique_id.counter from all threads is bad forStefan Fritsch2010-06-131-0/+6
* mod_rewrite.c:447: warning: format not a string literal and no format argumentsEric Covener2010-06-111-1/+1
* Prevent segfault if URI is missing a schemeStefan Fritsch2010-06-101-0/+4
* Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP toRainer Jung2010-06-101-2/+4
* * Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP toRuediger Pluem2010-06-101-3/+6
* * Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP toRuediger Pluem2010-06-101-1/+1
* No need for trailing semicolon after APR_DECLARE_EXTERNAL_HOOK.Rainer Jung2010-06-101-2/+2
* Mop up more than a dozen const'ness faultsWilliam A. Rowe Jr2010-06-102-2/+2
* Drop ap_body_to_table due to missing constraints; a DoS waitingWilliam A. Rowe Jr2010-06-102-16/+1
* * modules/http/http_request.c (internal_internal_redirect): For aJoe Orton2010-06-081-7/+37
* mod_cache: Explicitly allow cache implementations to cache a 206 PartialGraham Leggett2010-06-081-6/+4
* Fix comment. DSO is now default.Rainer Jung2010-06-061-3/+1
* Replace LogLevelDebugDump with TRACE log levelsStefan Fritsch2010-06-064-53/+8
* Replace RewriteLog/RewriteLogLevel with trace log levelsStefan Fritsch2010-06-061-169/+12
* Replace DumpIOLogLevel with trace log levelsStefan Fritsch2010-06-061-36/+7
* - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_sslStefan Fritsch2010-06-0612-112/+133
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-2/+2
* Use new loglevel accessor macros to simplify codeStefan Fritsch2010-06-062-12/+11
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-06135-117/+150
* Fix some modules to make them compile with per-module loglevels.Stefan Fritsch2010-06-066-16/+18
* Work around crypto API incompatibilities.Rainer Jung2010-06-061-0/+34
* Fix broken mod_session_crypto build.Rainer Jung2010-06-051-1/+1
* * modules/echo/mod_echo.c (process_echo_connection): Use _cleanupJoe Orton2010-06-051-2/+2
* The rest of this cache display method just writes its response, and the calle...Eric Covener2010-06-041-1/+2
* when we actually get a per-server config in a vhost, the shared memoryEric Covener2010-06-041-0/+4
* mod_disk_cache: Decline the opportunity to cache if the response isGraham Leggett2010-06-041-0/+8
* Fix a bug where if the cache quick handler is switched off, and the CACHEGraham Leggett2010-06-041-2/+2
* Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow toStefan Fritsch2010-06-039-44/+45
* log issues with CONNECT at request scope instead of server scopeStefan Fritsch2010-06-033-26/+24
* Kill off edge case in mod_deflate where data may be sent before headersNick Kew2010-06-011-2/+2
* When checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the s...Eric Covener2010-06-011-0/+1
* mod_authnz_ldap: Search or Comparison during authorization phaseEric Covener2010-06-011-18/+65
* * Fix compiler warning about "incompatible pointer type"Ruediger Pluem2010-05-311-1/+1
* * Fix compiler warningRuediger Pluem2010-05-311-1/+2
* mod_authnz_ldap: Allow the initial DN lookup to bind with aEric Covener2010-05-291-2/+61
* Allow mod_authnz_ldap to set environment variables when it only performs auth...Eric Covener2010-05-291-37/+68
* odd assortment of spelling fixesJeff Trawick2010-05-243-3/+3
* Fix handling of extensions with types not known to OpenSSL inJoe Orton2010-05-191-3/+24