| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Accomodate the change to the apr_read_dir() arguments, and change all | William A. Rowe Jr | 2001-01-23 | 1 | -8/+7 |
* | Remove AddModule and ClearModuleList. Neither directive really makes | Ryan Bloom | 2001-01-21 | 1 | -18/+0 |
* | Add a call to apr_hook_deregister_all() in the clear_module_list function. | Ryan Bloom | 2001-01-21 | 1 | -0/+2 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -1/+1 |
* | The only symbol dropped, not counting regcomp regerror regexec regfree | William A. Rowe Jr | 2001-01-19 | 1 | -1/+2 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -11/+11 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -17/+19 |
* | get rid of some bogus uses of perror() | Jeff Trawick | 2001-01-09 | 1 | -4/+7 |
* | adjust remaining modules to use the new handler hook method (Alan Edwards) | Doug MacEachern | 2001-01-09 | 1 | -7/+8 |
* | Keep Greg happy. | Ben Laurie | 2001-01-08 | 1 | -6/+6 |
* | Strip trailing stuff from mime types. | Ben Laurie | 2001-01-07 | 1 | -8/+8 |
* | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 1 | -91/+12 |
* | add pool parameter to ap_is_directory and ap_is_rdirectory | Allan K. Edwards | 2001-01-05 | 1 | -1/+1 |
* | Stop copying file names that we get from apr_file_t's and apr_dir_t's. | Ryan Bloom | 2001-01-05 | 1 | -1/+1 |
* | Generic hooks (and a demo content filter module). | Ben Laurie | 2001-01-02 | 1 | -1/+1 |
* | When we are starting the server, we have a pool that can be used to open | Ryan Bloom | 2001-01-01 | 1 | -2/+2 |
* | Rename the apr_opendir symbol to apr_dir_open. This makes more sense, | Ryan Bloom | 2000-12-17 | 1 | -1/+1 |
* | move closer to IPv6 support by changing the server_addr_rec | Jeff Trawick | 2000-12-15 | 1 | -1/+4 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 1 | -3/+9 |
* | Extern symbols (per the warning) belong elsewhere, since (on Win32) the | William A. Rowe Jr | 2000-11-18 | 1 | -0/+2 |
* | Port mod_info to 2.0. This is basically a complete re-write to use the | Ryan Bloom | 2000-11-14 | 1 | -10/+10 |
* | Solve the os_is_absolute_path problem for the moment. | William A. Rowe Jr | 2000-11-02 | 1 | -0/+5 |
* | Get Win32 building again. | William A. Rowe Jr | 2000-11-02 | 1 | -1/+2 |
* | Make mod_auth_db compile cleanly in 2.0 | Ryan Bloom | 2000-10-30 | 1 | -1/+1 |
* | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 1 | -5/+0 |