| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of | Jeff Trawick | 2000-10-26 | 2 | -14/+21 |
* | Get rid of the xlate version of ap_md5_digest() | Jeff Trawick | 2000-10-25 | 1 | -27/+0 |
* | Add a comment about a requirement with the eos_sent variable. | Ryan Bloom | 2000-10-25 | 1 | -0/+8 |
* | Answer says... -X is redundant and inappropriate. | William A. Rowe Jr | 2000-10-23 | 1 | -9/+11 |
* | A more thorough example is appropriate. Also simplify the behavior and | William A. Rowe Jr | 2000-10-23 | 1 | -3/+8 |
* | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 1 | -5/+0 |
* | Add a temporary pool argument to unixd_pre_config, so that it can call | Manoj Kasichainula | 2000-10-23 | 5 | -5/+5 |
* | Make lingering close access the socket directly, instead of relying on | Ryan Bloom | 2000-10-23 | 1 | -9/+19 |
* | Fix some brain dead code. | Bill Stoddard | 2000-10-22 | 1 | -1/+1 |
* | Correct a check to see if we are attempting to remove a filter that has | Bill Stoddard | 2000-10-22 | 1 | -1/+1 |
* | Get rid of a couple of buff-isms -- setting the B_EOUT flag in a couple | Jeff Trawick | 2000-10-22 | 1 | -3/+2 |
* | Add a way to remove output filters. This is used by http_header_filter to | Ryan Bloom | 2000-10-21 | 1 | -0/+25 |
* | Remove original_uri. This is the same as r->unparsed_uri | Ryan Bloom | 2000-10-21 | 1 | -29/+1 |
* | Input filters and ap_get_brigade() now have a input mode parameter | Jeff Trawick | 2000-10-21 | 1 | -3/+3 |
* | A bit of cleanup | Bill Stoddard | 2000-10-21 | 1 | -10/+1 |
* | Get Apache on Windows working again after Ryan's first commit to remove | Bill Stoddard | 2000-10-21 | 1 | -2/+1 |
* | somebody was a Very Bad Boy when they inserted casts into this function. | Greg Stein | 2000-10-19 | 1 | -11/+14 |
* | Change some of the BUFF calls to direct calls to the socket. | Ryan Bloom | 2000-10-19 | 1 | -4/+4 |
* | Namespace protect the rest of the macros defined by ap_config.h | Ryan Bloom | 2000-10-19 | 5 | -13/+13 |
* | This begins to remove BUFF from the server. The idea is to go very slowly | Ryan Bloom | 2000-10-18 | 9 | -42/+16 |
* | The final line of the config file was not being read if there was | Ryan Bloom | 2000-10-18 | 1 | -1/+3 |
* | Fix piped logs in 2.0. This basically: | Ryan Bloom | 2000-10-18 | 1 | -3/+3 |
* | Tighten up the syntax checking of Host: headers to fix a | Tony Finch | 2000-10-18 | 1 | -1/+8 |
* | Get rid of some old code related to the way that character set translation | Jeff Trawick | 2000-10-16 | 1 | -18/+0 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 33 | -214/+214 |
* | Stop using the index into the array for the bucket type. Now we just use | Ryan Bloom | 2000-10-15 | 1 | -1/+2 |
* | Completes the port of the <Directory /> handling for Win32... there is | William A. Rowe Jr | 2000-10-13 | 1 | -0/+5 |
* | Remove all function pointers from the ap_bucket type. These function | Ryan Bloom | 2000-10-13 | 1 | -3/+2 |
* | Fix a typo from earlier today. The filters accept apr_ssize_t's, so the | Ryan Bloom | 2000-10-13 | 1 | -1/+1 |
* | Modify ap_make_dirstr_prefix, platforms with HAVE_DRIVE_LETTERS or NETWARE | William A. Rowe Jr | 2000-10-12 | 1 | -1/+9 |
* | Implement a length argument on input filters. There are three possible | Ryan Bloom | 2000-10-12 | 1 | -7/+12 |
* | These functions aren't used by any module, and they don't make any sense | Ryan Bloom | 2000-10-12 | 1 | -12/+0 |
* | This one is odd, it's not the patch either of us are concerned with, it's | William A. Rowe Jr | 2000-10-11 | 1 | -8/+8 |
* | Remove some deprecated functions | Ryan Bloom | 2000-10-10 | 1 | -12/+0 |
* | Add back the ap_disable_nagle call in make_sock. However, this is a | Ryan Bloom | 2000-10-08 | 1 | -0/+5 |
* | Back out or finish up a few non-apr tests. Won't touch proxy at this | William A. Rowe Jr | 2000-10-06 | 1 | -1/+1 |
* | Completed review for new tests: | William A. Rowe Jr | 2000-10-06 | 1 | -1/+1 |
* | Here it is, the Win32 part of the big canonical errors patch. | William A. Rowe Jr | 2000-10-06 | 3 | -64/+66 |
* | Add the first draft of the http_filter. In time this filter will split | Ryan Bloom | 2000-10-06 | 1 | -0/+1 |
* | Port over the config directory stuff... | Jim Jagielski | 2000-10-06 | 2 | -1/+100 |
* | Back out some more of build changes from last night so that Apache | Jeff Trawick | 2000-10-05 | 1 | -6/+2 |
* | The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros | William A. Rowe Jr | 2000-10-05 | 7 | -19/+17 |
* | Back out the build changes I added last night. This was causing libtool | Ryan Bloom | 2000-10-05 | 1 | -2/+0 |
* | Add a bit of infrastructure which will be needed for input filtering: | Jeff Trawick | 2000-10-05 | 2 | -8/+11 |
* | Now that we have ap_add_input_filter(), rename ap_add_filter() to | Jeff Trawick | 2000-10-05 | 2 | -3/+3 |
* | Get rid of much of the old implementation of translating the | Jeff Trawick | 2000-10-05 | 2 | -57/+7 |
* | Multiple build and configuration fixes | Ryan Bloom | 2000-10-05 | 1 | -2/+8 |
* | Connection oriented filters are now stored in the conn_rec instead of the | Ryan Bloom | 2000-10-05 | 2 | -9/+14 |
* | Replace ap_get_data_from_filter and ap_save_data_to_filter with | Ryan Bloom | 2000-10-03 | 1 | -32/+5 |
* | Downgrade warnings, stop changing errors from something meaningless to | William A. Rowe Jr | 2000-10-03 | 2 | -25/+11 |