| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract some more data through the server load API: | Joe Orton | 2012-10-03 | 1 | -0/+4 |
* | Document these new funcs and make it API aware | Jim Jagielski | 2012-09-24 | 1 | -1/+2 |
* | Break out loadavg from Apache load.... one is quick, the other | Jim Jagielski | 2012-09-24 | 1 | -6/+21 |
* | minor name change, but I expect most will just want/need/use | Jim Jagielski | 2012-09-24 | 1 | -2/+2 |
* | Would be nice to have some sort of canonical definition | Jim Jagielski | 2012-09-24 | 1 | -0/+23 |
* | add pre_htaccess hook; in conjunction with earlier dirwalk_stat | Jeff Trawick | 2012-09-24 | 1 | -0/+9 |
* | add dirwalk_stat hook, for use by mpm-itk | Jeff Trawick | 2012-09-21 | 2 | -1/+11 |
* | OK, enable/allow previous broken, bad behavior iff the user | Jim Jagielski | 2012-09-20 | 1 | -1/+1 |
* | Persist local balancer-manager changes across restart/graceful. | Jim Jagielski | 2012-09-18 | 1 | -1/+2 |
* | Add in new type CLEARINUSE which allows the inuse table to | Jim Jagielski | 2012-09-18 | 1 | -3/+7 |
* | Additional entry to slotmem struct requires minor bump | Jim Jagielski | 2012-09-18 | 1 | -1/+2 |
* | Allow for a forced grab of a slotmem slot. | Jim Jagielski | 2012-09-18 | 1 | -0/+7 |
* | ap_sub_req_lookup_dirent() depends on the over-allocation done by | Stefan Fritsch | 2012-09-14 | 1 | -2/+5 |
* | A dependant is depentent on a dependency (note the subtle difference in spell... | Daniel Gruno | 2012-09-04 | 1 | -1/+1 |
* | Move *_DECLARE_* macros to beginning of line in headers. | Guenter Knauf | 2012-08-20 | 3 | -11/+11 |
* | fix typo in comment | Jeff Trawick | 2012-08-19 | 1 | -1/+1 |
* | The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid() | Jeff Trawick | 2012-08-06 | 2 | -4/+7 |
* | core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for the | Jeff Trawick | 2012-08-04 | 1 | -1/+1 |
* | Typo fix | Daniel Gruno | 2012-08-02 | 1 | -1/+1 |
* | bad header info: ap_rflush does not return the number of bytes flushed, it re... | Daniel Gruno | 2012-08-02 | 1 | -1/+1 |
* | core: Add post_perdir_config hook. | Jeff Trawick | 2012-08-01 | 2 | -1/+12 |
* | ap_str(case)cmp_match returns the opposite of what is advertized in the header. | Daniel Gruno | 2012-07-27 | 1 | -2/+2 |
* | Fix handling of ProxyBlock if a forward proxy is configured, and fix | Joe Orton | 2012-07-24 | 1 | -2/+3 |
* | mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/ | Jeff Trawick | 2012-07-23 | 1 | -0/+5 |
* | modernize some commentary on APEXIT_foo values | Jeff Trawick | 2012-07-19 | 1 | -3/+3 |
* | avoid decls for some Unix-specific functions on Win32 too | Jeff Trawick | 2012-07-18 | 1 | -2/+3 |
* | Bump it up because of r1361784. | Rainer Jung | 2012-07-16 | 1 | -1/+2 |
* | Fix indentation. | Rainer Jung | 2012-07-15 | 1 | -55/+55 |
* | Add missing HTTP status codes taken from | Rainer Jung | 2012-07-15 | 1 | -3/+12 |
* | make varbuf functions treat AP_VARBUF_UNKNOWN consistently, improve docs | Stefan Fritsch | 2012-07-10 | 1 | -10/+30 |
* | * include/util_ldap.h: Treat LDAP_UNAVAILABLE as a transient error | Joe Orton | 2012-06-08 | 1 | -1/+1 |
* | s/sinlge/single as per tid 53216. Via Christophe JAILLET | Rich Bowen | 2012-05-10 | 1 | -1/+1 |
* | Try to clarify what client_ip/client_addr means and point to useragent_ip | Stefan Fritsch | 2012-04-26 | 1 | -2/+7 |
* | fix some comments | Stefan Fritsch | 2012-04-20 | 1 | -1/+1 |
* | For a local variable in a macro, use a name that is less likely to clash | Stefan Fritsch | 2012-04-18 | 1 | -2/+2 |
* | * Add the forcerecovery balancer parameter that determines if recovery for | Ruediger Pluem | 2012-03-28 | 1 | -1/+2 |
* | * Partly revert r1303435 and rename pconf back to in_pconf to avoid shadowing | Ruediger Pluem | 2012-03-22 | 1 | -1/+1 |
* | Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build. | Guenter Knauf | 2012-03-21 | 2 | -38/+49 |
* | revert r1294936, which fixed MPM DSO load failures on AIX | Jeff Trawick | 2012-03-16 | 2 | -32/+23 |
* | Bump | Jim Jagielski | 2012-03-08 | 1 | -1/+1 |
* | Docs (and minor comment change) for DefaultRuntimeDir directive | Jim Jagielski | 2012-03-07 | 1 | -1/+1 |
* | Fold on Jeff's DefaultRuntimeDir impl... docs on the way | Jim Jagielski | 2012-03-07 | 3 | -0/+14 |
* | Fix MPM DSO load failure on AIX. | Jeff Trawick | 2012-02-29 | 2 | -23/+32 |
* | Take care not to call ap_start_lingering_close from the listener thread, | Stefan Fritsch | 2012-02-27 | 1 | -3/+5 |
* | Fix another compiler warning | Stefan Fritsch | 2012-02-25 | 1 | -1/+1 |
* | Fix compiler warning | Stefan Fritsch | 2012-02-25 | 1 | -1/+1 |
* | Fix MMN in comment | Stefan Fritsch | 2012-02-24 | 1 | -1/+1 |
* | In maintainer mode, replace apr_palloc with a version that | Stefan Fritsch | 2012-02-24 | 2 | -1/+19 |
* | Add AP_HAVE_C99 to make correct check for C99 less onerous | Stefan Fritsch | 2012-02-21 | 2 | -7/+10 |
* | BZ 52623: Fix building against PCRE 8.30. | Rainer Jung | 2012-02-11 | 2 | -2/+3 |