summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extract some more data through the server load API:Joe Orton2012-10-031-0/+4
* Document these new funcs and make it API awareJim Jagielski2012-09-241-1/+2
* Break out loadavg from Apache load.... one is quick, the otherJim Jagielski2012-09-241-6/+21
* minor name change, but I expect most will just want/need/useJim Jagielski2012-09-241-2/+2
* Would be nice to have some sort of canonical definitionJim Jagielski2012-09-241-0/+23
* add pre_htaccess hook; in conjunction with earlier dirwalk_statJeff Trawick2012-09-241-0/+9
* add dirwalk_stat hook, for use by mpm-itkJeff Trawick2012-09-212-1/+11
* OK, enable/allow previous broken, bad behavior iff the userJim Jagielski2012-09-201-1/+1
* Persist local balancer-manager changes across restart/graceful.Jim Jagielski2012-09-181-1/+2
* Add in new type CLEARINUSE which allows the inuse table toJim Jagielski2012-09-181-3/+7
* Additional entry to slotmem struct requires minor bumpJim Jagielski2012-09-181-1/+2
* Allow for a forced grab of a slotmem slot.Jim Jagielski2012-09-181-0/+7
* ap_sub_req_lookup_dirent() depends on the over-allocation done byStefan Fritsch2012-09-141-2/+5
* A dependant is depentent on a dependency (note the subtle difference in spell...Daniel Gruno2012-09-041-1/+1
* Move *_DECLARE_* macros to beginning of line in headers.Guenter Knauf2012-08-203-11/+11
* fix typo in commentJeff Trawick2012-08-191-1/+1
* The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()Jeff Trawick2012-08-062-4/+7
* core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for theJeff Trawick2012-08-041-1/+1
* Typo fixDaniel Gruno2012-08-021-1/+1
* bad header info: ap_rflush does not return the number of bytes flushed, it re...Daniel Gruno2012-08-021-1/+1
* core: Add post_perdir_config hook.Jeff Trawick2012-08-012-1/+12
* ap_str(case)cmp_match returns the opposite of what is advertized in the header.Daniel Gruno2012-07-271-2/+2
* Fix handling of ProxyBlock if a forward proxy is configured, and fixJoe Orton2012-07-241-2/+3
* mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/Jeff Trawick2012-07-231-0/+5
* modernize some commentary on APEXIT_foo valuesJeff Trawick2012-07-191-3/+3
* avoid decls for some Unix-specific functions on Win32 tooJeff Trawick2012-07-181-2/+3
* Bump it up because of r1361784.Rainer Jung2012-07-161-1/+2
* Fix indentation.Rainer Jung2012-07-151-55/+55
* Add missing HTTP status codes taken fromRainer Jung2012-07-151-3/+12
* make varbuf functions treat AP_VARBUF_UNKNOWN consistently, improve docsStefan Fritsch2012-07-101-10/+30
* * include/util_ldap.h: Treat LDAP_UNAVAILABLE as a transient errorJoe Orton2012-06-081-1/+1
* s/sinlge/single as per tid 53216. Via Christophe JAILLETRich Bowen2012-05-101-1/+1
* Try to clarify what client_ip/client_addr means and point to useragent_ipStefan Fritsch2012-04-261-2/+7
* fix some commentsStefan Fritsch2012-04-201-1/+1
* For a local variable in a macro, use a name that is less likely to clashStefan Fritsch2012-04-181-2/+2
* * Add the forcerecovery balancer parameter that determines if recovery forRuediger Pluem2012-03-281-1/+2
* * Partly revert r1303435 and rename pconf back to in_pconf to avoid shadowingRuediger Pluem2012-03-221-1/+1
* Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build.Guenter Knauf2012-03-212-38/+49
* revert r1294936, which fixed MPM DSO load failures on AIXJeff Trawick2012-03-162-32/+23
* BumpJim Jagielski2012-03-081-1/+1
* Docs (and minor comment change) for DefaultRuntimeDir directiveJim Jagielski2012-03-071-1/+1
* Fold on Jeff's DefaultRuntimeDir impl... docs on the wayJim Jagielski2012-03-073-0/+14
* Fix MPM DSO load failure on AIX.Jeff Trawick2012-02-292-23/+32
* Take care not to call ap_start_lingering_close from the listener thread,Stefan Fritsch2012-02-271-3/+5
* Fix another compiler warningStefan Fritsch2012-02-251-1/+1
* Fix compiler warningStefan Fritsch2012-02-251-1/+1
* Fix MMN in commentStefan Fritsch2012-02-241-1/+1
* In maintainer mode, replace apr_palloc with a version thatStefan Fritsch2012-02-242-1/+19
* Add AP_HAVE_C99 to make correct check for C99 less onerousStefan Fritsch2012-02-212-7/+10
* BZ 52623: Fix building against PCRE 8.30.Rainer Jung2012-02-112-2/+3