summaryrefslogtreecommitdiffstats
path: root/server/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make module loading error messages more informativeIan Holsman2002-08-191-1/+3
* Renames Pending:Ian Holsman2002-07-061-8/+8
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-0/+27
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-131-2/+2
* A few noops (at the moment.) Prepare for stuffing the directive intoWilliam A. Rowe Jr2002-05-201-3/+8
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-14/+14
* Add a new parameter to the quick_handler hook to instructBill Stoddard2002-03-271-2/+2
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-3/+16
* Since noone seemed to have a real problem with it, change !! toSander Striker2002-03-151-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Sander's Stylistic SubmissionIan Holsman2002-03-051-548/+625
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-291-2/+2
* Making sure that the global variables have been initialized to avoid linkerBradley Nicholes2002-01-031-4/+4
* Removed a large (8KB) buffer from the stack in ap_invoke_handler()Brian Pane2001-12-261-5/+4
* Move the insert_filter hook from the prepare request phase to theWilliam A. Rowe Jr2001-12-141-0/+10
* Clean up GNU compiler issues on NetWareBradley Nicholes2001-12-111-2/+2
* change open_logs hook to return a value, allowing you to flag a errorIan Holsman2001-11-241-2/+2
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-4/+4
* restructured the conditional logic in ap_merge_per_dir_configs() for faster e...Brian Pane2001-11-231-5/+11
* Great badness - not a good idea to return OK when you don't modify theWilliam A. Rowe Jr2001-10-071-3/+2
* AFAICT, we have never created server configs of _all_ modules for _all_William A. Rowe Jr2001-09-211-1/+1
* Overhauled ap_server_root_relative, so that it now changes any pathWilliam A. Rowe Jr2001-08-231-20/+22
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-1/+1
* Provide an ap_set_deprecated() fn for quick-and-dirty 'we don't do this'William A. Rowe Jr2001-08-031-1/+9
* Add the ability to extend the methods that Apache understandsRyan Bloom2001-08-021-18/+6
* Having gone through and expnaded out the hook macro it seemed a wasteDavid Reid2001-07-041-8/+60
* Cleanup the reporting of incorrect end tags for container directives.Ryan Bloom2001-05-121-0/+7
* More changes based on Ian's patch.Victor J. Orlikowski2001-05-111-6/+8
* Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types ofChuck Murcko2001-05-111-1/+1
* struct_ptr is a void*. The Windows compiler doesn't like it when you tryBill Stoddard2001-04-201-1/+1
* Add ap_set_int_slot() functionDoug MacEachern2001-04-201-0/+19
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-131-0/+5
* Small docco fix.Victor J. Orlikowski2001-04-111-1/+1
* Fix segfaults for configuration file syntax errors such asJeff Trawick2001-04-021-0/+2
* Performance: Add quick_handler hook. This hook is called at theBill Stoddard2001-03-271-0/+3
* top_module global variable renamed to ap_top_moduleDoug MacEachern2001-03-261-14/+14
* Report unbounded containers in the config file. Previously, a typoJeff Trawick2001-03-061-3/+9
* Use a proper prototype for ap_show_directives() and ap_show_modules() soJeff Trawick2001-03-031-2/+2
* Clean up namespace badness with s/configfile_t/ap_configfile_t/William A. Rowe Jr2001-02-251-2/+2
* remove ap_{post_config,child_init}_hookDoug MacEachern2001-02-231-13/+0
* avoid c++ keywordsDoug MacEachern2001-02-221-2/+2
* - more ap_conf_vector_t fixup.Greg Stein2001-02-181-17/+28
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-47/+41
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) continued header revampingGreg Stein2001-02-101-9/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-6/+6
* back out recent breakage. If the lstat isn't executed, finfo isn'tGreg Ames2001-01-291-3/+3
* Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfoWilliam A. Rowe Jr2001-01-271-4/+4
* Add support for type-safe optional functions.Ben Laurie2001-01-271-0/+3
* The current hooking module is _not_ a debugging aid.Ben Laurie2001-01-241-1/+1