| Commit message (Expand) | Author | Age | Files | Lines |
* | missing file from r915660, major MMN bump already in original revision | Eric Covener | 2010-02-24 | 1 | -1/+1 |
* | make some sense of the difference between "Client" and "Global" certs in mod_... | Eric Covener | 2010-02-24 | 4 | -24/+34 |
* | mod_negotiation: Preserve query string over multiviews negotiation. | Nick Kew | 2010-02-23 | 2 | -0/+8 |
* | mod_ldap: Eliminate a potential crash with multiple LDAPTrustedClientCert when | Eric Covener | 2010-02-23 | 2 | -3/+9 |
* | mention the quirksof REQUEST_FILENAME earlier. PR48796 | Eric Covener | 2010-02-22 | 2 | -2/+10 |
* | tweak formatting of some recent entries | Jeff Trawick | 2010-02-22 | 1 | -6/+4 |
* | comment only: fix name of hook and try to reword for clarity | Jeff Trawick | 2010-02-22 | 1 | -4/+4 |
* | Fix startup segfault when the Mutex directive is used but no loaded | Jeff Trawick | 2010-02-22 | 4 | -2/+16 |
* | Fix translation error in Polish 404 error message. | Stefan Fritsch | 2010-02-20 | 1 | -1/+1 |
* | Small typo. | Lucien Gentis | 2010-02-20 | 1 | -1/+1 |
* | Updates. | Lucien Gentis | 2010-02-20 | 3 | -4/+42 |
* | mod_proxy_http: get the headers right in a HEAD request with ProxyErrorOverri... | Nick Kew | 2010-02-20 | 2 | -23/+22 |
* | * Silence compiler warning | Ruediger Pluem | 2010-02-18 | 1 | -1/+1 |
* | Make a start on explaining the two kinds of "environment variables" | Daniel Earl Poirier | 2010-02-18 | 1 | -2/+11 |
* | Document that ExpiresActive defaults to off. | Daniel Earl Poirier | 2010-02-18 | 1 | -0/+1 |
* | Correctly update version numbers after adding new function. | Daniel Earl Poirier | 2010-02-18 | 1 | -2/+2 |
* | * Really regard the operation a success, when the client aborted the connection. | Ruediger Pluem | 2010-02-18 | 1 | -1/+4 |
* | Update the htcacheclean init script to take into account the pid of | Graham Leggett | 2010-02-17 | 1 | -9/+13 |
* | Make sure the pidfile is deleted on close. | Graham Leggett | 2010-02-17 | 1 | -2/+1 |
* | Use APR_PID_T_FMT instead of %ld and a cast. | Graham Leggett | 2010-02-16 | 2 | -2/+2 |
* | Fix the help description. | Graham Leggett | 2010-02-16 | 1 | -1/+1 |
* | Update transformations. | Graham Leggett | 2010-02-16 | 4 | -9/+47 |
* | support/rotatelogs: Support the simplest log rotation case, log | Graham Leggett | 2010-02-16 | 3 | -11/+46 |
* | More correct fix for compile warning about discarding constness | Daniel Earl Poirier | 2010-02-16 | 1 | -2/+2 |
* | support/htcacheclean: Teach it how to write a pid file (modelled on | Graham Leggett | 2010-02-16 | 3 | -4/+41 |
* | Log command line on startup, so there's a record of command line | Daniel Earl Poirier | 2010-02-16 | 9 | -0/+45 |
* | Fix compile warning (discarding constness of fname) | Daniel Earl Poirier | 2010-02-16 | 1 | -1/+1 |
* | Add missing headers, remove unused variable. | Graham Leggett | 2010-02-15 | 1 | -2/+3 |
* | Correctly handle the case where apr_brigade_partition() returns APR_INCOMPLETE | Stefan Fritsch | 2010-02-15 | 1 | -5/+7 |
* | added NetWare makefile for mod_reflector. | Guenter Knauf | 2010-02-15 | 2 | -0/+259 |
* | Fix cut and paste fooness, this is not the default handler. | Graham Leggett | 2010-02-15 | 1 | -1/+1 |
* | Handle the pathological case of a connect | Rainer Jung | 2010-02-15 | 1 | -6/+24 |
* | We need to copy the forward proxy data, because it | Rainer Jung | 2010-02-14 | 1 | -2/+2 |
* | Limit sscanf format to the number of chars actually | Rainer Jung | 2010-02-14 | 1 | -3/+4 |
* | In case zlib initialization fails, make sure we do not modify the Content-* | Stefan Fritsch | 2010-02-14 | 1 | -32/+40 |
* | Update transformations. | Graham Leggett | 2010-02-14 | 23 | -190/+334 |
* | Introduce mod_reflector, a handler capable of reflecting POSTed | Graham Leggett | 2010-02-14 | 6 | -0/+342 |
* | mod_proxy_http: Make sure that when an ErrorDocument is served | Graham Leggett | 2010-02-13 | 2 | -16/+43 |
* | Update transformations. | Graham Leggett | 2010-02-13 | 10 | -20/+49 |
* | Fix the location of the note. | Graham Leggett | 2010-02-13 | 1 | -3/+5 |
* | Support wildcards in both the directory and file components of | Graham Leggett | 2010-02-13 | 3 | -79/+139 |
* | Updates. | Lucien Gentis | 2010-02-13 | 2 | -4/+6 |
* | Update transformations. | Rainer Jung | 2010-02-12 | 3 | -3/+9 |
* | Support remote https proxies by using HTTP CONNECT. | Rainer Jung | 2010-02-12 | 7 | -6/+162 |
* | Fix typo in comment. | Rainer Jung | 2010-02-12 | 1 | -1/+1 |
* | fix additional use of "session" terminology, following r907917 | Jeff Trawick | 2010-02-09 | 3 | -9/+9 |
* | fix typo in comment | Jeff Trawick | 2010-02-09 | 1 | -1/+1 |
* | style tweaks | Jeff Trawick | 2010-02-09 | 1 | -6/+3 |
* | * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureRenegotiation): | Joe Orton | 2010-02-09 | 1 | -1/+2 |
* | Illustrate an ->iterator() implementation for mod_socache_shmcb. | William A. Rowe Jr | 2010-02-09 | 2 | -20/+128 |