index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Changed the content-length filter to allow streaming delivery
Brian Pane
2002-08-28
1
-114
/
+63
*
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
*
Major/Minor/Min[imal]
Ian Holsman
2002-08-23
1
-7
/
+14
*
new option to ServerTokens. "Maj[or]" which displays a server response
Ian Holsman
2002-08-23
1
-3
/
+10
*
Minor error log typo
Jim Jagielski
2002-08-21
1
-1
/
+1
*
Make module loading error messages more informative
Ian Holsman
2002-08-19
1
-1
/
+3
*
Zero-copy output for small files delivered over keepalive
Brian Pane
2002-08-18
1
-37
/
+33
*
This commit gets Perchild working again. There are holes in this code
Ryan Bloom
2002-08-18
1
-67
/
+153
*
fix weird things that happen with canned error messages due to using two
Greg Ames
2002-08-13
1
-4
/
+0
*
Don't catch more than 1 SIGTERM in the parent process as doing so results
Brian Havard
2002-08-11
1
-0
/
+1
*
Security rollup for 2.0.40 release. Tag and roll baby.
William A. Rowe Jr
2002-08-09
1
-8
/
+18
*
Pardon je, it seems the most obvious solutions are always the easiest
William A. Rowe Jr
2002-08-06
1
-2
/
+2
*
This was never a 'vulnerability'... the APR_FILEPATH_SECUREROOT flag
William A. Rowe Jr
2002-08-06
1
-5
/
+18
*
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
*
format to 80 chars
Ian Holsman
2002-08-04
1
-1
/
+1
*
typo
Ian Holsman
2002-08-02
1
-1
/
+1
*
Restore the ability to specify host names on Listen directives.
Jeff Trawick
2002-07-31
1
-3
/
+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
*
When deciding on the default address family for listening sockets,
Jeff Trawick
2002-07-30
1
-4
/
+13
*
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
*
add notes about a portability problem -- formatting apr_time_t
Jeff Trawick
2002-07-17
1
-0
/
+1
*
suck_in wasn't sucking hard enough. Fixed the header.
William A. Rowe Jr
2002-07-17
1
-0
/
+1
*
How isn't this built on Win32? Thanks Sander.
William A. Rowe Jr
2002-07-15
1
-2
/
+1
*
http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr
2002-07-15
6
-14
/
+15
*
Timeout/time fixes
William A. Rowe Jr
2002-07-15
4
-16
/
+14
*
Adjust the sizes of the pollsets we create/use so that we work again.
David Reid
2002-07-12
1
-3
/
+3
*
Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()
Brian Pane
2002-07-11
1
-1
/
+9
*
Bring Apache in line with APR's new poll implementation. This isn't
Ryan Bloom
2002-07-11
7
-7
/
+14
*
Continue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski
2002-07-10
2
-2
/
+2
*
Narrow service manager access to what is actually needed to perform
William A. Rowe Jr
2002-07-10
1
-13
/
+11
*
spell check a comment
Jeff Trawick
2002-07-10
1
-1
/
+1
[prev]
[next]