index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
scoreboard.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sources build with latest clang version
Stefan Eissing
2023-04-27
1
-2
/
+2
*
*) core: add ap_sb_get_child_thread() to retrieve child_num
Stefan Eissing
2022-04-19
1
-0
/
+8
*
Fix a NULL pointer dereference
Ruediger Pluem
2020-05-25
1
-1
/
+1
*
* server/scoreboard.c (open_scoreboard): Create the scoreboard in the
Joe Orton
2019-06-21
1
-12
/
+5
*
mod_status: Cumulate CPU time of exited child
Rainer Jung
2018-08-07
1
-0
/
+17
*
mod_status: Add cumulated response duration time
Rainer Jung
2018-08-07
1
-0
/
+3
*
Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the use
Jim Jagielski
2018-08-01
1
-8
/
+17
*
core, mpm_event: Add ap_update_sb_handle() to avoid a small memory leak of
Yann Ylavic
2017-07-21
1
-2
/
+8
*
80 chars
Eric Covener
2017-01-25
1
-1
/
+2
*
PR60647: ACC per connection not available w/ event MPM
Eric Covener
2017-01-25
1
-0
/
+11
*
Revert to 2.4.1 behavior and null the request and vhost as appropriate. PR 59333
William A. Rowe Jr
2016-04-28
1
-0
/
+6
*
Ensure http2 follows http in the meaning of
William A. Rowe Jr
2016-04-27
1
-1
/
+1
*
scoreboard/status: follow up to 1739146.
Yann Ylavic
2016-04-14
1
-1
/
+0
*
scoreboard/status: follow up to r1739008.
Yann Ylavic
2016-04-14
1
-57
/
+37
*
scoreboard/status: Keep previous worker connection/request data when idle as
Yann Ylavic
2016-04-13
1
-7
/
+20
*
Make ap_find_child_by_pid() look at all slots that have ever been used.
Stefan Fritsch
2016-04-11
1
-1
/
+1
*
A rather ugly patch since the code was refactored recently to exclude
William A. Rowe Jr
2016-02-12
1
-7
/
+10
*
scoreboard addition of protocol, new ap_udpte_child_status methods
Stefan Eissing
2016-01-21
1
-32
/
+76
*
core: fix scoreboard alignment issues and crash (SIGBUS) on picky hardware.
Yann Ylavic
2015-10-16
1
-10
/
+15
*
core: follow up to r1668532: always initialize optional_fn pointers in ap_cre...
Yann Ylavic
2015-03-23
1
-0
/
+1
*
core: Initialize scoreboard's used optional functions on graceful restarts to
Yann Ylavic
2015-03-23
1
-4
/
+5
*
* server/scoreboard.c: Check for child_num < 0 also in ap_update_child_status
Jan Kaluža
2014-11-11
1
-2
/
+2
*
mod_status should honor remote_ip as documented
Jim Jagielski
2014-09-11
1
-2
/
+8
*
SECURITY (CVE-2014-0226): Fix a race condition in scoreboard handling,
Joe Orton
2014-07-14
1
-0
/
+15
*
Have static analyser tool happy.
Christophe Jaillet
2013-07-17
1
-1
/
+1
*
save a apr_time_now() call for every request.
Jim Jagielski
2012-12-05
1
-3
/
+3
*
core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for the
Jeff Trawick
2012-08-04
1
-2
/
+2
*
Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build.
Guenter Knauf
2012-03-21
1
-2
/
+3
*
Add the port number to the vhost's name in the scoreboard
Stefan Fritsch
2012-02-27
1
-2
/
+3
*
SECURITY (CVE-2012-0031): Fix possible crash on shutdown if a child
Joe Orton
2012-01-11
1
-2
/
+3
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-5
/
+5
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-1
/
+1
*
Add wrappers for malloc, calloc, realloc that check for out of memory
Stefan Fritsch
2011-09-19
1
-8
/
+2
*
s/seperate/separate/
Jeff Trawick
2011-06-17
1
-1
/
+1
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-1
/
+3
*
fix some logging calls to include the server_rec
Jeff Trawick
2011-02-26
1
-6
/
+6
*
whitespace
Jim Jagielski
2011-01-13
1
-1
/
+1
*
OK... a good commit point (we don't quite compile yet though...)
Jim Jagielski
2011-01-13
1
-40
/
+1
*
running_gen was only set to an interesting value on a path
Jeff Trawick
2010-09-01
1
-3
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
Refactor mod_status out of the ExtendedStatus toggle picture, as other
William A. Rowe Jr
2010-01-26
1
-0
/
+35
*
* server/scoreboard.c::ap_create_scoreboard
Ruediger Pluem
2009-12-02
1
-0
/
+2
*
Use the new ap_update_child_status_from_conn() to put the client IP into the
Stefan Fritsch
2009-10-18
1
-0
/
+2
*
mod_logio: introduce new optional function ap_logio_get_last_bytes to get
Stefan Fritsch
2009-10-08
1
-3
/
+17
*
refactor child status update functions to accommodate the addition of
Jeff Trawick
2009-10-03
1
-16
/
+29
*
Provide new ap_update_child_status_from_conn() mostly
Jim Jagielski
2009-10-03
1
-2
/
+17
*
Introduce a new set of APIs to allow MPMs to be proper modules instead
Jeff Trawick
2009-03-24
1
-2
/
+3
*
API Cleanup in preperation for 2.4.x, make sure all exported functions or var...
Paul Querna
2008-12-02
1
-1
/
+1
*
* Enable the proxy to keep connections persistent in the HTTPS case.
Ruediger Pluem
2007-12-08
1
-0
/
+12
*
* Use the same declaration for ap_time_process_request as in the header file.
Ruediger Pluem
2007-11-04
1
-1
/
+1
[next]