| Commit message (Expand) | Author | Age | Files | Lines |
* | Note the removal of coalesce filter in the CHANGES file, and also note | Ryan Bloom | 2001-02-16 | 1 | -1/+6 |
* | Remove the dexter MPM. This has been replaced with the Perchild MPM. | Ryan Bloom | 2001-02-13 | 1 | -0/+5 |
* | Make perchild build again | Ryan Bloom | 2001-02-13 | 1 | -0/+2 |
* | Don't disable threads just because we are using the prefork MPM. | Ryan Bloom | 2001-02-13 | 1 | -0/+4 |
* | Begin to move the code that updates the child status out of the MPMs and | Ryan Bloom | 2001-02-12 | 1 | -0/+4 |
* | Allow mod_tls to compile on Unix boxes where openssl has already been | Ryan Bloom | 2001-02-12 | 1 | -0/+4 |
* | Clean up the mod_tls configure process. This should remove most, if not | Ryan Bloom | 2001-02-11 | 1 | -0/+4 |
* | First cut of TLS support. | Ben Laurie | 2001-02-11 | 1 | -0/+4 |
* | Fix a potential segfault on all platforms. David Reid fixed this for | Ryan Bloom | 2001-02-11 | 1 | -0/+5 |
* | Add new LogFormat directive, %D, to log time it takes to serve a request | Bill Stoddard | 2001-02-10 | 1 | -0/+2 |
* | Change AddInputFilter and AddOutputFilter to SetInputFilter and | Ryan Bloom | 2001-02-10 | 1 | -0/+5 |
* | Make the header filter use the brigade buffering functions for creating | Ryan Bloom | 2001-02-09 | 1 | -0/+5 |
* | Allow filters to buffer data in a brigade using the ap_f* functions. | Ryan Bloom | 2001-02-09 | 1 | -0/+4 |
* | Get the Unix MPMs restarting again. If we are going to register a cleanup | Ryan Bloom | 2001-02-07 | 1 | -0/+5 |
* | Install all required header files. Without these, some modules can not | Ryan Bloom | 2001-02-07 | 1 | -0/+4 |
* | Fix a bug with AliasMatch. When forward fitting a bug from 1.3 to 2.0, we | Ryan Bloom | 2001-02-07 | 1 | -0/+4 |
* | We have a poor abstraction in the protocol. This is a temporary | Ryan Bloom | 2001-02-06 | 1 | -0/+11 |
* | Setup the server start time correctly. This also gets the server uptime | Ryan Bloom | 2001-02-06 | 1 | -0/+3 |
* | Move the logic for creating CGI processes from mod_include to mod_cgi(d). | Ryan Bloom | 2001-02-05 | 1 | -0/+5 |
* | ap_new_connection() returns NULL if an error occurred (prefork MPM | Jeff Trawick | 2001-02-05 | 1 | -0/+4 |
* | Move the server version information out of httpd.h and into release.h. | Ryan Bloom | 2001-02-05 | 1 | -0/+5 |
* | Begin restructuring scoreboard code to enable adding back in | Bill Stoddard | 2001-02-02 | 1 | -0/+3 |
* | Bring mod_status for 2.0 back in line with mod_status for 1.3. This is | Ryan Bloom | 2001-02-01 | 1 | -0/+3 |
* | Correct a typo in httpd.conf. | Tony Finch | 2001-02-01 | 1 | -0/+3 |
* | MF 1.3 the fis for the mod_rewrite stupidity. | Tony Finch | 2001-02-01 | 1 | -0/+2 |
* | Get the correct IP address if ServerName isn't set and we can't | Tony Finch | 2001-02-01 | 1 | -0/+5 |
* | Make mod_cgid work with SuExec. This has been tested and works reliably | Ryan Bloom | 2001-01-29 | 1 | -0/+1 |
* | *) Adopt apr user/group name features for mod_rewrite. Eliminates some | William A. Rowe Jr | 2001-01-29 | 1 | -0/+5 |
* | *) Adopt apr features to simplify mod_includes. This changes the | William A. Rowe Jr | 2001-01-29 | 1 | -0/+5 |
* | Moved several CHANGES back to APR where they belonged in the first place, | William A. Rowe Jr | 2001-01-29 | 1 | -9/+2 |
* | Moving a small OS2'ism into APR, it's pw_dir excludes the username. | William A. Rowe Jr | 2001-01-29 | 1 | -0/+10 |
* | Replace configure --with-optim option by using and saving the | Roy T. Fielding | 2001-01-28 | 1 | -0/+5 |
* | Fix some byterange handling. If we get a byte range that looks like | Ryan Bloom | 2001-01-28 | 1 | -0/+5 |
* | Make the error bucket a real meta-data bucket. This means that the | Ryan Bloom | 2001-01-28 | 1 | -0/+5 |
* | The prefork MPM wasn't killing child processes correctly if a restart | Ryan Bloom | 2001-01-28 | 1 | -0/+6 |
* | Make the Prefork MPM use SIGWINCH instead of SIGUSR1 for graceful restarts. | Ryan Bloom | 2001-01-28 | 1 | -0/+3 |
* | Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfo | William A. Rowe Jr | 2001-01-27 | 1 | -0/+6 |
* | Add support for type-safe optional functions. | Ben Laurie | 2001-01-27 | 1 | -0/+5 |
* | filters can now report an HTTP error to the server. This is done | Ryan Bloom | 2001-01-27 | 1 | -0/+9 |
* | Stop using the request filters to filter an error response. This fixes a | Ryan Bloom | 2001-01-26 | 1 | -0/+5 |
* | Relax the checking of Host: headers so that only character sequences that | Tony Finch | 2001-01-24 | 1 | -0/+3 |
* | Cleanup the byterange filter to use the apr_brigade_partition | Ryan Bloom | 2001-01-23 | 1 | -0/+5 |
* | Remove AddModule and ClearModuleList. Neither directive really makes | Ryan Bloom | 2001-01-21 | 1 | -0/+6 |
* | If --enable-suexec is specified, then we need to build suexec | Ryan Bloom | 2001-01-21 | 1 | -0/+5 |
* | Sunny in Chicago. | William A. Rowe Jr | 2001-01-20 | 1 | -0/+9 |
* | Move initgroupgs, ap_uname2id and ap_gname2id from util.c to | Ryan Bloom | 2001-01-20 | 1 | -0/+4 |
* | Remove ap_chdir_file. This function is not thread-safe, and nobody | Ryan Bloom | 2001-01-20 | 1 | -0/+3 |
* | Fix make depend for the whole server | Ryan Bloom | 2001-01-19 | 1 | -0/+4 |
* | missed these files on my previous commit of highperformance.conf - | Greg Ames | 2001-01-19 | 1 | -0/+3 |
* | Stop checking to see if this is a pipelined request if we know | Ryan Bloom | 2001-01-19 | 1 | -0/+5 |