index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
beos
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement new ScoreBoardFile directive logic. This affects how we
Aaron Bannert
2002-02-15
2
-8
/
+0
*
Reintroduce the create_connection hook. This hook is required to enable
Bill Stoddard
2002-02-01
1
-1
/
+1
*
This patch restores most of Ryan's patch (11/12/2001) to remove the
Bill Stoddard
2002-01-29
1
-1
/
+1
*
Take advantage of the new pre_config return value when apr_proc_detach
Aaron Bannert
2002-01-29
1
-2
/
+9
*
The pre_config hook now takes a return value. This allows modules to
Aaron Bannert
2002-01-29
1
-1
/
+3
*
fix the problem where a scoreboard init failure could leave
Jeff Trawick
2002-01-28
1
-1
/
+3
*
Remove the create_connection hook and put the client_socket back into the
Bill Stoddard
2002-01-27
1
-1
/
+1
*
Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.
Lars Eilebrecht
2002-01-20
1
-2
/
+2
*
This patch eliminated from the _SHARED_ segment of the scoreboard all
William A. Rowe Jr
2002-01-10
1
-1
/
+1
*
handle the disappearance of apr_lock_create_np() and
Jeff Trawick
2001-12-30
1
-2
/
+2
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
2
-40
/
+45
*
Change the beos mpm to use the new pools creation call to try and
David Reid
2001-12-14
1
-4
/
+5
*
Get mod_cgid killed when a MPM exits due to a fatal error.
Jeff Trawick
2001-11-17
1
-5
/
+12
*
Update the beos MPM to have better naming and also allow for
David Reid
2001-11-16
2
-71
/
+73
*
Pull lingering close out of the pool cleanup phase. This was causing too
Ryan Bloom
2001-11-15
1
-0
/
+1
*
Add the server_rec argument back to the create_connection hook.
Ryan Bloom
2001-11-13
1
-1
/
+1
*
Remove commas from the end of the macros that define
Ryan Bloom
2001-11-13
1
-2
/
+2
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-13
1
-1
/
+1
*
Remove ap_lingering_close from all of the MPMs. This is now done as
Ryan Bloom
2001-11-10
1
-1
/
+0
*
Add back in the daemon commands so that User/Group are OK
David Reid
2001-11-08
1
-2
/
+3
*
Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
Cliff Woolley
2001-11-07
1
-2
/
+2
*
Fix the reporting for child processes that die. This removes
Ryan Bloom
2001-10-23
1
-3
/
+4
*
Switch back to SIGUSR1 for graceful restarts on all platforms that
Justin Erenkrantz
2001-09-19
1
-11
/
+12
*
Add -X functionality back to httpd.
Justin Erenkrantz
2001-08-30
1
-3
/
+10
*
fix some homophonic issues in comments, as well as some
Jeff Trawick
2001-08-15
1
-2
/
+2
*
change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
Jeff Trawick
2001-08-13
1
-1
/
+1
*
allow non-Unix MPMs to use mpm_common.c by not automatically
Jeff Trawick
2001-08-13
1
-0
/
+2
*
Begin to sanitize the MPM configuration directives. Now, all
Ryan Bloom
2001-08-13
2
-70
/
+5
*
waitpid doesn't seem to be doing what it's supposed to, so in an attempt
David Reid
2001-07-26
1
-6
/
+21
*
Get ONE_PROCESS working again for beos.
David Reid
2001-07-20
1
-24
/
+32
*
Some small changes...
David Reid
2001-07-19
1
-9
/
+20
*
Make scoreboard creation a hook. This allows management
Ryan Bloom
2001-07-18
1
-1
/
+1
*
Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
Paul J. Reder
2001-07-18
1
-1
/
+4
*
Add additional query datum to the MPMs.
William A. Rowe Jr
2001-06-27
1
-0
/
+15
*
get the MPMs consistent w.r.t. visibility of ap_max_requests_per_child
Jeff Trawick
2001-05-07
2
-2
/
+1
*
Add more options to the ap_mpm_query function. This also allows MPMs to
Ryan Bloom
2001-04-13
2
-2
/
+12
*
Now that apr_poll has been corrected and doesn't loose fd's between calls
David Reid
2001-03-30
1
-2
/
+2
*
This change actually gets beos shutting down and restarting!
David Reid
2001-03-21
1
-41
/
+66
*
Declaration of ap_reclaim_child_processes() in exports.c needs to be
Brian Havard
2001-03-19
1
-1
/
+1
*
Get the beos mpm building again following the recent addition of the
David Reid
2001-03-04
1
-2
/
+2
*
Allow modules to query the MPM about it's execution profile. This
Ryan Bloom
2001-03-02
1
-5
/
+16
*
remove ap_{post_config,child_init}_hook
Doug MacEachern
2001-02-23
1
-1
/
+1
*
rename miss: s/apr_clear_pool/apr_pool_clear/g
Doug MacEachern
2001-02-19
1
-1
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
4
-4
/
+4
*
Beos R5 and below don't have the sin_len member in sockaddr_in so don't
David Reid
2001-02-14
1
-0
/
+2
*
doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...
Doug MacEachern
2001-02-14
1
-3
/
+3
*
This is a huge change that gets beos building again. Essentially it
David Reid
2001-02-13
1
-105
/
+136
*
More changes to the way that we use mod_status on beos.
David Reid
2001-02-13
2
-22
/
+18
*
OK, this is the start of getting things running on BeOS again :)
David Reid
2001-02-13
2
-11
/
+12
*
INIT_SIGLIST() is gone; stop using it
Jeff Trawick
2001-02-11
1
-1
/
+0
[next]