| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent a hang when a cgi handled by mod_cgid tries to read a | Jeff Trawick | 2001-05-02 | 1 | -0/+5 |
* | mod_log_config: %c connection status incorrectly logged | Bill Stoddard | 2001-05-02 | 1 | -0/+6 |
* | Create Files, and thus MMAPs, out of the request pool, not the | Ryan Bloom | 2001-04-29 | 1 | -0/+9 |
* | Remove some obsolete macros and rename one that wasn't name protected. | Roy T. Fielding | 2001-04-29 | 1 | -1/+4 |
* | Completely revamp configure so that it preserves the standard make | Roy T. Fielding | 2001-04-29 | 1 | -0/+9 |
* | Get mod_tls to compile/work better on Windows. | Jeff Trawick | 2001-04-27 | 1 | -0/+3 |
* | Fix shutdown/restart hangs in the threaded MPM. | Greg Ames | 2001-04-26 | 1 | -0/+3 |
* | Removed the keptalive boolean from conn_rec because it is now only | Roy T. Fielding | 2001-04-26 | 1 | -0/+4 |
* | Yeah, well, like the entry says, fixed prefork to handle signals | Paul J. Reder | 2001-04-25 | 1 | -0/+6 |
* | back out my quiesce limit change altogether from the threaded mpm until it | Greg Ames | 2001-04-24 | 1 | -5/+0 |
* | Limit the threaded mpm to quiescing one process at a time. | Greg Ames | 2001-04-23 | 1 | -1/+6 |
* | At the hack-athon we decided to change the way that input filters | Ryan Bloom | 2001-04-23 | 1 | -0/+6 |
* | Fix seg fault at start-up introduced by Ryan's change to enabl | Bill Stoddard | 2001-04-20 | 1 | -0/+8 |
* | Add ap_set_int_slot() function | Doug MacEachern | 2001-04-20 | 1 | -0/+3 |
* | Under certain circumstances, Apache did not supply the | Jeff Trawick | 2001-04-20 | 1 | -0/+5 |
* | Allow modules to specify their own logging format specifier. Basically, | Ryan Bloom | 2001-04-18 | 1 | -1/+9 |
* | If a higher-level filter handles the the byterange aspects of a | Ryan Bloom | 2001-04-16 | 1 | -0/+7 |
* | Changed the threaded mpm to have child_main join to each of the | Paul J. Reder | 2001-04-14 | 1 | -0/+6 |
* | Forgot the CHANGES file. | Ryan Bloom | 2001-04-13 | 1 | -0/+5 |
* | Do not install the binaries from the support directory twice. | Ryan Bloom | 2001-04-13 | 1 | -0/+3 |
* | The ap_f* functions should flush data to the filter that is passed in, | Ryan Bloom | 2001-04-12 | 1 | -0/+4 |
* | Make ab work again by changing its native types to apr types and formats. | Roy T. Fielding | 2001-04-12 | 1 | -0/+3 |
* | When I initially pulled the BYTERANGE filter into the core, Greg Stein | Ryan Bloom | 2001-04-12 | 1 | -0/+4 |
* | Make clean, distclean, and extraclean consistently according to the | Roy T. Fielding | 2001-04-11 | 1 | -0/+3 |
* | commit the CHANGES file, too. This is for fixing the mixup in the naming | Greg Ames | 2001-04-11 | 1 | -0/+4 |
* | Toss the float nonsense from c-l, and cast atof as a (float), which I | William A. Rowe Jr | 2001-04-10 | 1 | -0/+3 |
* | Remove BindAddress from the default config file, because it is no longer | Ryan Bloom | 2001-04-10 | 1 | -0/+3 |
* | Allow modules to be added to the server at configure time. The syntax | Ryan Bloom | 2001-04-09 | 1 | -0/+7 |
* | Update CHANGES file to include the prefork idle child cleanup fix. | Paul J. Reder | 2001-04-06 | 1 | -0/+8 |
* | Back out the 2.0.17 stuff. We'll just re-tag the one file in 2.0.16 | Ryan Bloom | 2001-04-04 | 1 | -1/+1 |
* | Update for 2.0.17. The only change was in APR-util, but APR and APR-util | Ryan Bloom | 2001-04-04 | 1 | -1/+1 |
* | Working in 2.0.17-dev now. | Ryan Bloom | 2001-04-04 | 1 | -0/+2 |
* | Update the CHANGES and ap_release files. | Ryan Bloom | 2001-04-04 | 1 | -1/+1 |
* | - change inconsistent use of logdir and logfiledir all to logfiledir, to | Marc Slemko | 2001-04-03 | 1 | -0/+4 |
* | Note OS/2 loadable module support. | Brian Havard | 2001-04-03 | 1 | -0/+3 |
* | Get MaxRequestsPerChild working on Windows. | Bill Stoddard | 2001-04-03 | 1 | -0/+2 |
* | Here they are, real working examples [well, perhaps working.] | William A. Rowe Jr | 2001-04-03 | 1 | -0/+3 |
* | Fix segfaults for configuration file syntax errors such as | Jeff Trawick | 2001-04-02 | 1 | -0/+4 |
* | Fix --enable-layout processing on NetBSD. This makes us use a consistant | Ryan Bloom | 2001-04-02 | 1 | -0/+5 |
* | Commit early and often. This should merge all changes into | Dirk-Willem van Gulik | 2001-04-02 | 1 | -0/+8 |
* | Fix a storage leak in mod_cgid... the temporary pool created for | Jeff Trawick | 2001-03-29 | 1 | -0/+5 |
* | Performance: Add quick_handler hook. This hook is called at the | Bill Stoddard | 2001-03-27 | 1 | -0/+5 |
* | top_module global variable renamed to ap_top_module | Doug MacEachern | 2001-03-26 | 1 | -0/+2 |
* | Move ap_set_last_modified to the core. This is a potentially | Ryan Bloom | 2001-03-25 | 1 | -0/+7 |
* | Enable mod_status by default. This matches the docs and what 1.3 does. | Ryan Bloom | 2001-03-25 | 1 | -0/+3 |
* | Add a ScriptSock default to the defualt config file. This is only enabled | Ryan Bloom | 2001-03-25 | 1 | -0/+4 |
* | We are working on 2.0.16 now. | Ryan Bloom | 2001-03-25 | 1 | -0/+2 |
* | Prepare for the next roll | Ryan Bloom | 2001-03-25 | 1 | -1/+1 |
* | Untangled the buildconf script and eliminated the need for build's | Roy T. Fielding | 2001-03-24 | 1 | -0/+5 |
* | Win32: Don't accept more connections that we have worker threads | Bill Stoddard | 2001-03-23 | 1 | -0/+4 |