| Commit message (Expand) | Author | Age | Files | Lines |
* | give the poor users (i.e. us) a clue that something might be wrong when | Greg Ames | 2001-04-16 | 1 | -2/+8 |
* | *Sigh*. Slight janatorial work. | Victor J. Orlikowski | 2001-04-16 | 1 | -1/+0 |
* | Update the DSO docs in the INSTALL file. | Ryan Bloom | 2001-04-16 | 1 | -17/+6 |
* | Add the Retry-After support that was commented out in proxy_ftp.c | Graham Leggett | 2001-04-15 | 1 | -8/+9 |
* | Oops - the proxy host and port were left off when the proxy tries to | Graham Leggett | 2001-04-15 | 1 | -1/+1 |
* | Split each individual proxy protocol into separate modules. | Graham Leggett | 2001-04-15 | 6 | -109/+168 |
* | Fix the binbuild.sh script so that it works correctly on Linux again. | Ryan Bloom | 2001-04-15 | 1 | -11/+11 |
* | If mod_dav is not enabled, then don't enable mod_dav_fs. | Ryan Bloom | 2001-04-15 | 1 | -3/+7 |
* | Move the httpd release rolling script from the httpd-site directory to | Ryan Bloom | 2001-04-15 | 1 | -0/+115 |
* | We don't really treat this field as a const, and currently we are getting | Ryan Bloom | 2001-04-15 | 1 | -1/+1 |
* | Changed the threaded mpm to have child_main join to each of the | Paul J. Reder | 2001-04-14 | 1 | -0/+6 |
* | Changed the threaded mpm to have child_main join to each of the | Paul J. Reder | 2001-04-14 | 1 | -4/+27 |
* | We need a prototype for ap_show_mpm | Ryan Bloom | 2001-04-14 | 1 | -0/+7 |
* | Fix up the auto-versioning stuff. The new scheme more closely matches the | Greg Stein | 2001-04-14 | 4 | -244/+481 |
* | Implement the MERGE method: fill in dav_method_merge(); add merge() function | Greg Stein | 2001-04-14 | 2 | -4/+147 |
* | Make hooks work for the *_canon() functions. Work continues. | Graham Leggett | 2001-04-14 | 6 | -44/+76 |
* | Initial support for proxy protocol handler sub-modules. Work continues. | Graham Leggett | 2001-04-14 | 5 | -14/+81 |
* | Forgot the CHANGES file. | Ryan Bloom | 2001-04-13 | 1 | -0/+5 |
* | Add more options to the ap_mpm_query function. This also allows MPMs to | Ryan Bloom | 2001-04-13 | 17 | -17/+113 |
* | Be type safe, avoid possible buffer overrun | Chuck Murcko | 2001-04-13 | 1 | -2/+1 |
* | Not sure what I was thinking, but this clarifies the logic for nbytes > | Chuck Murcko | 2001-04-13 | 1 | -11/+13 |
* | Added Max-Forwards support for all request types so as to prevent | Graham Leggett | 2001-04-13 | 2 | -6/+41 |
* | Sorted out some content-type oddness with proxy_ftp.c | Graham Leggett | 2001-04-13 | 1 | -6/+8 |
* | Fixed all the APR error codes to make sure they end up in the logfiles | Graham Leggett | 2001-04-13 | 3 | -50/+47 |
* | Fix logic in connect handler from previous patch | Chuck Murcko | 2001-04-13 | 1 | -2/+2 |
* | Fix warnings about byte count type on Darwin | Chuck Murcko | 2001-04-13 | 1 | -3/+4 |
* | Change AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match the bucket buffer | Cliff Woolley | 2001-04-13 | 1 | -2/+2 |
* | IPV6 EPSV support for IPV6 in FTP proxy. | Graham Leggett | 2001-04-13 | 1 | -91/+186 |
* | Fixed a problem with FTP directories and charcters being chopped here | Graham Leggett | 2001-04-13 | 1 | -5/+6 |
* | Do not install the binaries from the support directory twice. | Ryan Bloom | 2001-04-13 | 3 | -18/+14 |
* | s/apr_signal_thread_func/apr_signal_thread/ | Doug MacEachern | 2001-04-13 | 2 | -2/+2 |
* | Fix the shell syntax error that occurs when a for list is empty due to | Roy T. Fielding | 2001-04-12 | 1 | -1/+3 |
* | The ap_f* functions should flush data to the filter that is passed in, | Ryan Bloom | 2001-04-12 | 3 | -6/+10 |
* | Convert the apr_create_signal_thread to apr_signal_thread. The main | Ryan Bloom | 2001-04-12 | 3 | -30/+4 |
* | Force the dav/fs config.m4 file to be added to the configure script after | Ryan Bloom | 2001-04-12 | 1 | -0/+0 |
* | Make the dav/main config.m4 file be added to the configure script after | Ryan Bloom | 2001-04-12 | 1 | -1/+7 |
* | Clean up some exposed data that should be internal to service.c | William A. Rowe Jr | 2001-04-12 | 3 | -90/+96 |
* | More APR_STATUS_IS_ canonicalization | William A. Rowe Jr | 2001-04-12 | 2 | -7/+6 |
* | Probably my own foobar | William A. Rowe Jr | 2001-04-12 | 1 | -1/+1 |
* | Gotta use APR_STATUS_IS_EFOO() wrappers on all except our internally | William A. Rowe Jr | 2001-04-12 | 1 | -1/+1 |
* | It's critical that apps use the APR_STATUS_IS_EFOO() canonicalization | William A. Rowe Jr | 2001-04-12 | 1 | -1/+1 |
* | Make default install target more consistent with unix. | William A. Rowe Jr | 2001-04-12 | 2 | -6/+6 |
* | Remove double-quotes from the list of programs to install to make | Roy T. Fielding | 2001-04-12 | 1 | -1/+1 |
* | Make ab work again by changing its native types to apr types and formats. | Roy T. Fielding | 2001-04-12 | 2 | -66/+81 |
* | FTP directory filter works now. | Graham Leggett | 2001-04-12 | 5 | -159/+314 |
* | When I initially pulled the BYTERANGE filter into the core, Greg Stein | Ryan Bloom | 2001-04-12 | 5 | -390/+394 |
* | Fixed some thread-safety issues with the HTTP proxy in mod_proxy. | Graham Leggett | 2001-04-12 | 2 | -21/+35 |
* | Removed apr_bucket_do_create() macro, which was causing warnings | Cliff Woolley | 2001-04-11 | 1 | -1/+4 |
* | Make clean, distclean, and extraclean consistently according to the | Roy T. Fielding | 2001-04-11 | 5 | -5/+13 |
* | commit the CHANGES file, too. This is for fixing the mixup in the naming | Greg Ames | 2001-04-11 | 1 | -0/+4 |