summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag2.0.17(no author)2001-04-1716-6089/+0
* If a higher-level filter handles the the byterange aspects of aRyan Bloom2001-04-161-0/+12
* *Sigh*. Slight janatorial work.Victor J. Orlikowski2001-04-161-1/+0
* Add the Retry-After support that was commented out in proxy_ftp.cGraham Leggett2001-04-151-8/+9
* Oops - the proxy host and port were left off when the proxy tries toGraham Leggett2001-04-151-1/+1
* Split each individual proxy protocol into separate modules.Graham Leggett2001-04-156-109/+168
* If mod_dav is not enabled, then don't enable mod_dav_fs.Ryan Bloom2001-04-151-3/+7
* We don't really treat this field as a const, and currently we are gettingRyan Bloom2001-04-141-1/+1
* Fix up the auto-versioning stuff. The new scheme more closely matches theGreg Stein2001-04-144-244/+481
* Implement the MERGE method: fill in dav_method_merge(); add merge() functionGreg Stein2001-04-142-4/+147
* Make hooks work for the *_canon() functions. Work continues.Graham Leggett2001-04-146-44/+76
* Initial support for proxy protocol handler sub-modules. Work continues.Graham Leggett2001-04-135-14/+81
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-131-0/+1
* Be type safe, avoid possible buffer overrunChuck Murcko2001-04-131-2/+1
* Not sure what I was thinking, but this clarifies the logic for nbytes >Chuck Murcko2001-04-131-11/+13
* Added Max-Forwards support for all request types so as to preventGraham Leggett2001-04-132-6/+41
* Sorted out some content-type oddness with proxy_ftp.cGraham Leggett2001-04-131-6/+8
* Fixed all the APR error codes to make sure they end up in the logfilesGraham Leggett2001-04-133-50/+47
* Fix logic in connect handler from previous patchChuck Murcko2001-04-131-2/+2
* Fix warnings about byte count type on DarwinChuck Murcko2001-04-131-3/+4
* IPV6 EPSV support for IPV6 in FTP proxy.Graham Leggett2001-04-131-91/+186
* Fixed a problem with FTP directories and charcters being chopped hereGraham Leggett2001-04-131-5/+6
* Force the dav/fs config.m4 file to be added to the configure script afterRyan Bloom2001-04-121-0/+0
* Make the dav/main config.m4 file be added to the configure script afterRyan Bloom2001-04-121-1/+7
* More APR_STATUS_IS_ canonicalizationWilliam A. Rowe Jr2001-04-121-6/+5
* Probably my own foobarWilliam A. Rowe Jr2001-04-121-1/+1
* Gotta use APR_STATUS_IS_EFOO() wrappers on all except our internallyWilliam A. Rowe Jr2001-04-121-1/+1
* It's critical that apps use the APR_STATUS_IS_EFOO() canonicalizationWilliam A. Rowe Jr2001-04-121-1/+1
* FTP directory filter works now.Graham Leggett2001-04-125-159/+314
* When I initially pulled the BYTERANGE filter into the core, Greg SteinRyan Bloom2001-04-112-0/+390
* Fixed some thread-safety issues with the HTTP proxy in mod_proxy.Graham Leggett2001-04-112-21/+35
* Ignore *.slo too....Victor J. Orlikowski2001-04-101-0/+1
* Small fixes.Graham Leggett2001-04-101-8/+7
* A client POST request would be read entirely into RAM before sending itGraham Leggett2001-04-101-6/+4
* Clean up a yet a couple more emitsWilliam A. Rowe Jr2001-04-101-2/+2
* Make sure the filter stack in a reused downstream connection is resetGraham Leggett2001-04-103-0/+24
* icase is intialized as the result of an (a == b) expression, it makesWilliam A. Rowe Jr2001-04-101-1/+1
* Toss the float nonsense from c-l, and cast atof as a (float), which IWilliam A. Rowe Jr2001-04-101-8/+7
* We now keep the entire conn_rec across downstream keepalives, notGraham Leggett2001-04-105-108/+67
* change include_handler to include_handler_fn_t, and clean up a nastyWilliam A. Rowe Jr2001-04-102-7/+7
* We seem to use fn_t *fn throughout the rest of apache, so normalize thisWilliam A. Rowe Jr2001-04-102-3/+3
* Moved config.m4 to config9.m4. This allows most (if not all) other modulesVictor J. Orlikowski2001-04-101-0/+0
* More fixes...Graham Leggett2001-04-103-9/+0
* Memory allocation cleanupsGraham Leggett2001-04-101-14/+34
* Change HTTP proxy to use ap_proxy_string_read() instead of apr_brigade_read()Graham Leggett2001-04-101-35/+18
* Compiler warnings - yuck!Graham Leggett2001-04-103-74/+54
* *) PASV FTP works now.Graham Leggett2001-04-092-221/+271
* Allow modules to be added to the server at configure time. The syntaxRyan Bloom2001-04-091-0/+43
* Goodbye more dead code.Graham Leggett2001-04-082-42/+0
* Stopped the CORE filter from sending off an HTTP response when aGraham Leggett2001-04-084-18/+27