| Commit message (Expand) | Author | Age | Files | Lines |
* | * modules/proxy/proxy_http.c (ap_proxy_http_process_response): | Joe Orton | 2004-03-11 | 1 | -4/+4 |
* | Allow make files to create a cc.opt compiler options file per NLM rather than... | Bradley Nicholes | 2004-03-07 | 3 | -6/+6 |
* | Add the include path to modules/ssl to resolve the include of mod_ssl.h | Bradley Nicholes | 2004-03-06 | 1 | -0/+1 |
* | fix windows build: add path to mod_ssl.h | Allan K. Edwards | 2004-03-01 | 1 | -3/+3 |
* | Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h | Joe Orton | 2004-02-28 | 1 | -3/+1 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 6 | -6/+6 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 6 | -6/+6 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 6 | -318/+60 |
* | If the proxy was enabled, and UseCanonicalHostname was off, | Martin Kraemer | 2004-01-13 | 1 | -4/+20 |
* | * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Handle | Joe Orton | 2004-01-12 | 1 | -14/+10 |
* | Cosmetic change (I dislike 'known-constant-minus-one' literal numbers): | Martin Kraemer | 2004-01-12 | 1 | -1/+1 |
* | mod_proxy hangs when both KeepAlive and ProxyErrorOverride are enabled, | Bill Stoddard | 2004-01-09 | 1 | -1/+7 |
* | update license to 2004. | André Malo | 2004-01-01 | 6 | -6/+6 |
* | mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration attaches | Ian Holsman | 2003-12-16 | 1 | -1/+1 |
* | Fix format string warnings from gcc on amd64: | Joe Orton | 2003-12-12 | 1 | -1/+2 |
* | Fix memory leak in handling of request bodies during reverse | Jeff Trawick | 2003-12-10 | 1 | -1/+2 |
* | stop using apr_sockaddr_port_get() accessor function, as it will | Jeff Trawick | 2003-12-05 | 1 | -1/+1 |
* | switch to new pollset api | Jeff Trawick | 2003-11-23 | 1 | -45/+55 |
* | Fold in the CAN-2003-0542 regex patch. | Sander Striker | 2003-10-24 | 1 | -3/+7 |
* | * proxy_http.c (ap_proxy_http_process_response): Send a valid | Joe Orton | 2003-10-22 | 1 | -7/+9 |
* | Check to make sure that the file name is not NULL before passing it to the | Bradley Nicholes | 2003-10-01 | 1 | -2/+2 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 4 | -21/+21 |
* | Forward port security patch for CAN-2003-0254 from 2.0. | Sander Striker | 2003-07-09 | 1 | -0/+2 |
* | Silence a compiler warning. | Victor J. Orlikowski | 2003-04-16 | 1 | -1/+1 |
* | Clarify an error message | Graham Leggett | 2003-04-15 | 1 | -1/+1 |
* | Correct some indenting | Graham Leggett | 2003-04-15 | 1 | -11/+11 |
* | Fixed a segfault when multiple ProxyBlock directives were used. | Graham Leggett | 2003-04-15 | 1 | -0/+2 |
* | After discussions at length on dev@apr/httpd, it is determined that | William A. Rowe Jr | 2003-03-11 | 4 | -40/+4 |
* | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 4 | -20/+20 |
* | foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which | William A. Rowe Jr | 2003-02-18 | 4 | -8/+8 |
* | Hook mod_proxy's fixup before mod_rewrite's fixup, so that by | André Malo | 2003-02-18 | 1 | -1/+6 |
* | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 4 | -24/+60 |
* | Fix up load dependancies to avoid LoadModule ordering | Bradley Nicholes | 2003-02-06 | 3 | -0/+3 |
* | finished that boring job: | André Malo | 2003-02-03 | 6 | -6/+6 |
* | Catch up with the changes to apr/build/win32ver.awk and name all loadable | William A. Rowe Jr | 2003-01-20 | 4 | -8/+8 |
* | Rewrite how proxy sends its request to allow input bodies to morph the request | Justin Erenkrantz | 2002-12-09 | 1 | -52/+146 |
* | 2.0 -> 2.1 | Wilfredo Sanchez | 2002-12-08 | 1 | -2/+2 |
* | mod_proxy: Don't remove the Content-Length from responses | Brian Pane | 2002-12-05 | 1 | -5/+1 |
* | When doing a GET of a proxied URL as a subrequest within | Brian Pane | 2002-11-08 | 1 | -0/+19 |
* | Fix a segfault when the client closes the connection prematurely. | Bill Stoddard | 2002-10-25 | 1 | -1/+1 |
* | Adding the current version string to the link of each NLM | Bradley Nicholes | 2002-10-17 | 4 | -4/+4 |
* | Updating the NLM descriptions in the NetWare make files | Bradley Nicholes | 2002-10-16 | 4 | -4/+4 |
* | Need to import the proxy_module symbol | Bradley Nicholes | 2002-10-14 | 3 | -0/+3 |
* | Haven't heard any vetoes regarding this, so might as well fold it | Jim Jagielski | 2002-10-14 | 3 | -15/+82 |
* | add some parens to quiet a gcc warning: | Jeff Trawick | 2002-09-26 | 1 | -1/+1 |
* | Make sure the contents of the WWW-Authenticate header is | Graham Leggett | 2002-09-26 | 1 | -0/+12 |
* | Check that r->filename is non-null before trying to use | Brian Pane | 2002-09-08 | 1 | -1/+1 |
* | make the output XHTML | Ian Holsman | 2002-08-25 | 1 | -4/+4 |
* | Add A warning when servers don't set their status line | Ian Holsman | 2002-08-22 | 1 | -0/+7 |
* | fix the case when a server doesn't send a response string | Ian Holsman | 2002-08-21 | 1 | -1/+3 |