| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tag2.0.17 | (no author) | 2001-04-17 | 16 | -6089/+0 |
| * | If a higher-level filter handles the the byterange aspects of a | Ryan Bloom | 2001-04-16 | 1 | -0/+12 |
| * | *Sigh*. Slight janatorial work. | Victor J. Orlikowski | 2001-04-16 | 1 | -1/+0 |
| * | 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 |
| * | If mod_dav is not enabled, then don't enable mod_dav_fs. | Ryan Bloom | 2001-04-15 | 1 | -3/+7 |
| * | We don't really treat this field as a const, and currently we are getting | Ryan Bloom | 2001-04-14 | 1 | -1/+1 |
| * | 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-13 | 5 | -14/+81 |
| * | Add more options to the ap_mpm_query function. This also allows MPMs to | Ryan Bloom | 2001-04-13 | 1 | -0/+1 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | More APR_STATUS_IS_ canonicalization | William A. Rowe Jr | 2001-04-12 | 1 | -6/+5 |
| * | 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 |
| * | 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-11 | 2 | -0/+390 |
| * | Fixed some thread-safety issues with the HTTP proxy in mod_proxy. | Graham Leggett | 2001-04-11 | 2 | -21/+35 |
| * | Ignore *.slo too.... | Victor J. Orlikowski | 2001-04-10 | 1 | -0/+1 |
| * | Small fixes. | Graham Leggett | 2001-04-10 | 1 | -8/+7 |
| * | A client POST request would be read entirely into RAM before sending it | Graham Leggett | 2001-04-10 | 1 | -6/+4 |
| * | Clean up a yet a couple more emits | William A. Rowe Jr | 2001-04-10 | 1 | -2/+2 |
| * | Make sure the filter stack in a reused downstream connection is reset | Graham Leggett | 2001-04-10 | 3 | -0/+24 |
| * | icase is intialized as the result of an (a == b) expression, it makes | William A. Rowe Jr | 2001-04-10 | 1 | -1/+1 |
| * | Toss the float nonsense from c-l, and cast atof as a (float), which I | William A. Rowe Jr | 2001-04-10 | 1 | -8/+7 |
| * | We now keep the entire conn_rec across downstream keepalives, not | Graham Leggett | 2001-04-10 | 5 | -108/+67 |
| * | change include_handler to include_handler_fn_t, and clean up a nasty | William A. Rowe Jr | 2001-04-10 | 2 | -7/+7 |
| * | We seem to use fn_t *fn throughout the rest of apache, so normalize this | William A. Rowe Jr | 2001-04-10 | 2 | -3/+3 |
| * | Moved config.m4 to config9.m4. This allows most (if not all) other modules | Victor J. Orlikowski | 2001-04-10 | 1 | -0/+0 |
| * | More fixes... | Graham Leggett | 2001-04-10 | 3 | -9/+0 |
| * | Memory allocation cleanups | Graham Leggett | 2001-04-10 | 1 | -14/+34 |
| * | Change HTTP proxy to use ap_proxy_string_read() instead of apr_brigade_read() | Graham Leggett | 2001-04-10 | 1 | -35/+18 |
| * | Compiler warnings - yuck! | Graham Leggett | 2001-04-10 | 3 | -74/+54 |
| * | *) PASV FTP works now. | Graham Leggett | 2001-04-09 | 2 | -221/+271 |
| * | Allow modules to be added to the server at configure time. The syntax | Ryan Bloom | 2001-04-09 | 1 | -0/+43 |
| * | Goodbye more dead code. | Graham Leggett | 2001-04-08 | 2 | -42/+0 |
| * | Stopped the CORE filter from sending off an HTTP response when a | Graham Leggett | 2001-04-08 | 4 | -18/+27 |