]> granicus.if.org Git - apache/history - modules
Make apachectl -h aware of status, fullstatus, and configtest.
[apache] / modules /
2012-01-31 Stefan FritschRevert r1202255 to restore same behavior as in 2.4:
2012-01-31 Rainer JungFix copy&paste error in comment.
2012-01-26 Jim Jagielskihttps also needs QS
2012-01-21 Stefan FritschMore configure time dependencies:
2012-01-20 Stefan FritschMake APACHE_MODULE() accept an optional prerequisite...
2012-01-19 Jeff TrawickAdjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
2012-01-15 Jeff Trawickfix const warning with strchr->ap_strchr mapping
2012-01-15 Jeff Trawickremove unused function
2012-01-13 Eric Covenerwhitespace only: shift a block refactored in r1231255...
2012-01-13 Eric Covener *) mod_authnz_ldap: Don't try a potentially expensive...
2012-01-08 Kaspar Brandfix signedness issue with SSL_X509_NAME_to_string(...
2012-01-08 Jim Jagielskioptimize this... Do strlen() ONLY if we need to check
2012-01-05 William A. Rowe JrCure size_t abuse, curse some recent code [recommit...
2012-01-05 William A. Rowe JrRevert a whole mess that was not ment to be committed
2012-01-05 William A. Rowe JrCure size_t abuse, curse some recent code
2012-01-05 Eric CovenerUpdate the comment and checks around address/connection...
2012-01-05 Eric Covenerrestore the generic proxy workers to not being address...
2012-01-02 Stefan FritschAdd a bit of debug logging
2011-12-30 Stefan FritschDisplay registered providers
2011-12-30 Stefan FritschSort list of modules
2011-12-30 Stefan FritschDisplay all those shiny new hooks that we have in 2.4
2011-12-30 Kaspar BrandFix another case of #ifdef-within-a-macro (which was...
2011-12-29 Stefan FritschDon't use #ifdef inside macro calls
2011-12-28 Stefan FritschSECURITY: CVE-2012-0021 (cve.mitre.org)
2011-12-24 Kaspar Brandadd missing #ifdef in ssl_cmd_protocol_parse (should...
2011-12-24 Kaspar BrandSSLProtocol: allow explicit control of TLSv1.1 and...
2011-12-24 Kaspar BrandSet OPENSSL_NO_SSL_INTERN when compiling against OpenSS...
2011-12-24 Kaspar BrandREMOTE_ADDR is now r->useragent_ip, which is not/never...
2011-12-22 Graham Leggettmod_mime: Don't arbitrarily bypass AddOutputFilter...
2011-12-21 Graham Leggettmod_policy: Add a new testing module to help server...
2011-12-20 Guenter KnaufAdded mod_firehose and firehose to NetWare build.
2011-12-20 Guenter KnaufSome cosmetic NetWare makefile tweaks.
2011-12-20 Guenter KnaufMake mod_lua compile with lua 5.2.x.
2011-12-18 Stefan FritschVarious code cleanup to avoid compiler, cppcheck, or...
2011-12-18 Stefan FritschAvoid segfault if url->hostname is NULL and filter...
2011-12-18 Stefan Fritschremove some dead code
2011-12-18 Graham Leggettmod_firehose: Ensure directives are defined global...
2011-12-18 Graham Leggettmod_firehose: Support portable non blocking support...
2011-12-17 Graham LeggettRemove unused variable.
2011-12-17 Graham LeggettFix the test for APR_HAVE_SYS_SYSLIMITS_H.
2011-12-17 Graham Leggettmod_firehose: Add a new debugging module able to record...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-12 Kaspar Brandlogging adjustments:
2011-12-12 Jeff TrawickdefinAtely
2011-12-12 Kaspar BrandStreamline TLS session ticket key handling (added in...
2011-12-07 Stefan FritschVarious fixes for log message tags:
2011-12-07 Stefan FritschRemove usage of APLOG_NOERRNO. It has been a no-op...
2011-12-07 Stefan FritschRemove unused variable
2011-12-07 Joe Orton* modules/: More doxy group fixes.
2011-12-07 Guenter KnaufRemoved some proxy imports from NetWare build.
2011-12-07 Guenter KnaufRemoved import file since now dynamically generated.
2011-12-07 Kaspar BrandAdjust the OpenSSL session id context for SNI configura...
2011-12-06 Guenter KnaufNetWare build fixes.
2011-12-06 Graham Leggettmod_cache: Remove dead code from the legacy mod_mem_cac...
2011-12-05 Mladen TurkNo need for process.h system include since we don't...
2011-12-05 Mladen TurkAxe check for second post config call. New ap_state_que...
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-04 Graham Leggettmod_slotmem_shm: Remove the colon syntax to indicate...
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-04 Stefan FritschChange the provider names to match the module names:
2011-12-04 Stefan FritschMore pointers to mod_socache*
2011-12-04 Rainer JungPartially revert r1203859: use a fixed string
2011-12-04 Stefan FritschPoint to mod_socache_* in the SSLSessionCache error...
2011-12-03 Graham Leggettmod_proxy: Remove dead code ap_proxy_table_unmerge().
2011-12-03 Graham Leggettmod_proxy: Move ap_proxy_strmatch_path and ap_proxy_str...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_make_fake_req() from the...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_make_fake_req() from the...
2011-12-03 Graham Leggettmod_proxy: Remove dead PROXY_OPTIONAL_HOOK macro.
2011-12-03 Graham Leggettmod_proxy: Remove dead code.
2011-12-03 Graham Leggettmod_proxy: Make the ap_proxy_is* functions private.
2011-12-03 Graham Leggettmod_proxy: Make sure we populate the client IP from...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_date_canon() from the public...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_buckets_lifetime_transform...
2011-12-03 Graham Leggettmod_cache: Remove ap_cache_liststr(), it duplicates...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_liststr(), it duplicates...
2011-12-02 Graham Leggettmod_proxy: Move ap_proxy_string_read() out of the publi...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Graham Leggettmod_proxy: Make ap_proxy_retry_worker() into an optiona...
2011-12-02 Stefan FritschFix apr_status_t being passed as loglevel
2011-12-02 Graham Leggettmod_auth_form: Use apr_status_t for the mod_session...
2011-12-02 Graham Leggettmod_session_dbd: Use apr_status_t as a return code...
2011-12-02 Graham Leggettmod_session: Use apr_status_t as a return code across...
2011-12-02 Stefan FritschFix segfault with Solaris LDAP SDK when enabling ldaps.
2011-12-02 Graham Leggettmod_session_crypto: Fix a pool lifetime problem when...
2011-12-02 Joe OrtonFix for additional cases of URL rewriting with ProxyPas...
2011-12-01 Graham Leggettmod_rewrite: Add the AllowNoSlash RewriteOption, which...
2011-12-01 Jim JagielskiUse 2 sep hashing functions to account for collisions...
2011-11-30 Stefan FritschRemove some getpid() logging, this is now also included...
2011-11-30 Graham Leggettmod_cache: Apply the API change that allows future...
2011-11-30 Stefan FritschRemove some more now redundant log prefixes
2011-11-30 Guenter KnaufAdded missing proxy import to Netware build.
2011-11-30 Guenter KnaufFixed compilation for non-*nix platforms.
2011-11-30 Graham Leggettmod_session_crypto: Add a SessionCryptoPassphraseFile...
2011-11-30 Jim Jagielskiuse a style sheet... ideally we would pull one off...
2011-11-29 Stefan FritschRemove more log message prefixes that are now redundant...
2011-11-29 Graham Leggettmod_dbd: The dbd_prepared_init() function reported...
2011-11-29 Jim JagielskiEnsure casing doesn't matter... (we know balancer-...
2011-11-29 Jim JagielskiSome optimization... we have a hash, use it. Quicker...
2011-11-29 Jim Jagielskiwhitespace
next