summaryrefslogtreecommitdiffstats
path: root/server/scoreboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sources build with latest clang versionStefan Eissing2023-04-271-2/+2
* *) core: add ap_sb_get_child_thread() to retrieve child_numStefan Eissing2022-04-191-0/+8
* Fix a NULL pointer dereferenceRuediger Pluem2020-05-251-1/+1
* * server/scoreboard.c (open_scoreboard): Create the scoreboard in theJoe Orton2019-06-211-12/+5
* mod_status: Cumulate CPU time of exited childRainer Jung2018-08-071-0/+17
* mod_status: Add cumulated response duration timeRainer Jung2018-08-071-0/+3
* Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the useJim Jagielski2018-08-011-8/+17
* core, mpm_event: Add ap_update_sb_handle() to avoid a small memory leak ofYann Ylavic2017-07-211-2/+8
* 80 charsEric Covener2017-01-251-1/+2
* PR60647: ACC per connection not available w/ event MPMEric Covener2017-01-251-0/+11
* Revert to 2.4.1 behavior and null the request and vhost as appropriate. PR 59333William A. Rowe Jr2016-04-281-0/+6
* Ensure http2 follows http in the meaning ofWilliam A. Rowe Jr2016-04-271-1/+1
* scoreboard/status: follow up to 1739146.Yann Ylavic2016-04-141-1/+0
* scoreboard/status: follow up to r1739008.Yann Ylavic2016-04-141-57/+37
* scoreboard/status: Keep previous worker connection/request data when idle asYann Ylavic2016-04-131-7/+20
* Make ap_find_child_by_pid() look at all slots that have ever been used.Stefan Fritsch2016-04-111-1/+1
* A rather ugly patch since the code was refactored recently to excludeWilliam A. Rowe Jr2016-02-121-7/+10
* scoreboard addition of protocol, new ap_udpte_child_status methodsStefan Eissing2016-01-211-32/+76
* core: fix scoreboard alignment issues and crash (SIGBUS) on picky hardware.Yann Ylavic2015-10-161-10/+15
* core: follow up to r1668532: always initialize optional_fn pointers in ap_cre...Yann Ylavic2015-03-231-0/+1
* core: Initialize scoreboard's used optional functions on graceful restarts toYann Ylavic2015-03-231-4/+5
* * server/scoreboard.c: Check for child_num < 0 also in ap_update_child_statusJan Kaluža2014-11-111-2/+2
* mod_status should honor remote_ip as documentedJim Jagielski2014-09-111-2/+8
* SECURITY (CVE-2014-0226): Fix a race condition in scoreboard handling,Joe Orton2014-07-141-0/+15
* Have static analyser tool happy.Christophe Jaillet2013-07-171-1/+1
* save a apr_time_now() call for every request.Jim Jagielski2012-12-051-3/+3
* core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for theJeff Trawick2012-08-041-2/+2
* Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build.Guenter Knauf2012-03-211-2/+3
* Add the port number to the vhost's name in the scoreboardStefan Fritsch2012-02-271-2/+3
* SECURITY (CVE-2012-0031): Fix possible crash on shutdown if a childJoe Orton2012-01-111-2/+3
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-5/+5
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-191-8/+2
* s/seperate/separate/Jeff Trawick2011-06-171-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+3
* fix some logging calls to include the server_recJeff Trawick2011-02-261-6/+6
* whitespaceJim Jagielski2011-01-131-1/+1
* OK... a good commit point (we don't quite compile yet though...)Jim Jagielski2011-01-131-40/+1
* running_gen was only set to an interesting value on a pathJeff Trawick2010-09-011-3/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-261-0/+35
* * server/scoreboard.c::ap_create_scoreboardRuediger Pluem2009-12-021-0/+2
* Use the new ap_update_child_status_from_conn() to put the client IP into theStefan Fritsch2009-10-181-0/+2
* mod_logio: introduce new optional function ap_logio_get_last_bytes to getStefan Fritsch2009-10-081-3/+17
* refactor child status update functions to accommodate the addition ofJeff Trawick2009-10-031-16/+29
* Provide new ap_update_child_status_from_conn() mostlyJim Jagielski2009-10-031-2/+17
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-2/+3
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-1/+1
* * Enable the proxy to keep connections persistent in the HTTPS case.Ruediger Pluem2007-12-081-0/+12
* * Use the same declaration for ap_time_process_request as in the header file.Ruediger Pluem2007-11-041-1/+1