| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -40/+40 |
* | Port over the config directory stuff... | Jim Jagielski | 2000-10-06 | 1 | -1/+64 |
* | The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros | William A. Rowe Jr | 2000-10-05 | 1 | -3/+1 |
* | Avoid a segfault when parsing .htaccess files. An | Jeff Trawick | 2000-09-20 | 1 | -1/+1 |
* | Fix a bug parsing configuration file containers. With a sequence | Jeff Trawick | 2000-09-15 | 1 | -2/+3 |
* | Remove a bunch of warnings from the server when compiled using | Ryan Bloom | 2000-08-14 | 1 | -0/+1 |
* | Preset the cmd_parms->limited field to the magic 'no limit active' | Ken Coar | 2000-08-12 | 1 | -9/+38 |
* | Fix a config tree problem. | Jeff Trawick | 2000-08-05 | 1 | -3/+10 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -86/+86 |
* | Add APR_EOL_STR for a platform specific text delimiter, provided by | William A. Rowe Jr | 2000-07-25 | 1 | -2/+3 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+3 |
* | parms needs err_directive incase execute_now() returns non-NULL (e.g. if Load... | Doug MacEachern | 2000-06-26 | 1 | -6/+7 |
* | OS/390 needs arpa/inet.h for htonl(). | Jeff Trawick | 2000-06-24 | 1 | -0/+3 |
* | Use the new command-handler initializer macros in mod_auth; | Jeff Trawick | 2000-06-18 | 1 | -3/+5 |
* | More command handlers. | Ben Laurie | 2000-06-17 | 1 | -2/+4 |
* | More consification, correct command initialisation. | Ben Laurie | 2000-06-17 | 1 | -5/+6 |
* | Command handler revamp. Note that this makes the code produce a LOT of | Ben Laurie | 2000-06-17 | 1 | -41/+26 |
* | Fix segfault when reporting this type of syntax error: | Jeff Trawick | 2000-06-16 | 1 | -0/+1 |
* | Fix a couple of problems with the pre/post config processing changes: | Jeff Trawick | 2000-06-12 | 1 | -5/+1 |
* | PR: | William A. Rowe Jr | 2000-06-06 | 1 | -2/+2 |
* | Remove some #ifdef'ed code that doesn't make much sense | Tony Finch | 2000-06-06 | 1 | -14/+0 |
* | Modify the config order so that we read the config, process all EXEC_ON_READ | Ryan Bloom | 2000-06-03 | 1 | -17/+45 |
* | Add pre_config hooks back in for all modules. This is important for the | Ryan Bloom | 2000-06-02 | 1 | -10/+4 |
* | Forward fit a bug fix in the TAKE13 handling from 1.3 to 2.0 | Ryan Bloom | 2000-05-30 | 1 | -1/+1 |
* | We now report the correct line number for syntax errors in config | Jeff Trawick | 2000-05-30 | 1 | -4/+17 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -8/+9 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -4/+4 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -7/+7 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -3/+3 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -13/+31 |
* | Fix the config parser so that if there is no current node, and we are | Ryan Bloom | 2000-05-22 | 1 | -0/+2 |
* | Fix a bug in adding EXEC_ON_READ at the top level of the tree. | Ryan Bloom | 2000-05-19 | 1 | -2/+4 |
* | Fix a bug in the EXEC_ON_READ logic. When we build a sub_tree while | Ryan Bloom | 2000-05-17 | 1 | -3/+13 |
* | Commit the EXEC_ON_READ changes. This allows modules to hook into the | Ryan Bloom | 2000-05-15 | 1 | -13/+115 |
* | Get tree build to work correctly with config Include directive | Allan K. Edwards | 2000-05-10 | 1 | -0/+3 |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 1 | -9/+9 |
* | drop the "container" param from ap_walk_config(). callers should simply | Greg Stein | 2000-04-24 | 1 | -39/+30 |
* | clean up cmd_parms: config_file is no longer valid; end_token is bogus; | Greg Stein | 2000-04-24 | 1 | -34/+75 |
* | handle error messages during building and processing of the configuration. | Greg Stein | 2000-04-24 | 1 | -40/+71 |
* | Parse the config tree, instead of the config file. This is a first step there | Ryan Bloom | 2000-04-23 | 1 | -56/+84 |
* | Use ap_canonical_error() where appropriate. | Brian Havard | 2000-04-20 | 1 | -10/+13 |
* | Add back in logic to put the ending container directive in the tree. This | Ryan Bloom | 2000-04-17 | 1 | -0/+7 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -28/+28 |