| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo | Martin Kraemer | 2000-11-07 | 2 | -2/+2 |
* | Get rid of unused variable zero in ap_send_http_options(). | Jeff Trawick | 2000-11-07 | 1 | -1/+0 |
* | The LoadModule line should specify a .so file, not a .la file | Greg Stein | 2000-11-07 | 1 | -0/+1 |
* | Always compute the content-length regardless of whether it is sent to the | Ryan Bloom | 2000-11-07 | 2 | -63/+37 |
* | Remvoe AP_END_OF_BRIGADE. This definition didn't really mean anything, | Ryan Bloom | 2000-11-07 | 1 | -2/+2 |
* | Grammar/Style fixes. | Joshua Slive | 2000-11-06 | 2 | -13/+12 |
* | ap_send_fd should not be sending an EOS bucket, so we should remove any | Ryan Bloom | 2000-11-06 | 1 | -5/+0 |
* | Make the desired evaluation explicit to keep gcc -Wall happy. | Jeff Trawick | 2000-11-06 | 1 | -1/+2 |
* | Fixed a couple leftover &s. | Joshua Slive | 2000-11-05 | 1 | -2/+2 |
* | Cleanup of perf-tuning.html. No content changes. | Joshua Slive | 2000-11-05 | 1 | -19/+44 |
* | Allow the core_output_filter to save data in the filter past the end of | Ryan Bloom | 2000-11-05 | 2 | -3/+28 |
* | oops. only do the slash management if dir != NULL | Greg Stein | 2000-11-05 | 1 | -15/+22 |
* | Minor content and spelling fixes to two recently added docs. | Joshua Slive | 2000-11-04 | 4 | -24/+24 |
* | Clean up blocking and non-blocking reads from buckets. The only bucket | Ryan Bloom | 2000-11-04 | 2 | -13/+26 |
* | Sub requests should never get into the http headers filter, so we remove | Ryan Bloom | 2000-11-03 | 1 | -2/+2 |
* | Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body() | Sascha Schumann | 2000-11-03 | 4 | -35/+2 |
* | Change the content-length filter to give up (i.e., not provide content-length) | Jeff Trawick | 2000-11-03 | 1 | -0/+13 |
* | Axe a couple of newly-unused variables. | Jeff Trawick | 2000-11-03 | 1 | -2/+0 |
* | Remove some more references to sockaddr structures... | David Reid | 2000-11-03 | 1 | -4/+5 |
* | More removal of raw sockaddr references. This shouldn't cause any problems, | David Reid | 2000-11-03 | 1 | -2/+2 |
* | Another removal of using raw sockaddr where we should be using APR. | David Reid | 2000-11-03 | 1 | -4/+2 |
* | John's patches to provide depreciated messages for the -i and -u | William A. Rowe Jr | 2000-11-03 | 1 | -1/+4 |
* | John's patches to provide depreciated messages for the -i and -u | William A. Rowe Jr | 2000-11-03 | 1 | -2/+4 |
* | Merge the 1.3 patch to add support for logging query string in | Bill Stoddard | 2000-11-03 | 1 | -1/+10 |
* | Merge forward mod_log_config enhancement. | Bill Stoddard | 2000-11-03 | 1 | -3/+37 |
* | We don't really want to fool around with socket structures if we don't have to, | David Reid | 2000-11-03 | 1 | -5/+2 |
* | We have functions that allow us to get the ports from the sockets, so use them | David Reid | 2000-11-03 | 1 | -2/+3 |
* | Document mod_log_config %c option | Bill Stoddard | 2000-11-03 | 1 | -0/+4 |
* | Add a new LogFormat directive, %c, that will log connection | Bill Stoddard | 2000-11-03 | 1 | -0/+18 |
* | It doesn't make any sense to set a CHUNK flag in the BUFF, because the | Ryan Bloom | 2000-11-02 | 2 | -12/+0 |
* | Fix last commit which was done from the wrong tree which contained | Sascha Schumann | 2000-11-02 | 1 | -8/+11 |
* | Remove some more BUFF code. This makes the 100 continue code use buckets | Ryan Bloom | 2000-11-02 | 1 | -13/+12 |
* | Make the default handler read the dechunked request body on a POST request. | Sascha Schumann | 2000-11-02 | 1 | -15/+25 |
* | Fix the core_output_filter to work with FLUSH buckets. With this change, | Ryan Bloom | 2000-11-02 | 1 | -1/+1 |
* | Solve the os_is_absolute_path problem for the moment. | William A. Rowe Jr | 2000-11-02 | 1 | -0/+5 |
* | Two patches (sorry), first to clean up the double assignment of the | William A. Rowe Jr | 2000-11-02 | 1 | -1/+5 |
* | Create a feature macro that determines if Autoconf was used to configure | Ryan Bloom | 2000-11-02 | 3 | -3/+5 |
* | ap_http_header_filter() can't remove itself until after we the | Jeff Trawick | 2000-11-02 | 1 | -1/+5 |
* | In writev_it_all(), tell the caller how many bytes were sent. | Jeff Trawick | 2000-11-02 | 1 | -0/+1 |
* | Get Win32 building again. | William A. Rowe Jr | 2000-11-02 | 3 | -3/+4 |
* | Get win32 building again... we need something just a little more sophistica... | William A. Rowe Jr | 2000-11-02 | 2 | -0/+4 |
* | Cause the command line version of mpm_winnt to do nothing with the | William A. Rowe Jr | 2000-11-02 | 1 | -2/+6 |
* | Simplify the configuration mechanisms for threading in APR. | Greg Stein | 2000-11-02 | 7 | -13/+7 |
* | Get rid of some warnings on Solaris 8 by using APR's ctype macros: | Jeff Trawick | 2000-11-02 | 2 | -5/+5 |
* | Bring forward from 1.3. Some of this is obviously not correct in 2.0. | Joshua Slive | 2000-11-01 | 4 | -0/+434 |
* | Fix in regex example. | Joshua Slive | 2000-11-01 | 1 | -4/+4 |
* | Create the pool bucket after we know the true length, because | Jeff Trawick | 2000-11-01 | 1 | -4/+3 |
* | Don't include a '\0' in the header. (I'm still seeing more binary stuff | Jeff Trawick | 2000-11-01 | 1 | -1/+1 |
* | Comment fixes.. just to get them out of my tree | Sascha Schumann | 2000-11-01 | 1 | -3/+3 |
* | Update the main doc page to a two-column format, and add a new section | Joshua Slive | 2000-11-01 | 4 | -118/+324 |