summaryrefslogtreecommitdiffstats
path: root/server/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Accomodate the change to the apr_read_dir() arguments, and change allWilliam A. Rowe Jr2001-01-231-8/+7
* Remove AddModule and ClearModuleList. Neither directive really makesRyan Bloom2001-01-211-18/+0
* Add a call to apr_hook_deregister_all() in the clear_module_list function.Ryan Bloom2001-01-211-0/+2
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-1/+1
* The only symbol dropped, not counting regcomp regerror regexec regfreeWilliam A. Rowe Jr2001-01-191-1/+2
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-11/+11
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-17/+19
* get rid of some bogus uses of perror()Jeff Trawick2001-01-091-4/+7
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-091-7/+8
* Keep Greg happy.Ben Laurie2001-01-081-6/+6
* Strip trailing stuff from mime types.Ben Laurie2001-01-071-8/+8
* Make handlers use hooks.Ben Laurie2001-01-071-91/+12
* add pool parameter to ap_is_directory and ap_is_rdirectoryAllan K. Edwards2001-01-051-1/+1
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.Ryan Bloom2001-01-051-1/+1
* Generic hooks (and a demo content filter module).Ben Laurie2001-01-021-1/+1
* When we are starting the server, we have a pool that can be used to openRyan Bloom2001-01-011-2/+2
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,Ryan Bloom2000-12-171-1/+1
* move closer to IPv6 support by changing the server_addr_recJeff Trawick2000-12-151-1/+4
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-3/+9
* Extern symbols (per the warning) belong elsewhere, since (on Win32) theWilliam A. Rowe Jr2000-11-181-0/+2
* Port mod_info to 2.0. This is basically a complete re-write to use theRyan Bloom2000-11-141-10/+10
* Solve the os_is_absolute_path problem for the moment.William A. Rowe Jr2000-11-021-0/+5
* Get Win32 building again.William A. Rowe Jr2000-11-021-1/+2
* Make mod_auth_db compile cleanly in 2.0Ryan Bloom2000-10-301-1/+1
* Add back suexec support.Manoj Kasichainula2000-10-231-5/+0