]> granicus.if.org Git - apache/history - modules/metadata/mod_setenvif.c
Compile the regex used by is_header_regex() only once during startup
[apache] / modules / metadata / mod_setenvif.c
2012-05-27 Stefan FritschCompile the regex used by is_header_regex() only once...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
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-07 Stefan FritschMore ap_pregsub error checking/logging
2011-10-10 Stefan FritschRemove OID match which was never in a GA releas and...
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-01-17 Stefan FritschFix segfault for loglevel >= trace2
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 FritschAdd SetEnvIfExpr directive to set env var depending...
2010-11-09 Stefan Fritschuse temp_pool for some temporary regexps
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-18 Jean-Frederic ClereC++ comments are not supported by some compilers ...
2005-09-18 David ReidCatch up with the changes to mod_ssl and rename the
2005-07-25 Joe Orton* modules/metadata/mod_setenvif.c: Unconditionally...
2005-07-22 Martin KraemerAllow extraction of the values of SSL certificate exten...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-04-10 André MaloFix a bunch of cases where the return code of the regex...
2004-02-21 André Maloremove support for Remote_User variable, which never...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-28 André Malocatch another edge case
2004-01-01 André Maloupdate license to 2004.
2003-11-02 André Malofix optimizer to not throw away a regex if it stumbles...
2003-10-24 Sander StrikerFold in the CAN-2003-0542 regex patch.
2003-02-14 André MaloExtend the SetEnvIf directive to capture subexpressions...
2003-02-12 André Malostyle issues. no code changes.
2003-02-03 André Malofinished that boring job:
2002-11-30 Brian PaneFix for BrowserMatchNoCase, which was incorrectly treat...
2002-11-12 Ken Coar Add a SERVER_ADDR keyword to match the CGI environment...
2002-11-04 Bill StoddardDetabbify
2002-05-10 Brian PaneFixed a segfault
2002-05-10 Jeff Trawickfix a build failure with some non-gcc compilers...
2002-05-10 Brian PanePerformance fix: When a BrowserMatch or SetEnvIf patter...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2001-11-22 Doug MacEacherntwo performance improvements:
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-06-12 Bill StoddardExtend mod_setenvif to support specifying regular expre...
2001-06-09 Bill StoddardEnable SetEnvIf to handle taking a regex on the header...
2001-04-10 William A. Rowe Jr icase is intialized as the result of an (a == b)...
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-02-24 Greg Steintoss ENUM_BITFIELD. used in one place (but didn't need...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg Stein*) continued header revamping
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-07 Ben LaurieMake handlers use hooks.
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in a...
2000-06-06 Ken Coar Bring forward a change from 1.3 (the ability to use...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-23 Bill StoddardFix compile breaks on Windows.
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingStart to implement module-defined hooks that are a...
1999-08-26 Roy T. Fieldinguser and ap_auth_type fields were moved from connection...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.