]> granicus.if.org Git - apache/history - modules/metadata
Avoid use of deprecated functions for OpenSSL version >= 1.0
[apache] / modules / metadata /
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
2009-03-20 Rainer JungWhitespace cleanup before doing other changes.
2009-02-12 Roy T. Fieldingmod_version needs to be compiled because the test frame...
2008-10-29 Jim JagielskiAvoid time traveling :)
2008-07-27 Issac GoldstandChange r->content_type when mod_headers sets the Conten...
2008-07-04 Ruediger Pluem* Prevent Header edit from processing only the first...
2008-04-06 William A. Rowe JrIf you study all of the directive implementations,...
2007-11-19 Ruediger Pluem* Convert request time to seconds before before storing...
2007-08-25 Nick Kewmod_expires - don't segfault on bad configuration.
2007-08-23 William A. Rowe JrSupress the warning for compilers which fold *end-...
2007-08-21 Chris Darrochadd merge option to avoid duplicate values within the...
2007-06-29 Joe Orton* modules/metadata/mod_mime_magic.c: Constify some...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-24 Ruediger Pluem* Fix a off-by-one error in parse_format_tag in the...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2006-12-25 Nick KewPR#36609 - permit % as the last character of a Header...
2006-10-03 Nick KewSupport regexp-based manipulation of HTTP headers
2006-10-02 Ruediger Pluem* Fix precedence problem.
2006-08-05 William A. Rowe Jr Observed by hunter - fix the cut n paste errors in...
2006-07-11 Roy T. Fieldingupdate license header text
next