/[Apache-SVN]/httpd/httpd/trunk/include/util_cfgtree.h
ViewVC logotype

Log of /httpd/httpd/trunk/include/util_cfgtree.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 832442 - (view) (annotate) - [select for diffs]
Modified Tue Nov 3 14:59:24 2009 UTC (3 weeks, 1 day ago) by poirier
File length: 2879 byte(s)
Diff to previous 553013 (colored)
Fix remaining doxygen warnings.  "make dox" is now clean with doxygen
version 1.5.8.

PR: 48093
Submitted by: Brad Hards
Reviewed by: poirier

Revision 553013 - (view) (annotate) - [select for diffs]
Modified Tue Jul 3 23:02:32 2007 UTC (2 years, 4 months ago) by sctemme
File length: 2912 byte(s)
Diff to previous 535169 (colored)
Use correct Doxygen keywords for functions and variables.  TODO: figure out whether those keywords are actually necessary.  HTML-ify some documentation comments for benefit of Doxygen.

Revision 535169 - (view) (annotate) - [select for diffs]
Modified Fri May 4 11:11:26 2007 UTC (2 years, 6 months ago) by rpluem
File length: 3025 byte(s)
Diff to previous 420983 (colored)
* Add extern "C" linkage to several headers to make it easier to use
  them in C++ code.

PR: 42286
Submitted by: Davi Arnaut <davi haxent.com.br>
Reviewed by: rpluem

Revision 420983 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:33:53 2006 UTC (3 years, 4 months ago) by fielding
File length: 2956 byte(s)
Diff to previous 395228 (colored)
update license header text

Revision 395228 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:11:27 2006 UTC (3 years, 7 months ago) by colm
File length: 2809 byte(s)
Diff to previous 263931 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 263931 - (view) (annotate) - [select for diffs]
Modified Sun Aug 28 23:03:59 2005 UTC (4 years, 2 months ago) by ianh
File length: 2809 byte(s)
Diff to previous 151408 (colored)
Doxygen fixup / cleanup

submited by: Neale Ranns neale ranns.org
reviewed by: Ian Holsman


Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
File length: 2664 byte(s)
Diff to previous 106103 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 2628 byte(s)
Diff to previous 102619 (colored)
general property cleanup

Revision 102619 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:40:53 2004 UTC (5 years, 9 months ago) by nd
File length: 2628 byte(s)
Diff to previous 102525 (colored)
fix name of The Apache Software Foundation

Revision 102525 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 22:58:42 2004 UTC (5 years, 9 months ago) by nd
File length: 2624 byte(s)
Diff to previous 102135 (colored)
apply Apache License, Version 2.0

Revision 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
File length: 4650 byte(s)
Diff to previous 98573 (colored)
update license to 2004.

Revision 98573 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 17:53:28 2003 UTC (6 years, 9 months ago) by nd
File length: 4650 byte(s)
Diff to previous 93918 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 93918 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 20:48:07 2002 UTC (7 years, 8 months ago) by fielding
File length: 4650 byte(s)
Diff to previous 88184 (colored)
Update our copyright for this year.

Revision 88184 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 04:26:53 2001 UTC (8 years, 9 months ago) by fielding
File length: 4650 byte(s)
Diff to previous 87733 (colored)
Update copyright to 2001

Revision 87733 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 13:22:49 2001 UTC (8 years, 10 months ago) by wrowe
File length: 4645 byte(s)
Diff to previous 86950 (colored)
  Normalize the use of AP_DECLARE_DATA

Revision 86950 - (view) (annotate) - [select for diffs]
Modified Tue Nov 14 02:30:35 2000 UTC (9 years ago) by trawick
File length: 4645 byte(s)
Diff to previous 86948 (colored)
Include ap_config.h to get the definition of AP_DECLARE_DATA.

Revision 86948 - (view) (annotate) - [select for diffs]
Modified Tue Nov 14 01:55:26 2000 UTC (9 years ago) by rbb
File length: 4621 byte(s)
Diff to previous 86006 (colored)
Port mod_info to 2.0.  This is basically a complete re-write to use the
config tree instead of re-reading the config file.  As a part of this
change, the config tree needs to be exposed to modules as ap_conftree.
Submitted by:	Ryan Morgan <rmorgan@covalent.net>
Reviewed by:	Ryan Bloom

Revision 86006 - (view) (annotate) - [select for diffs]
Modified Sun Aug 6 04:23:39 2000 UTC (9 years, 3 months ago) by rbb
File length: 4486 byte(s)
Diff to previous 85024 (colored)
Document util_cfgtree using ScanDoc

Revision 85024 - (view) (annotate) - [select for diffs]
Modified Mon Apr 24 12:00:43 2000 UTC (9 years, 7 months ago) by gstein
File length: 3223 byte(s)
Diff to previous 84949 (colored)
clean up cmd_parms: config_file is no longer valid; end_token is bogus;
    add directive.
move configfile_t and functions from httpd.h to http_config.h
new signature for ap_build_config() (since config_file removed from cmd_parms)
add "data" to ap_directive_t for future use by modules. add filename.
syntax checking for section-close directives: a section-open must exist,
    the section-close must be </FOO>, and the open/close must match.
    the file as a whole must be properly balanced (issue errors for each
    unmatched section-open).
</FOO> command_rec structures are obsolete. Remove from http_core.c.
do not store </FOO> directives in the config tree.
clean out section-close logic from http_core.c (and old, related comments)
<Limit> and <LimitExcept> must walk their children.
new mechanism in ap_check_cmd_context() for testing enclosure in a
    Directory/Location/File: find_parent()
<IfModule> and <IfDefine> must pass cmd->context when walking the children
several places: we had a walk followed by ap_get_module_config(). that
    assumed the walk would create a config that we could fetch, which is not
    true -- it is possible that the children are all from other modules
    (e.g. the <Files> section in httpd.conf-dist has no "core" directives).
    using ap_set_config_vectors() ensures we get a structure, and it returns
    it to us.
    [ note: when we had </Directory> (and friends) in the tree, the config
      would get created; removing the directive removed the config; this
      was a bitch to track down :-) ]

Revision 84949 - (view) (annotate) - [select for diffs]
Added Wed Apr 12 21:57:48 2000 UTC (9 years, 7 months ago) by rbb
File length: 3056 byte(s)
First step to getting configuration modules working.  This step creates
a tree, but does not use the tree for anything.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2