index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
experimental
/
perchild
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit gets Perchild working again. There are holes in this code
Ryan Bloom
2002-08-18
1
-67
/
+153
*
Add some debugging logic to perchild. This is almost working now, we just
Ryan Bloom
2002-07-17
1
-19
/
+46
*
Bring Apache in line with APR's new poll implementation. This isn't
Ryan Bloom
2002-07-11
1
-1
/
+2
*
Get the perchild MPM starting different child processes with different
Ryan Bloom
2002-06-30
1
-12
/
+16
*
Fix perchild to work with apachectl by adding -k support to perchild.
Jeff Trawick
2002-06-21
2
-1
/
+2
*
At least get perchild to compile, getting it working is next.
Ryan Bloom
2002-06-13
1
-1
/
+1
*
Now that we have the functionality in apr, we can now have 2.0's
Jim Jagielski
2002-06-07
1
-1
/
+3
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-35
/
+35
*
Fix perchild MPM so that it can be configured with the move to the
Ryan Bloom
2002-04-22
2
-3
/
+3
*
quiet a bogus gcc warning that crops up with -O2
Jeff Trawick
2002-04-05
1
-0
/
+1
*
implement FOREGROUND for perchild and beos MPMs too
Jeff Trawick
2002-04-05
1
-3
/
+4
*
Remove hardcoded paths from MPMs and move them to a more central
Sander Striker
2002-04-04
1
-2
/
+2
*
Migrate perchild to the new lock API, and clean up some of the logic
Ryan Bloom
2002-04-01
2
-206
/
+165
*
Make perchild work with the new bucket_allocation API. Also, allow
Ryan Bloom
2002-04-01
1
-9
/
+26
*
Get the Perchild MPM to compile and serve pages again. There are a lot
Ryan Bloom
2002-04-01
2
-40
/
+21
*
PR:
Paul J. Reder
2002-03-29
1
-1
/
+0
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-4
/
+4
*
Fold the compiled-in knowledge of the allowable AcceptMutex settings into
Jim Jagielski
2002-03-20
1
-2
/
+2
*
no need to kill the scoreboard cleanup anymore on graceful
Jeff Trawick
2002-03-20
1
-3
/
+0
*
Bring 2.0 up to parity, a bit, with how much info we provide to
Jim Jagielski
2002-03-20
1
-0
/
+4
*
The pre_mpm hook creates server-lifetime objects (or at least, for the
William A. Rowe Jr
2002-03-20
1
-1
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
3
-3
/
+3
*
As hinted on dev@httpd, change filter naming schemes to match our
Justin Erenkrantz
2002-03-07
1
-1
/
+1
*
Implement apr_proc_detach changes and allow -DNO_DETACH in the multi-process
Aaron Bannert
2002-02-21
1
-2
/
+3
*
Implement new ScoreBoardFile directive logic. This affects how we
Aaron Bannert
2002-02-15
2
-6
/
+0
*
Remove the install_transport_filters hook. The same function can be
Ryan Bloom
2002-02-05
1
-1
/
+1
*
Not being able to bind to a socket is a fatal error. This makes all
Ryan Bloom
2002-02-04
1
-3
/
+34
*
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
-1
/
+7
*
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
*
Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.
Justin Erenkrantz
2002-01-25
1
-3
/
+2
*
Input filtering prototype change: Socket blocking type should be
Justin Erenkrantz
2002-01-19
1
-4
/
+7
*
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
-8
/
+8
*
add ThreadLimit/ServerLimit to perchild
Jeff Trawick
2001-12-23
1
-49
/
+185
*
fix a nasty bug which periodically led to segfaults trying to
Jeff Trawick
2001-12-23
1
-1
/
+1
*
This gets perchild compiling and serving pages again. It does NOT
Ryan Bloom
2001-12-19
2
-3
/
+3
*
Add a comment about the passoff logic.
Aaron Bannert
2001-12-19
1
-0
/
+3
*
Clean up some of these magic numbers in perchild. Still doesn't actually
Aaron Bannert
2001-12-19
1
-5
/
+12
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
3
-41
/
+44
*
Fix bug that could potentially prevent perchild from working with
Aaron Bannert
2001-12-07
1
-1
/
+1
*
One thing I learned from the worker MPM was that the style changes
Aaron Bannert
2001-12-07
1
-229
/
+270
*
Fix prototype for post_config hook
Cliff Woolley
2001-12-03
1
-1
/
+2
*
Fix a typo (?)
Cliff Woolley
2001-12-03
1
-1
/
+1
*
Get mod_cgid killed when a MPM exits due to a fatal error.
Jeff Trawick
2001-11-17
1
-8
/
+12
*
Pull lingering close out of the pool cleanup phase. This was causing too
Ryan Bloom
2001-11-15
1
-0
/
+1
*
Remove commas from the end of the macros that define
Ryan Bloom
2001-11-13
1
-2
/
+2
[next]