| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_disk_cache: If the Vary'd content is stale, we can handle it via our | Justin Erenkrantz | 2007-05-17 | 1 | -4/+0 |
* | mod_disk_cache: When renegotiating an already cached Vary'd response, do not | Justin Erenkrantz | 2007-05-17 | 1 | -2/+0 |
* | mod_disk_cache: When renegotiating an already cached Vary'd response, create | Justin Erenkrantz | 2007-05-17 | 1 | -0/+9 |
* | RFC 2616 13.2.1 calls out max-age as being a valid 'explicit expiration time', | Justin Erenkrantz | 2007-05-17 | 1 | -4/+5 |
* | Fold in ProxyPassMatch directive with docs. Support | Jim Jagielski | 2007-05-13 | 1 | -14/+52 |
* | Add regex pattern matching to ProxyPass, allowing, | Jim Jagielski | 2007-05-12 | 2 | -11/+44 |
* | - In AP_MODE_SPECULATIVE ap_core_input_filter returns APR_SUCCESS and an empty | Ruediger Pluem | 2007-05-07 | 1 | -3/+11 |
* | * Prevent a segmentation fault if one of the Cache-Control headers | Ruediger Pluem | 2007-05-06 | 1 | -5/+25 |
* | Abstract out (kinda) MSG_PEEK. This way when we | Jim Jagielski | 2007-05-04 | 1 | -2/+6 |
* | re-introduce ap_satisfies API back into core and modify how the access_checke... | Bradley Nicholes | 2007-05-02 | 4 | -41/+10 |
* | * Rework the error handling logic to make it more readable. | Ruediger Pluem | 2007-05-01 | 1 | -42/+40 |
* | check_pipeline: use AP_MODE_SPECULATIVE to check for data in the input filters | Greg Ames | 2007-04-30 | 1 | -3/+2 |
* | newlines | André Malo | 2007-04-24 | 3 | -627/+627 |
* | log the uri for some access-denied paths when r->filename is | Jeff Trawick | 2007-04-17 | 2 | -4/+6 |
* | HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone. Only | Jeff Trawick | 2007-04-12 | 1 | -2/+2 |
* | Move the thread locking upcall initialization before the hardware library init, | Sander Temme | 2007-04-05 | 1 | -4/+4 |
* | removed obsolete -prefix; minor cosmetic changes. | Guenter Knauf | 2007-03-22 | 69 | -1118/+1104 |
* | added proper error message for NetWare. | Guenter Knauf | 2007-03-22 | 1 | -0/+4 |
* | added mod_sedfilter; minor cosmetic changes. | Guenter Knauf | 2007-03-22 | 1 | -8/+9 |
* | removed obsolete -prefix; minor cosmetic changes. | Guenter Knauf | 2007-03-22 | 1 | -9/+8 |
* | removed obsolete -prefix; minor cosmetic changes. | Guenter Knauf | 2007-03-22 | 1 | -9/+8 |
* | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_version): constify | Joe Orton | 2007-03-21 | 1 | -1/+1 |
* | Too many users are baffled by this message. Some days even the devs are ;-) | William A. Rowe Jr | 2007-03-21 | 1 | -3/+6 |
* | *) adds compile-time/run time SSL-C version support | William A. Rowe Jr | 2007-03-21 | 3 | -46/+48 |
* | Even though we don't let our bb grow too large, still | Jim Jagielski | 2007-03-20 | 1 | -0/+8 |
* | Use macros for common code paths... this cleans it up | Jim Jagielski | 2007-03-20 | 1 | -47/+36 |
* | Update build system to know about sedfilter | Jim Jagielski | 2007-03-19 | 2 | -0/+261 |
* | Some minor tweaks... return quickly if given an | Jim Jagielski | 2007-03-19 | 1 | -1/+11 |
* | Add comment to avoid confusion and questions :) | Jim Jagielski | 2007-03-19 | 1 | -1/+6 |
* | Make sure that we are not resending if we have received something from Tomcat. | Jean-Frederic Clere | 2007-03-16 | 1 | -3/+6 |
* | Initial import: mod_sedfilter.c (was mod_sed_filter.c) as | Jim Jagielski | 2007-03-16 | 1 | -0/+522 |
* | Remove the hardcoded size limit parameter for ldap_search_ext_s | Bradley Nicholes | 2007-03-13 | 1 | -5/+10 |
* | * modules/http/http_etag.c (etag_uint64_to_hex): Fix maximum shift | Joe Orton | 2007-03-13 | 1 | -1/+1 |
* | Generate etags consistently across 32-bit and 64-bit platforms: | Joe Orton | 2007-03-12 | 1 | -12/+12 |
* | Add the case_flt experimental modules to the NetWare build | Bradley Nicholes | 2007-03-09 | 3 | -1/+520 |
* | * modules/proxy/ajp_msg.c (ajp_msg_dump, ajp_msg_check_header, | Joe Orton | 2007-02-22 | 1 | -3/+3 |
* | mod_ldap: Fix the search limit parameter to ldap_search_ext_s() | Jeff Trawick | 2007-02-19 | 1 | -3/+6 |
* | Return METHOD_NOT_ALLOWED, not FORBIDDEN, to a TRACE request when | Nick Kew | 2007-02-14 | 2 | -2/+2 |
* | Patch for PR#11540 (submitted by Stuart Children) | Nick Kew | 2007-02-14 | 1 | -0/+10 |
* | * Save the key we generate during our first run of cache_generate_key_default | Ruediger Pluem | 2007-02-12 | 2 | -0/+33 |
* | Change common but incorrect usage of 'depreciated' | Jim Jagielski | 2007-02-08 | 1 | -2/+2 |
* | Further refinement for PR41056 / PR 19954 (mostly-fixed in r480135.) | Jim Jagielski | 2007-02-07 | 1 | -0/+4 |
* | * Add CacheIgnoreQueryString directive to cache requests with a query string | Ruediger Pluem | 2007-02-06 | 3 | -4/+44 |
* | Introduce configuration groups to allow inheritance by virtual hosts of | Chris Darroch | 2007-02-06 | 1 | -153/+276 |
* | Update the hash table of active script pids even on paths where a | Jeff Trawick | 2007-02-04 | 1 | -22/+29 |
* | This time from the top, with three part harmony AND feeling... | Graham Leggett | 2007-02-01 | 5 | -1255/+343 |
* | Implement a BASEDIR build environment variable to allow the NetWare build to ... | Bradley Nicholes | 2007-02-01 | 20 | -20/+20 |
* | * Fix a off-by-one error in parse_format_tag in the case that the last character | Ruediger Pluem | 2007-01-24 | 1 | -1/+3 |
* | We now create memory sub-pools for each DB connection and close DB | Chris Darroch | 2007-01-16 | 1 | -66/+84 |
* | Re-add "proxy-sendextracrlf" first introduced in r157478 and silently removed | Justin Erenkrantz | 2007-01-13 | 1 | -0/+14 |