| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | simple, functional interface to add additional balancer lb selection methods | Jim Jagielski | 2005-08-12 | 4 | -57/+129 |
| * | Fix mess left by incompleteness of previous ProxyPassReverse fix | Nick Kew | 2005-08-12 | 5 | -15/+17 |
| * | Fix build error from cut&paste | Nick Kew | 2005-08-11 | 1 | -3/+4 |
| * | Fix ProxyPassReverse & family to work correctly in <Location> | Nick Kew | 2005-08-10 | 3 | -34/+39 |
| * | * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning. | Joe Orton | 2005-08-09 | 1 | -1/+1 |
| * | Hopefully, address the last edge case where status may | William A. Rowe Jr | 2005-08-09 | 1 | -1/+2 |
| * | Remove the base href tag from mod_proxy_ftp, as it breaks relative | Graham Leggett | 2005-08-09 | 1 | -2/+1 |
| * | Two blank lines for clarity; whitespace only change. | William A. Rowe Jr | 2005-08-08 | 1 | -0/+2 |
| * | We already accept 80 bytes less than the client body's anticipated | William A. Rowe Jr | 2005-08-08 | 1 | -1/+1 |
| * | Drop an impossible case; the while() loop already protected us | William A. Rowe Jr | 2005-08-08 | 1 | -7/+0 |
| * | Fix a double-termination case in svn trunk/; we terminated the | William A. Rowe Jr | 2005-08-08 | 1 | -1/+0 |
| * | An impossible-to-hit edge case today; we described the request | William A. Rowe Jr | 2005-08-08 | 1 | -13/+14 |
| * | Add status param option so that current worker | Mladen Turk | 2005-07-28 | 3 | -2/+41 |
| * | * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix format | Joe Orton | 2005-07-25 | 1 | -1/+4 |
| * | Yet another snafu in body handling. We need to clearly avoid any | William A. Rowe Jr | 2005-07-18 | 1 | -18/+40 |
| * | Fix broken while () {} loops (lingering code from the old logic), | William A. Rowe Jr | 2005-07-18 | 1 | -24/+36 |
| * | This patch adds a new hook (request_status) that gets ran in proxy_handler | Ian Holsman | 2005-07-17 | 2 | -1/+24 |
| * | On Roy's suggestion; why wait to try to clear out the input | William A. Rowe Jr | 2005-07-15 | 1 | -147/+182 |
| * | Fix a style problem; b is ambigous (is it a brigade or bucket?) | William A. Rowe Jr | 2005-07-15 | 1 | -5/+5 |
| * | leaving force-proxy-request-1.0 for broken clients, revert my | William A. Rowe Jr | 2005-07-15 | 1 | -4/+2 |
| * | Missed an edge case; once we know the C-L didn't match, it's | William A. Rowe Jr | 2005-07-14 | 1 | -2/+13 |
| * | How can I fix thee? let me count the ways... | William A. Rowe Jr | 2005-07-14 | 1 | -93/+140 |
| * | Fix two fat-fingered typos from commit 216156. Code matches previous | William A. Rowe Jr | 2005-07-13 | 1 | -2/+2 |
| * | send_request_body and indentation made it very difficult to follow | William A. Rowe Jr | 2005-07-13 | 1 | -105/+99 |
| * | End abuse of apr_strnat[case]cmp - it isn't str[case]cmp. | William A. Rowe Jr | 2005-07-13 | 2 | -20/+21 |
| * | Fix a ton of wrong/silly indention, and clarify the fix-notes | William A. Rowe Jr | 2005-07-08 | 1 | -39/+41 |
| * | This test for TraceEnable cases cannot be buried within the max-forwards | William A. Rowe Jr | 2005-07-06 | 1 | -16/+36 |
| * | Plug AllowTrace extended|on|off into proxy and http core. | William A. Rowe Jr | 2005-07-01 | 1 | -0/+16 |
| * | proxy HTTP: If a response contains both Transfer-Encoding and a | Jeff Trawick | 2005-06-23 | 1 | -1/+16 |
| * | * modules/proxy/mod_proxy_balancer.c (proxy_balancer_pre_request): Fix | Joe Orton | 2005-06-23 | 1 | -1/+1 |
| * | mod_proxy_ftp: Fix comparison of char* to '\0' | Paul Querna | 2005-06-03 | 1 | -1/+1 |
| * | - Use apr_uri_t to parse the proxy URL, instead of munging it by hand. Origin... | Paul Querna | 2005-05-25 | 1 | -25/+12 |
| * | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-15 | 6 | -6/+6 |
| * | Make sure mod_rewrite always runs before mod_proxy in the translate_name hook... | Paul Querna | 2005-05-11 | 1 | -1/+1 |
| * | Link to the correct socket library depending on which one is selected | Bradley Nicholes | 2005-04-18 | 5 | -5/+30 |
| * | Add failover to mod proxy. If the service is unavailable, | Mladen Turk | 2005-04-11 | 1 | -9/+36 |
| * | Set default number of maxattempts to the number of | Mladen Turk | 2005-04-11 | 1 | -1/+11 |
| * | Add two more APIs to the export and import lists for NetWare | Bradley Nicholes | 2005-04-10 | 2 | -0/+4 |
| * | Move direct_connect out of attempt loop. No need to | Mladen Turk | 2005-04-09 | 1 | -36/+27 |
| * | Simplify canon_handler. There is no thing like ajps: | Mladen Turk | 2005-04-09 | 1 | -15/+3 |
| * | Simplify canon_handler. Blancer can have only a single | Mladen Turk | 2005-04-09 | 1 | -3/+1 |
| * | Use two optional functions from mod_ssl so that we | Mladen Turk | 2005-04-09 | 3 | -5/+35 |
| * | Return correct status codes in case of bad request, that | Mladen Turk | 2005-04-09 | 1 | -2/+5 |
| * | Add canon_handler for load balancer so that we have | Mladen Turk | 2005-04-09 | 1 | -0/+52 |
| * | Revert the latest hack for setting query string. | Mladen Turk | 2005-04-09 | 1 | -3/+1 |
| * | Return 'real' error status codes instead APR_EGENERAL. | Mladen Turk | 2005-04-09 | 2 | -40/+43 |
| * | Add r->args to uri->query if the original r->uri | Mladen Turk | 2005-04-09 | 1 | -1/+3 |
| * | Remove useless loging of something that is not an error. | Mladen Turk | 2005-04-09 | 1 | -3/+0 |
| * | * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): | Joe Orton | 2005-04-01 | 1 | -1/+1 |
| * | * modules/proxy/mod_proxy_http.c | Sander Striker | 2005-03-30 | 1 | -1/+1 |