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