summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_setenvif.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extend the SetEnvIf directive to capture subexpressions of theAndré Malo2003-02-141-4/+16
* style issues. no code changes.André Malo2003-02-121-11/+16
* finished that boring job:André Malo2003-02-031-1/+1
* Fix for BrowserMatchNoCase, which was incorrectly treating non-regexBrian Pane2002-11-301-1/+1
* Add a SERVER_ADDR keyword to match the CGI environment variable,Ken Coar2002-11-121-1/+10
* DetabbifyBill Stoddard2002-11-041-89/+87
* Fixed a segfaultBrian Pane2002-05-101-1/+1
* fix a build failure with some non-gcc compilers...Jeff Trawick2002-05-101-1/+1
* Performance fix: When a BrowserMatch or SetEnvIf pattern doesn'tBrian Pane2002-05-101-8/+84
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* two performance improvements:Doug MacEachern2001-11-221-3/+4
* This patch changes the apr_table_elts macro so that it providesIan Holsman2001-11-111-5/+5
* Extend mod_setenvif to support specifying regular expressionsBill Stoddard2001-06-121-3/+9
* Enable SetEnvIf to handle taking a regex on the header name (SPECIAL_NOT case).Bill Stoddard2001-06-091-5/+52
* icase is intialized as the result of an (a == b) expression, it makesWilliam A. Rowe Jr2001-04-101-1/+1
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-1/+1
* toss ENUM_BITFIELD. used in one place (but didn't need to be used), and itGreg Stein2001-02-241-5/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) continued header revampingGreg Stein2001-02-101-3/+6
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-4/+4
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-2/+2
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Make handlers use hooks.Ben Laurie2001-01-071-1/+0
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-29/+29
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* Use the new command-handler initializer macros in a few more modules,Jeff Trawick2000-06-181-8/+8
* Bring forward a change from 1.3 (the ability to use SetEnvIf*Ken Coar2000-06-061-18/+64
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+35
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-1/+1
* Fix compile breaks on Windows.Bill Stoddard2000-01-231-0/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-8/+8
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-13/+9
* user and ap_auth_type fields were moved from connection_rec to request_recRoy T. Fielding1999-08-261-1/+1
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+423