index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the server is configured with an accept mutex type that isn't comaptible
Ryan Bloom
2002-10-11
1
-0
/
+8
*
Fix a compile of compiler warnings. I don't know how these slipped past.
Ryan Bloom
2002-10-11
1
-6
/
+2
*
Fix receive_request, it was using the same location in the iovec for both
Ryan Bloom
2002-10-11
1
-2
/
+2
*
Don't bother destroying the memory pools and buckets for each thread at
Bradley Nicholes
2002-10-03
1
-9
/
+11
*
Allow for compile on systems lacking poll.h
Jim Jagielski
2002-09-08
1
-1
/
+7
*
Removed comments inherited from worker that don't apply
Brian Pane
2002-09-06
1
-7
/
+0
*
Document the updates to leader/followers MPM
Brian Pane
2002-09-01
1
-3
/
+10
*
Switched back to atomic compare-and-swap instead of mutexes
Brian Pane
2002-09-01
1
-114
/
+89
*
Added support for httpd -k option
Brian Pane
2002-09-01
2
-1
/
+2
*
Removing extraneous pod files for leader/follower MPM
Brian Pane
2002-09-01
2
-242
/
+0
*
Win32: First cut as cleaning up mpm_default.h defaults
Bill Stoddard
2002-08-30
2
-45
/
+24
*
Removed unnecessary pool cleanup after a restart or shutdown
Bradley Nicholes
2002-08-28
1
-2
/
+0
*
Adjust the descriptions of these directives, avoid the child/process/thread
Jim Jagielski
2002-08-28
1
-5
/
+5
*
Win32: Add ThreadLimit directive to the windows MPM
Bill Stoddard
2002-08-28
2
-13
/
+77
*
Check for pthread_kill
Ian Holsman
2002-08-25
1
-1
/
+1
*
Minor error log typo
Jim Jagielski
2002-08-21
1
-1
/
+1
*
This commit gets Perchild working again. There are holes in this code
Ryan Bloom
2002-08-18
1
-67
/
+153
*
Don't catch more than 1 SIGTERM in the parent process as doing so results
Brian Havard
2002-08-11
1
-0
/
+1
*
This was an identity... sort of silly really.
William A. Rowe Jr
2002-08-04
1
-3
/
+0
*
INVALID_SOCKET is -1 and appropriate to test throughout.
William A. Rowe Jr
2002-08-04
1
-4
/
+4
*
Lots o bugs and emits here. accept_socket is a handle, although vc and
William A. Rowe Jr
2002-08-04
1
-3
/
+8
*
Outch! Always check completion against actual socket/pipe/file handles,
William A. Rowe Jr
2002-08-04
1
-2
/
+5
*
typo
Ian Holsman
2002-08-02
1
-1
/
+1
*
Drop a redundant destructor.
William A. Rowe Jr
2002-07-31
1
-2
/
+1
*
Continue the effort to back away from shared globals, in the get and
William A. Rowe Jr
2002-07-31
1
-23
/
+61
*
pconf global factors out nicely. The one other pconf appears to be
William A. Rowe Jr
2002-07-29
3
-1171
/
+106
*
Refactor out the child behavior from mpm_winnt. This is the first
William A. Rowe Jr
2002-07-29
1
-0
/
+1022
*
Refactor the ready_event so that it's scope is the absolute minimum
William A. Rowe Jr
2002-07-27
1
-10
/
+36
*
Rather than an arbitrary sleep interval, improve robustness and speed
William A. Rowe Jr
2002-07-27
1
-6
/
+41
*
Hold the Apache screen open on NetWare if exit() is called for any reason
Bradley Nicholes
2002-07-24
1
-0
/
+8
*
zap an unused variable
Jeff Trawick
2002-07-17
1
-1
/
+0
*
Add some debugging logic to perchild. This is almost working now, we just
Ryan Bloom
2002-07-17
1
-19
/
+46
*
Get the prefork MPM using the apr_poll interface directly instead of going
Ryan Bloom
2002-07-17
1
-5
/
+8
*
http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr
2002-07-15
3
-4
/
+5
*
Adjust the sizes of the pollsets we create/use so that we work again.
David Reid
2002-07-12
1
-3
/
+3
*
Bring Apache in line with APR's new poll implementation. This isn't
Ryan Bloom
2002-07-11
7
-7
/
+14
*
Narrow service manager access to what is actually needed to perform
William A. Rowe Jr
2002-07-10
1
-13
/
+11
*
This just bugs me today...
Bill Stoddard
2002-07-05
1
-1
/
+1
*
replaced APR_USEC_PER_SEC division with the new time macros
Brian Pane
2002-07-05
1
-6
/
+6
*
Add a new directive: MaxMemFree. MaxMemFree makes it possible
Sander Striker
2002-07-04
12
-0
/
+12
*
A bit more ap_regkey and apr-ization. Fixes some new bugs where the
William A. Rowe Jr
2002-07-02
3
-21
/
+32
*
The pitfalls of cut'n'paste
William A. Rowe Jr
2002-07-01
1
-7
/
+8
*
Document what the threadpool MPM is
Brian Pane
2002-07-01
1
-0
/
+12
*
Document what the leader MPM is, for the benefit of anyone who
Brian Pane
2002-07-01
1
-0
/
+8
*
Using apr_file_write_full() we have less to worry about,
William A. Rowe Jr
2002-07-01
1
-29
/
+26
*
Eliminate GetModuleFileName()
William A. Rowe Jr
2002-07-01
1
-8
/
+8
*
Remove all the CreateProcess() based code... see the prior commit
William A. Rowe Jr
2002-07-01
1
-233
/
+0
*
Replace CreateProcess with properly formed apr threadproc code.
William A. Rowe Jr
2002-07-01
1
-9
/
+182
*
Get the perchild MPM starting different child processes with different
Ryan Bloom
2002-06-30
1
-12
/
+16
*
Re-architected the select()/accept() loop to allow all threads to rely on sel...
Bradley Nicholes
2002-06-26
1
-95
/
+85
[next]