| Commit message (Expand) | Author | Age | Files | Lines |
* | prevent loops & seg faults when GETs have chunked bodies. | Greg Ames | 2001-11-02 | 1 | -3/+18 |
* | Don't change the type of the new resource. The provider will update it | Greg Stein | 2001-11-02 | 1 | -8/+0 |
* | Added the .def files for building the external modules for NetWare. Also | Bradley Nicholes | 2001-11-02 | 18 | -0/+75 |
* | make sure that the HTTP_IN filter is in place across internal redirects. | Greg Ames | 2001-10-30 | 1 | -0/+2 |
* | Mixed tabs and spaces within many nexted {}-less if-else expressions | Aaron Bannert | 2001-10-29 | 1 | -21/+20 |
* | Fix a truncation bug in how we print the port on the Via: header. | Aaron Bannert | 2001-10-29 | 1 | -3/+5 |
* | Use the _setn flavor which will avoid strdup'ing these strings, and | William A. Rowe Jr | 2001-10-29 | 1 | -2/+2 |
* | Some syntax errors in mod_mime_magic's magic file can result | Jeff Trawick | 2001-10-27 | 1 | -1/+5 |
* | Fix RedirectMatch handling to properly handle URLs with host portions. | Justin Erenkrantz | 2001-10-26 | 1 | -5/+9 |
* | Style-guide fixes, no functional changes. | Ken Coar | 2001-10-25 | 1 | -73/+128 |
* | Two more mod_so configure-time fixes: | Aaron Bannert | 2001-10-24 | 1 | -1/+8 |
* | Get rid of an old .cvsignore file so this directory will get pruned | Cliff Woolley | 2001-10-24 | 1 | -10/+0 |
* | If the user explicitly requests --enable-so, --enable-so=yes, | Aaron Bannert | 2001-10-24 | 1 | -3/+10 |
* | Just some style peeves. Tabs and spaces and whatnot. | Aaron Bannert | 2001-10-23 | 1 | -6/+7 |
* | Reading commit log messages can be very helpful for noting inconsistent | William A. Rowe Jr | 2001-10-21 | 1 | -6/+6 |
* | The test of filename[0] == '/' is very evil ;) | William A. Rowe Jr | 2001-10-21 | 1 | -5/+5 |
* | Style-guide compliance changes only, no functional differences. | Ken Coar | 2001-10-21 | 1 | -52/+81 |
* | Grab this pointer, before it goes NULL | William A. Rowe Jr | 2001-10-21 | 1 | -2/+2 |
* | For Win32 cgi %1 arguments, use backslashes. For $1, use posix slashes. | William A. Rowe Jr | 2001-10-21 | 1 | -2/+17 |
* | On second thought, we like our dot, alot. | William A. Rowe Jr | 2001-10-21 | 1 | -2/+0 |
* | Round out const'ness | William A. Rowe Jr | 2001-10-21 | 1 | -1/+1 |
* | First Patch! [Well, my own typo.] | William A. Rowe Jr | 2001-10-21 | 1 | -2/+2 |
* | Reimplement Win32 registry-based and shebang-extended scripting. | William A. Rowe Jr | 2001-10-21 | 1 | -0/+510 |
* | Thread saftey lock for mod_rewrite's cache... I'm sure others will have | William A. Rowe Jr | 2001-10-21 | 2 | -3/+42 |
* | Simplified mod_env's directives to behave as most directives are | William A. Rowe Jr | 2001-10-21 | 1 | -114/+47 |
* | Fix a nasty GP fault... stop testing buckets after they are passed!!! | William A. Rowe Jr | 2001-10-20 | 1 | -1/+2 |
* | Restrict by content type and encoding before we go and try to drag in some | William A. Rowe Jr | 2001-10-20 | 1 | -4/+23 |
* | And where, praytell, should mod_proxy.c find ap_send_http_options | William A. Rowe Jr | 2001-10-19 | 1 | -0/+1 |
* | The proxy does not actually need this header. | Ryan Bloom | 2001-10-18 | 1 | -2/+0 |
* | As GStein points out... comment here would be helpful | William A. Rowe Jr | 2001-10-18 | 1 | -0/+2 |
* | Gets VPATH builds working again. The problem was that apr.h is generated | Aaron Bannert | 2001-10-17 | 1 | -1/+1 |
* | It is absolutely invalid practice to test 'prot' bits to determine if a | William A. Rowe Jr | 2001-10-17 | 1 | -4/+12 |
* | Already committed in similar form to Apache 1.3.22-dev, this patch allows | William A. Rowe Jr | 2001-10-17 | 1 | -2/+9 |
* | A bit of declaration would help get this loading on Win32 | William A. Rowe Jr | 2001-10-17 | 1 | -2/+2 |
* | Missed this one when I removed the other ldap files. | Ryan Bloom | 2001-10-16 | 1 | -537/+0 |
* | Remove all of the ldap modules. These have been moved to their own | Ryan Bloom | 2001-10-16 | 7 | -2503/+0 |
* | Initial revision | Ryan Bloom | 2001-10-16 | 5 | -0/+3027 |
* | LoadFile(s) required by modules before they loaded weren't executed until | William A. Rowe Jr | 2001-10-16 | 1 | -1/+1 |
* | Hmmm... mismatched namespaces :-? | William A. Rowe Jr | 2001-10-16 | 1 | -1/+1 |
* | Cleanup the proxy code that creates a request to the origin | Ryan Bloom | 2001-10-16 | 2 | -6/+7 |
* | Cautiously avoiding the scoping issue that was discussed on the list, | Aaron Bannert | 2001-10-16 | 1 | -14/+13 |
* | disabling mod_example ap_hook_{http_method,default_port} | Doug MacEachern | 2001-10-16 | 1 | -0/+4 |
* | Forgot the directive's note change for "Any" | William A. Rowe Jr | 2001-10-15 | 1 | -1/+1 |
* | Fix the first bucket not getting chunked properly. The reason was that | Justin Erenkrantz | 2001-10-14 | 1 | -8/+12 |
* | Ensure that ap_http_filter can not be coersced into reading more than we | Justin Erenkrantz | 2001-10-14 | 1 | -0/+6 |
* | x_handler() was not checking r->handler, leaving it to handle every request | Doug MacEachern | 2001-10-13 | 1 | -0/+4 |
* | Remove unused hard-coded definition of a SHELL_PATH. | Cliff Woolley | 2001-10-12 | 1 | -2/+0 |
* | Well, now I know what the bio_is_renegotiating call was for. | Justin Erenkrantz | 2001-10-12 | 1 | -3/+16 |
* | If we passed the bucket to ap_pass_brigade (because it was EOS or FLUSH), | Justin Erenkrantz | 2001-10-12 | 1 | -2/+2 |
* | Lose the magic number and use the central #define AP_IOBUFSIZE. | Justin Erenkrantz | 2001-10-12 | 2 | -8/+7 |