]> granicus.if.org Git - apache/history - modules
Added http_config.h to make APLOG_USE_MODULE macro visible.
[apache] / modules /
2010-07-18 Guenter KnaufAdded casts to make strict compilers happy.
2010-07-18 Guenter Knauffixed const for d2i_ASN1_type_bytes() usage.
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-07-14 Jim JagielskiAllow for modules to keep track of worker slot
2010-07-13 Stefan Fritsch- add some trace logging
2010-07-11 Eric Covenerwhitespace only
2010-07-11 Stefan FritschImprove trace logging of sent response:
2010-07-11 Jeff Trawickfollow up to r930125
2010-07-06 Stefan FritschFix segfault
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-07-03 Rainer JungRemove superfluous EOL from mod_rewrite logging.
2010-07-03 Rainer JungAllow to set environment variables using mod_rewrite...
2010-07-02 William A. Rowe JrClean iterator call syntax
2010-07-02 William A. Rowe JrFix nasty dbm bug that wasn't expiring records; time...
2010-07-02 William A. Rowe JrClean shmcb iterator call syntax and return value
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-30 Nick Kewauthn_socache: if loaded but not configured to do anything,
2010-06-30 Nick KewExtra robustness check: don't segfault if no socache...
2010-06-26 Stefan FritschStop compressing if we are doing a HEAD request and...
2010-06-26 William A. Rowe JrIntroduce an socache iterator 'userctx' for the user...
2010-06-25 William A. Rowe JrFurther normalize initalization stanzas
2010-06-25 William A. Rowe JrC99 is not a requirement, fix style violation niq refus...
2010-06-25 William A. Rowe JrIterator implementations welcome, although mod_socache_...
2010-06-25 William A. Rowe JrTally replacements seperately from new-stores. Of...
2010-06-25 Nick KewDisallow setting cache context in .htaccess, lest it...
2010-06-23 Nick KewFix return values from socache modules when a key is...
2010-06-23 Nick Kewexpiry is a time, not an interval
2010-06-23 Nick KewName change: fix incompleteness of r957089
2010-06-23 Nick KewName change: calling it mod_authn_cache could get confu...
2010-06-22 Nick KewEnable authn_cache in the main easy-to-do authn provide...
2010-06-22 Nick KewNew module: mod_authn_cache
2010-06-22 Brian HavardOS/2 build fix:
2010-06-22 Brian HavardOS/2: Fix building of more modules that depend on symbo...
2010-06-20 Stefan FritschDon't apr_pstrdup in ap_auth_type(). It returns const...
2010-06-20 Stefan FritschFix authorization by user or IP/ENV/...
2010-06-20 Stefan Fritschwhitespace/indent fixes
2010-06-20 Stefan Fritschmore pid logging cleanup
2010-06-20 Stefan Fritsch- add some trace logging
2010-06-20 Stefan FritschMore trace logging
2010-06-19 Stefan Fritsch- Add reallyall option to configure to build everything...
2010-06-18 Ruediger Pluem* Ensure that we only return a non fatal error if the...
2010-06-14 Stefan FritschFix some compiler warnings:
2010-06-14 Stefan Fritsch- Introduce ap_log_cserror to allow mod_ssl to associat...
2010-06-13 Stefan FritschFix MPM event/libserf build problems: If libserf was...
2010-06-13 Stefan FritschAdd comment that using cur_unique_id.counter from all...
2010-06-11 Eric Covenermod_rewrite.c:447: warning: format not a string literal...
2010-06-10 Stefan FritschPrevent segfault if URI is missing a scheme
2010-06-10 Rainer JungUse APR_STATUS_IS_TIMEUP instead of direct compare...
2010-06-10 Ruediger Pluem* Use APR_STATUS_IS_TIMEUP instead of direct compare...
2010-06-10 Ruediger Pluem* Use APR_STATUS_IS_TIMEUP instead of direct compare...
2010-06-10 Rainer JungNo need for trailing semicolon after APR_DECLARE_EXTERN...
2010-06-10 William A. Rowe JrMop up more than a dozen const'ness faults
2010-06-10 William A. Rowe JrDrop ap_body_to_table due to missing constraints; a...
2010-06-08 Joe Orton* modules/http/http_request.c (internal_internal_redire...
2010-06-08 Graham Leggettmod_cache: Explicitly allow cache implementations to...
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
next