summaryrefslogtreecommitdiff
path: root/modules/metadata/mod_env.c
Commit message (Expand)AuthorAgeFilesLines
* Remove empty line.Christophe Jaillet2017-05-221-1/+0
* When processing a 'SetEnv' directive, warn if the environment variable name i...Christophe Jaillet2017-05-191-0/+11
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Use 'apr_is_empty_table()' instead of testing against 'apr_table_elts(...)->n...Christophe Jaillet2012-12-101-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-1/+1
* Simplify the initialisation before mod_env's fixup.Graham Leggett2010-10-191-4/+4
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-4/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Fix a problem with the display of empty variables ("SetEnv foo") inJeff Trawick2003-11-211-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Fix a null pointer dereference in the merge_env_dir_configs function ofPaul J. Reder2002-08-241-6/+10
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* This patch changes the apr_table_elts macro so that it providesIan Holsman2001-11-111-4/+4
* Simplified mod_env's directives to behave as most directives areWilliam A. Rowe Jr2001-10-211-114/+47
* fix part of PR #7528Doug MacEachern2001-08-231-0/+8
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-20/+21
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) continued header revampingGreg Stein2001-02-101-3/+7
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-2/+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-23/+23
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* More command handler updates.Ben Laurie2000-06-171-14/+15
* PR:William A. Rowe Jr2000-05-271-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
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-0/+3
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-181-0/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-13/+13
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-13/+9
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+270