index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
http_config.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-47
/
+47
*
Finish the http_config.h documentation. :-)
Ryan Bloom
2000-07-30
1
-13
/
+178
*
Add more of the comments to http_config.h. This is a horrible job by the
Ryan Bloom
2000-07-30
1
-16
/
+234
*
Fix a couple of apparent typos.
Manoj Kasichainula
2000-07-30
1
-2
/
+2
*
Begin to document http_config.h. This documents most (if not all) of the
Ryan Bloom
2000-07-29
1
-94
/
+178
*
Fix a small typo. TAKE3 directives really do need to take all 3 arguments.
Ryan Bloom
2000-07-28
1
-2
/
+2
*
Add the macro for AP_INIT_TAKE3 directives. I am assuming this was left
Ryan Bloom
2000-07-28
1
-0
/
+4
*
Back out some changes that weren't supposed to be in my last commit.
Ryan Bloom
2000-07-26
1
-6
/
+0
*
Remove all of the ap_is* functions from Apache. They were already in APR,
Ryan Bloom
2000-07-26
1
-0
/
+6
*
blast the old names for the status codes
Greg Stein
2000-06-24
1
-2
/
+3
*
Use the new command-handler initializer macros in mod_auth;
Jeff Trawick
2000-06-18
1
-2
/
+2
*
Provide some more missing initializer macros for when AP_DEBUG isn't
Jeff Trawick
2000-06-18
1
-0
/
+4
*
More command handlers.
Ben Laurie
2000-06-17
1
-1
/
+4
*
More command handler updates.
Ben Laurie
2000-06-17
1
-0
/
+2
*
Fill in missing implementations of AP_INIT_whatever for when
Jeff Trawick
2000-06-17
1
-0
/
+20
*
Command handler revamp. Note that this makes the code produce a LOT of
Ben Laurie
2000-06-17
1
-4
/
+53
*
Fix a couple of problems with the pre/post config processing changes:
Jeff Trawick
2000-06-12
1
-0
/
+1
*
PR:
William A. Rowe Jr
2000-06-06
1
-2
/
+2
*
Modify the config order so that we read the config, process all EXEC_ON_READ
Ryan Bloom
2000-06-03
1
-2
/
+6
*
Add pre_config hooks back in for all modules. This is important for the
Ryan Bloom
2000-06-02
1
-5
/
+4
*
We now report the correct line number for syntax errors in config
Jeff Trawick
2000-05-30
1
-0
/
+1
*
PR:
William A. Rowe Jr
2000-05-28
1
-11
/
+14
*
PR:
William A. Rowe Jr
2000-05-28
1
-4
/
+4
*
PR:
William A. Rowe Jr
2000-05-28
1
-2
/
+2
*
William A. Rowe Jr
2000-05-27
1
-0
/
+3
*
William A. Rowe Jr
2000-05-27
1
-6
/
+6
*
Move prototype of ap_hook_deregister_all to where it belongs.
Roy T. Fielding
2000-05-18
1
-1
/
+0
*
William A. Rowe Jr
2000-05-17
1
-0
/
+1
*
Commit the EXEC_ON_READ changes. This allows modules to hook into the
Ryan Bloom
2000-05-15
1
-11
/
+19
*
add AP_ prefix to *HOOK* macros
Doug MacEachern
2000-04-26
1
-4
/
+4
*
drop the "container" param from ap_walk_config(). callers should simply
Greg Stein
2000-04-24
1
-1
/
+2
*
clean up cmd_parms: config_file is no longer valid; end_token is bogus;
Greg Stein
2000-04-24
1
-3
/
+34
*
handle error messages during building and processing of the configuration.
Greg Stein
2000-04-24
1
-2
/
+3
*
Parse the config tree, instead of the config file. This is a first step there
Ryan Bloom
2000-04-23
1
-1
/
+3
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-22
/
+22
*
more namespace cleanup
dgaudet
2000-04-14
1
-0
/
+1
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-33
/
+34
*
Fix the warnings associated with the pre_config patch.
Ryan Bloom
2000-03-30
1
-1
/
+1
*
Put the pre_config hook back into the table. This solves the problem of
Ryan Bloom
2000-03-30
1
-2
/
+10
*
Clear hook registrations between reads of the config file.
Allan K. Edwards
2000-03-23
1
-0
/
+2
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
Well this was thought provoking.
Ben Hyde
1999-10-07
1
-1
/
+1
*
Add process_rec to the top of {server,connection,request}_rec
Ben Hyde
1999-10-07
1
-1
/
+1
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-21
/
+21
*
Start to implement module-defined hooks that are a) fast and b) typesafe.
Roy T. Fielding
1999-08-26
1
-69
/
+29
*
Rearchitect the mess in http_main.c, http_core.c and buff.c.
Roy T. Fielding
1999-08-26
1
-2
/
+8
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+414