]> granicus.if.org Git - apache/history - modules
Add microsecond timestamps to the error log.
[apache] / modules /
2010-06-06 Rainer JungFix comment. DSO is now default.
2010-06-06 Stefan FritschReplace LogLevelDebugDump with TRACE log levels
2010-06-06 Stefan FritschReplace RewriteLog/RewriteLogLevel with trace log levels
2010-06-06 Stefan FritschReplace DumpIOLogLevel with trace log levels
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan FritschUse new loglevel accessor macros to simplify code
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-06 Stefan FritschFix some modules to make them compile with per-module...
2010-06-06 Rainer JungWork around crypto API incompatibilities.
2010-06-05 Rainer JungFix broken mod_session_crypto build.
2010-06-05 Joe Orton* modules/echo/mod_echo.c (process_echo_connection...
2010-06-04 Eric CovenerThe rest of this cache display method just writes its...
2010-06-04 Eric Covenerwhen we actually get a per-server config in a vhost...
2010-06-04 Graham Leggettmod_disk_cache: Decline the opportunity to cache if...
2010-06-04 Graham LeggettFix a bug where if the cache quick handler is switched...
2010-06-03 Stefan FritschIntroduce SSLLOG_MARK for use with ssl_log_ssl_error...
2010-06-03 Stefan Fritschlog issues with CONNECT at request scope instead of...
2010-06-01 Nick KewKill off edge case in mod_deflate where data may be...
2010-06-01 Eric CovenerWhen checking direct group membership, interpret LDAP_N...
2010-06-01 Eric Covenermod_authnz_ldap: Search or Comparison during authorizat...
2010-05-31 Ruediger Pluem* Fix compiler warning about "incompatible pointer...
2010-05-31 Ruediger Pluem* Fix compiler warning
2010-05-29 Eric Covenermod_authnz_ldap: Allow the initial DN lookup to bind...
2010-05-29 Eric CovenerAllow mod_authnz_ldap to set environment variables...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2010-05-19 Joe OrtonFix handling of extensions with types not known to...
2010-05-19 Joe Orton* modules/metadata/mod_headers.c: Add a function pointe...
2010-05-06 Daniel Earl PoirierNote that it would be nice if we could write authn...
2010-05-04 William A. Rowe JrCatch up with ap_[proc|global]_mutex_create api change
2010-05-01 Daniel Earl PoirierAdd info to debug logging.
2010-05-01 Daniel Earl PoirierLog error if unable to load lua file.
2010-05-01 Daniel Earl PoirierAn uninitialized pointer in ap_lua_mapped_handler_spec...
2010-04-30 Daniel Earl PoirierChange references from mod_wombat to mod_lua.
2010-04-26 Eric CovenerUse the more specific 408 (timed out) instead of a...
2010-04-25 Eric CovenerPR49167, unexpected 413 and double-errordoc during...
2010-04-22 Jim JagielskiMove back to a post_config hook...
2010-04-22 Jean-Frederic ClereAdd updatelbstatus to allow to have all the LB logic...
2010-04-21 Jim JagielskiAdd in BalancerNonce directive... useful for shared...
2010-04-18 Stefan FritschReplace apr_wait_for_io_or_timeout with apr_poll, to...
2010-04-14 Ruediger Pluem* Do NOT cache 206 responses in any case since we don...
2010-04-14 Ruediger Pluem* According to RFC2616 13.2.3 1. negative results of...
2010-04-13 Brian HavardFix backward compatibility with APR versions less than...
2010-04-12 Brian HavardRemove usage of the APR private function apr_wait_for_i...
2010-04-11 Stefan Fritschmod_proxy_connect: Support port ranges in AllowConnect
2010-04-07 William A. Rowe JrLook ma, portable code.
2010-04-07 William A. Rowe JrCorrect bogus code; stack alloc of variable length...
2010-04-05 Stefan Fritschfix more errors found by cppcheck
2010-04-05 Stefan Fritschfix potential file descriptor leak with DEBUG_CGI
2010-04-05 Ruediger Pluem* Fix compiler warning
2010-04-02 Jeff Trawicksmall style tweaks to r930125
2010-04-01 Stephen HensonCode tidy, certificate extension decode can be done...
2010-04-01 Nick KewProxy balancer: support setting error status according to
2010-04-01 Stephen HensonFree surrounding PKCS7 structure to avoid a leak.
2010-03-30 Ruediger Pluem* Fix compiler warning on 64 bit environments
2010-03-29 Stefan FritschDisable body timeout for CONNECT requests
2010-03-28 Stefan FritschCreate new files with APR_OS_DEFAULT permissions.
2010-03-27 Graham LeggettMake sure we respect the proper pool lifetimes when...
2010-03-23 Ruediger Pluem* Silence compiler warning
2010-03-23 Ruediger Pluem* sc->fips is only defined if we have HAVE_FIPS
2010-03-22 William A. Rowe JrFix BOOL fips handling for UNSET values, and hack a...
2010-03-22 William A. Rowe JrSurely we meant to use the right data type for a stream?
2010-03-22 William A. Rowe JrIntroduce SSLFIPS directive to support OpenSSL FIPS_mod...
2010-03-21 Graham Leggettmod_proxy: Tone down a warning message that appears...
2010-03-17 Stefan FritschIf the client disconnects and the backend continues...
2010-03-17 Stefan FritschCorrectly handle the case where apr_brigade_partition...
2010-03-16 Jim JagielskiAlign "hidden" function names with external... picky...
2010-03-15 Stefan Fritschget the socket with ap_get_module_config instead of...
2010-03-15 Stefan Fritschcore: shorten the wait time in ap_lingering_close(...
2010-03-12 Stefan FritschAlso extend the timeout if have_lf_or_eos() returned...
2010-03-10 Stefan Fritsch- Enforce request timeout even for AP_MODE_GETLINE.
2010-03-10 Stefan FritschMove initialization to process_connection hook, right...
2010-03-10 Stefan Fritschlog remote server port in various places
2010-03-05 William A. Rowe JrPrevent future developers from being as easily confused...
2010-03-05 Jeff Trawickrevert r918671; these four functions don't need to be
2010-03-03 Jeff Trawickfollow up to r918665:
2010-03-03 Jeff Trawickfix these warnings:
2010-03-03 Jeff Trawickfix these warnings (and presumably a similar one in...
2010-03-03 Jeff Trawickfix this warning:
2010-03-03 Jeff Trawickfix this error:
2010-03-03 Jeff Trawickuse separate #error message when APR[-Util] is of a...
2010-03-02 William A. Rowe JrSECURITY: CVE-2010-0408 (cve.mitre.org)
2010-03-02 William A. Rowe JrSECURITY: CVE-2010-0425 (cve.mitre.org)
2010-03-01 William A. Rowe Jrin preparation of fixing 2.2 branch, change again,...
2010-02-26 Jeff Trawickbuild mod_reqtimeout on Windows
2010-02-26 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureR...
2010-02-26 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2010-02-24 Eric Covenermake some sense of the difference between "Client"...
2010-02-23 Nick Kewmod_negotiation: Preserve query string over multiviews...
2010-02-23 Eric Covenermod_ldap: Eliminate a potential crash with multiple...
2010-02-20 Nick Kewmod_proxy_http: get the headers right in a HEAD request...
2010-02-18 Ruediger Pluem* Silence compiler warning
2010-02-18 Ruediger Pluem* Really regard the operation a success, when the clien...
2010-02-15 Graham LeggettAdd missing headers, remove unused variable.
2010-02-15 Stefan FritschCorrectly handle the case where apr_brigade_partition...
2010-02-15 Guenter Knaufadded NetWare makefile for mod_reflector.
2010-02-15 Graham LeggettFix cut and paste fooness, this is not the default...
2010-02-14 Rainer JungHandle the pathological case of a connect
2010-02-14 Rainer JungWe need to copy the forward proxy data, because it
2010-02-14 Rainer JungLimit sscanf format to the number of chars actually
next