]> granicus.if.org Git - apache/history - modules/metadata
mod_ssl: follow up to r1583191.
[apache] / modules / metadata /
2014-04-17 Mike RumphPrevent an external proxy from presenting an internal...
2014-04-03 Yann Ylavicmod_expires: don't add Expires header to error response...
2014-02-04 Mike RumphUse the correct IP addresses to populate the proxy_ips...
2014-02-03 Mike RumphCorrect the trusted proxy match test in mod_remoteip...
2013-12-18 Eric CovenerThis is annoying to see in a casual "LogLevel debug...
2013-12-15 Christophe JailletEase logic around 'ap_getword_conf' and drop useless...
2013-12-13 Christophe Jaillets/equivalant/equivalent/ in comments
2013-12-13 Christophe JailletRemove redundant check
2013-12-13 Christophe Jaillets/ip/IP/ in comments
2013-12-01 Eric CovenerIf the "value" argument is prefixed with expr=, parse...
2013-10-25 Daniel RuggeriAllow for format specifiers to be used in the base...
2013-09-08 Eric Coveneradd "Header note" which was the solution for two users...
2013-07-10 Joe Orton* modules/metadata/mod_unique_id.c: Replace use of...
2013-06-25 Eric Covenerprovide a simple (no <If>) way to set a header only...
2013-06-11 Christophe JailletReduce stack usage by 3k
2013-06-11 Christophe JailletAccording to comment in 'magic_rsl_add' and to the...
2013-06-09 Christophe JailletClose file in error path.
2013-04-24 Ruediger Pluem* Fix null pointer dereference in case SetEnvif and...
2013-03-31 Stefan FritschUse %pm available since apr 1.3 instead of an extra...
2013-03-03 Christophe JailletRemove useless tests.
2012-12-10 Christophe JailletUse 'apr_is_empty_table()' instead of testing against...
2012-11-09 Jim Jagielskiremove warning:
2012-09-24 Jim JagielskiMight as well show 'em all
2012-09-24 Jim JagielskiAllow for exposure of loadavg and server load via mod_h...
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-05-27 Stefan FritschCompile the regex used by is_header_regex() only once...
2012-03-24 Stefan FritschDowngrade log message about adjusted IP address to...
2011-12-18 Stefan FritschVarious code cleanup to avoid compiler, cppcheck, or...
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-07 Stefan FritschRemove usage of APLOG_NOERRNO. It has been a no-op...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-29 Stefan FritschRemove more log message prefixes that are now redundant...
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-18 Graham LeggettStyle fixes, no functional change.
2011-11-12 Rainer JungChange module sets and default activation status:
2011-11-09 Stefan FritschUse random value instead of remote IP address in cookie...
2011-11-07 Stefan FritschMore ap_pregsub error checking/logging
2011-11-07 Stefan FritschMore checks of ap_pregsub return values
2011-11-07 Stefan FritschCheck return value of ap_pregsub()
2011-11-04 Stefan FritschUnify syntax of config directives taking an expression...
2011-10-18 Stefan FritschReplace literal constant with AP_MAX_REG_MATCH
2011-10-18 Stefan FritschFix configuration of internal proxies
2011-10-10 Stefan FritschRemove OID match which was never in a GA releas and...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Stefan FritschFix issues found by PVS-Studio static analyzer:
2011-09-15 Stefan Fritschinitialize counter with random number
2011-08-06 Eric CovenerPR29755: mod_usertrack gets skipped when modules return...
2011-07-13 Stefan Fritschadjustments of build priorities of modules without...
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-01-17 Stefan FritschFix segfault for loglevel >= trace2
2010-12-29 Eric Covenerrevert r1031670:
2010-12-04 Stefan FritschRename ap_expr's typedef names:
2010-11-28 Stefan FritschFix SetEnvIfExpr to work with expressions that do not...
2010-11-27 Stefan FritschFix segfault on parse error
2010-11-21 Stefan FritschMore ap_expr updates:
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-20 Stefan FritschAdd SetEnvIfExpr directive to set env var depending...
2010-11-09 Stefan Fritschuse temp_pool for some temporary regexps
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-05 Eric CovenerChange the default of the Header directive to apply...
2010-11-05 Eric Covenerrename the mod_headers variables used to track onsucces...
2010-10-23 Stefan Fritschmore temp pool usage and remove some useless apr_pstrdup()s
2010-10-23 Stefan Fritschuse temp_pool for version parsing, to save some memory
2010-10-19 Graham LeggettSimplify the initialisation before mod_env's fixup.
2010-09-28 Stefan Fritschsave some memory by using cmd->temp_pool instead of...
2010-09-28 Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-08-30 Ruediger Pluem* - temp_sa is already the correct pointer
2010-08-30 Ruediger Pluem* temp_sa is already the correct pointer.
2010-08-06 Jeff Trawickaxe unexpected ';' after end of block
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-03 Stefan Fritschremove some useless use of strlen()
2010-07-31 Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2010-07-31 Stefan FritschUpdate docs and comment: the unique id is now 24 charac...
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-21 Nick KewFix omission in r894036 noted by rpluem.
2010-06-13 Stefan FritschAdd comment that using cur_unique_id.counter from all...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2010-05-19 Joe Orton* modules/metadata/mod_headers.c: Add a function pointe...
2010-01-21 William A. Rowe JrCorrectly align the behavior of headers_in to be consis...
2009-12-27 Nick Kewmod_headers: Enable multi-match-and-replace edit option
2009-12-26 Nick Kewmod_headers: align Header Edit with Header Set on Conte...
2009-12-10 Ruediger Pluem* Ensure that the new table values are allocated from...
2009-11-06 Sander TemmeRemove mod_unique_id from the default build.
2009-08-27 Nick Kewmod_headers: generalise the envclause to support condit...
2009-06-24 Guenter Knaufadded mod_remoteip to NetWare build.
2009-05-05 Jim Jagielskicomment change, no functional change
2009-04-29 Ruediger Pluem* Don't assign pointers to int's. This is a nightmare...
2009-04-23 William A. Rowe JrIntroduce mod_remoteip to trunk from httpd/sandbox...
2009-03-20 Rainer JungWhen trying to detect the content type of the
2009-03-20 Rainer JungSet the content encoding for compressed content
2009-03-20 Rainer JungCreating the external gzip process fails, because we
2009-03-20 Rainer JungCreation of external gzip process fails, if we
next