index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make module loading error messages more informative
Ian Holsman
2002-08-19
1
-1
/
+3
*
Renames Pending:
Ian Holsman
2002-07-06
1
-8
/
+8
*
Add a filter_init function to the filters so that a filter can execute
Justin Erenkrantz
2002-06-28
1
-0
/
+27
*
Solve the 80/20 by initializing and storing server_rec->timeout and
William A. Rowe Jr
2002-06-13
1
-2
/
+2
*
A few noops (at the moment.) Prepare for stuffing the directive into
William A. Rowe Jr
2002-05-20
1
-3
/
+8
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-14
/
+14
*
Add a new parameter to the quick_handler hook to instruct
Bill Stoddard
2002-03-27
1
-2
/
+2
*
Eliminate potential ap_server_root_relative segfaults, with the input
William A. Rowe Jr
2002-03-16
1
-3
/
+16
*
Since noone seemed to have a real problem with it, change !! to
Sander Striker
2002-03-15
1
-1
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Sander's Stylistic Submission
Ian Holsman
2002-03-05
1
-548
/
+625
*
The pre_config hook now takes a return value. This allows modules to
Aaron Bannert
2002-01-29
1
-2
/
+2
*
Making sure that the global variables have been initialized to avoid linker
Bradley Nicholes
2002-01-03
1
-4
/
+4
*
Removed a large (8KB) buffer from the stack in ap_invoke_handler()
Brian Pane
2001-12-26
1
-5
/
+4
*
Move the insert_filter hook from the prepare request phase to the
William A. Rowe Jr
2001-12-14
1
-0
/
+10
*
Clean up GNU compiler issues on NetWare
Bradley Nicholes
2001-12-11
1
-2
/
+2
*
change open_logs hook to return a value, allowing you to flag a error
Ian Holsman
2001-11-24
1
-2
/
+2
*
Modify post_config hook so that it can return a error,
Ian Holsman
2001-11-23
1
-4
/
+4
*
restructured the conditional logic in ap_merge_per_dir_configs() for faster e...
Brian Pane
2001-11-23
1
-5
/
+11
*
Great badness - not a good idea to return OK when you don't modify the
William A. Rowe Jr
2001-10-07
1
-3
/
+2
*
AFAICT, we have never created server configs of _all_ modules for _all_
William A. Rowe Jr
2001-09-21
1
-1
/
+1
*
Overhauled ap_server_root_relative, so that it now changes any path
William A. Rowe Jr
2001-08-23
1
-20
/
+22
*
Fix the new method code. We need to cast 1 to an apr_int64_t or it will
Ryan Bloom
2001-08-11
1
-1
/
+1
*
Provide an ap_set_deprecated() fn for quick-and-dirty 'we don't do this'
William A. Rowe Jr
2001-08-03
1
-1
/
+9
*
Add the ability to extend the methods that Apache understands
Ryan Bloom
2001-08-02
1
-18
/
+6
*
Having gone through and expnaded out the hook macro it seemed a waste
David Reid
2001-07-04
1
-8
/
+60
*
Cleanup the reporting of incorrect end tags for container directives.
Ryan Bloom
2001-05-12
1
-0
/
+7
*
More changes based on Ian's patch.
Victor J. Orlikowski
2001-05-11
1
-6
/
+8
*
Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types of
Chuck Murcko
2001-05-11
1
-1
/
+1
*
struct_ptr is a void*. The Windows compiler doesn't like it when you try
Bill Stoddard
2001-04-20
1
-1
/
+1
*
Add ap_set_int_slot() function
Doug MacEachern
2001-04-20
1
-0
/
+19
*
Add more options to the ap_mpm_query function. This also allows MPMs to
Ryan Bloom
2001-04-13
1
-0
/
+5
*
Small docco fix.
Victor J. Orlikowski
2001-04-11
1
-1
/
+1
*
Fix segfaults for configuration file syntax errors such as
Jeff Trawick
2001-04-02
1
-0
/
+2
*
Performance: Add quick_handler hook. This hook is called at the
Bill Stoddard
2001-03-27
1
-0
/
+3
*
top_module global variable renamed to ap_top_module
Doug MacEachern
2001-03-26
1
-14
/
+14
*
Report unbounded containers in the config file. Previously, a typo
Jeff Trawick
2001-03-06
1
-3
/
+9
*
Use a proper prototype for ap_show_directives() and ap_show_modules() so
Jeff Trawick
2001-03-03
1
-2
/
+2
*
Clean up namespace badness with s/configfile_t/ap_configfile_t/
William A. Rowe Jr
2001-02-25
1
-2
/
+2
*
remove ap_{post_config,child_init}_hook
Doug MacEachern
2001-02-23
1
-13
/
+0
*
avoid c++ keywords
Doug MacEachern
2001-02-22
1
-2
/
+2
*
- more ap_conf_vector_t fixup.
Greg Stein
2001-02-18
1
-17
/
+28
*
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
Greg Stein
2001-02-18
1
-47
/
+41
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
*) continued header revamping
Greg Stein
2001-02-10
1
-9
/
+4
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-6
/
+6
*
back out recent breakage. If the lstat isn't executed, finfo isn't
Greg Ames
2001-01-29
1
-3
/
+3
*
Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfo
William A. Rowe Jr
2001-01-27
1
-4
/
+4
*
Add support for type-safe optional functions.
Ben Laurie
2001-01-27
1
-0
/
+3
*
The current hooking module is _not_ a debugging aid.
Ben Laurie
2001-01-24
1
-1
/
+1
[next]