| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some more references to sockaddr structures... | David Reid | 2000-11-03 | 1 | -4/+5 |
* | 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 |
* | 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 |
* | Solve the os_is_absolute_path problem for the moment. | William A. Rowe Jr | 2000-11-02 | 1 | -0/+5 |
* | Create a feature macro that determines if Autoconf was used to configure | Ryan Bloom | 2000-11-02 | 1 | -1/+1 |
* | Get Win32 building again. | William A. Rowe Jr | 2000-11-02 | 1 | -1/+2 |
* | Get win32 building again... we need something just a little more sophistica... | William A. Rowe Jr | 2000-11-02 | 1 | -0/+2 |
* | 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 | 6 | -12/+6 |
* | Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUT | Jeff Trawick | 2000-11-01 | 1 | -2/+3 |
* | exports.c is generated. | Jeff Trawick | 2000-10-31 | 1 | -0/+1 |
* | This is an ugly little hack to allow DSO modules to work. This basically | Ryan Bloom | 2000-10-31 | 2 | -1/+8 |
* | Make mod_auth_db compile cleanly in 2.0 | Ryan Bloom | 2000-10-30 | 1 | -1/+1 |
* | 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 |