| Commit message (Expand) | Author | Age | Files | Lines |
| * | New module: mod_execd.c, actual code to follow.execd-dev | Colm MacCarthaigh | 2006-01-14 | 1 | -0/+15 |
| * | Add markers for non-threadsafe calls which need porting. | Colm MacCarthaigh | 2006-01-14 | 4 | -1/+9 |
| * | Small spelling fix. | Graham Leggett | 2005-12-28 | 1 | -1/+1 |
| * | Fix Cookie2 header problems that originates back | Mladen Turk | 2005-12-23 | 1 | -3/+3 |
| * | This shift was treated in 32 bit scope, then masked to 64 bits, | William A. Rowe Jr | 2005-12-20 | 1 | -1/+1 |
| * | Morph the ap_http_broken_backend_filter() proxy "specific" | Jim Jagielski | 2005-12-20 | 4 | -18/+23 |
| * | In Apache-2.x, the function is called apr_pstrdup(). | Martin Kraemer | 2005-12-19 | 1 | -7/+3 |
| * | * Move code for broken backend detection out of core filter into a new http | Ruediger Pluem | 2005-12-18 | 3 | -0/+33 |
| * | * If the mod_proxy backend connection broke in the middle of the response, | Ruediger Pluem | 2005-12-18 | 3 | -6/+26 |
| * | * Fix ap_http_chunk_filter to create correct chunks in the case that a | Ruediger Pluem | 2005-12-17 | 1 | -0/+2 |
| * | Bring forward the fix for CVE-2005-3352 already on the branches: | Joe Orton | 2005-12-16 | 1 | -1/+1 |
| * | * modules/debug/mod_bucketeer.c (bucketeer_out_filter): Only pass on | Joe Orton | 2005-12-16 | 1 | -4/+7 |
| * | Sorry, previous commit was not ok. | Jean-Frederic Clere | 2005-12-15 | 1 | -2/+5 |
| * | The string comming from TC is in ASCII and the string returned by apr_psprint... | Jean-Frederic Clere | 2005-12-15 | 1 | -2/+4 |
| * | OK, while we ponder how best to reuse conn pools for workers, | Jim Jagielski | 2005-12-11 | 1 | -10/+4 |
| * | * revert r355823 and r355837 | Ruediger Pluem | 2005-12-11 | 4 | -39/+5 |
| * | * Let the proxy handler know that the backend connection broke after we have | Ruediger Pluem | 2005-12-11 | 1 | -1/+14 |
| * | * Move handling of backends that broke after the headers have been sent | Ruediger Pluem | 2005-12-11 | 3 | -4/+25 |
| * | Add a comment and use proper grammar for another comment. | Justin Erenkrantz | 2005-12-07 | 1 | -1/+5 |
| * | If a connection aborts while waiting for a chunked line, flag the connection as | Justin Erenkrantz | 2005-12-07 | 1 | -5/+17 |
| * | If we get an error reading the upstream response, we should bail. | Justin Erenkrantz | 2005-12-07 | 1 | -0/+6 |
| * | Add the mod_dbd exports to the NetWare make file | Bradley Nicholes | 2005-12-06 | 1 | -0/+5 |
| * | Improve defaults from 'test' values (and get meaningful errors on | Nick Kew | 2005-12-06 | 1 | -6/+9 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Omit further | Joe Orton | 2005-12-06 | 1 | -2/+5 |
| * | PR 36090 | Nick Kew | 2005-12-05 | 1 | -0/+1 |
| * | * Fix PR37753. Off by one bug in get_path_param eats up too much of the string | Ruediger Pluem | 2005-12-03 | 1 | -1/+1 |
| * | Recover text | William A. Rowe Jr | 2005-12-02 | 1 | -128/+128 |
| * | Until we determine whether we should dip into the connection | Jim Jagielski | 2005-12-01 | 1 | -7/+5 |
| * | minor doc changes already on 2.2 branch | Roy T. Fielding | 2005-12-01 | 1 | -3/+3 |
| * | Check that conn->hostname is valid before we do the string | Jim Jagielski | 2005-11-30 | 1 | -0/+1 |
| * | Fix SSL Protocol hexdumps for EBCDIC systems | Martin Kraemer | 2005-11-30 | 1 | -0/+14 |
| * | First stab at a build environment for mod_authn_dbd | Colm MacCarthaigh | 2005-11-29 | 1 | -0/+132 |
| * | Optional functions are of __cdecl the kind on win32, due to "APU_DECLARE_NONSTD | Colm MacCarthaigh | 2005-11-29 | 2 | -13/+13 |
| * | A first stab at a win32 build environment for mod_dbd. | Colm MacCarthaigh | 2005-11-29 | 1 | -0/+132 |
| * | Give DBD a set of _DECLARE macros consistent with other modules, so that | Colm MacCarthaigh | 2005-11-29 | 2 | -13/+34 |
| * | Fix case where a shared keepalive connection results in | Jim Jagielski | 2005-11-29 | 1 | -3/+13 |
| * | * modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve): Fix warning | Joe Orton | 2005-11-28 | 1 | -1/+1 |
| * | PR#37553 | Nick Kew | 2005-11-21 | 2 | -65/+167 |
| * | Fix a problem with the HTTPS CGI variable not getting set for secure requests... | Bradley Nicholes | 2005-11-21 | 1 | -2/+2 |
| * | Wrap exported functions in AP_DECLARE | Nick Kew | 2005-11-21 | 1 | -8/+9 |
| * | * Minor performance tweak by reusing already calculated strlen in get_body. | Ruediger Pluem | 2005-11-19 | 1 | -1/+1 |
| * | mod_authz_dbd: SQL authz with Login/Session support | Nick Kew | 2005-11-18 | 3 | -0/+340 |
| * | Add defaults and comments for better robustness against misuse | Nick Kew | 2005-11-16 | 2 | -1/+5 |
| * | Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProvider | Justin Erenkrantz | 2005-11-16 | 2 | -30/+4 |
| * | No functional change: remove "internal" tab spacing/formatting. | Jim Jagielski | 2005-11-16 | 23 | -247/+247 |
| * | Fix (Chris Darroch) to register cleanup for persistent connection | Nick Kew | 2005-11-16 | 1 | -20/+23 |
| * | Fix typo in ProxyStatus syntax error message. | Jeff Trawick | 2005-11-16 | 1 | -1/+1 |
| * | Replace dodgy cast with ap_set_string_slot | Nick Kew | 2005-11-15 | 1 | -2/+1 |
| * | Fix driver-dependent potential memor-use bug in preparing statements | Nick Kew | 2005-11-14 | 1 | -1/+2 |
| * | No functional change: more indenting/formatting changes due to | Jim Jagielski | 2005-11-10 | 3 | -10/+10 |