index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
mpm
Commit message (
Expand
)
Author
Age
Files
Lines
*
* event.c: Create ptrans pool as a child of pconf, to fix APR pool
Paul Querna
2005-06-01
1
-1
/
+1
*
downgrade the log level of a proc_mutex_unlock error message
Jeff Trawick
2005-05-31
1
-1
/
+7
*
* server/mpm/worker/worker.c (listener_thread): Create ptrans pool as
Joe Orton
2005-05-19
1
-1
/
+1
*
missed a couple.
Greg Ames
2005-05-06
2
-10
/
+4
*
Remove this old email from the source tree.
Paul Querna
2005-05-06
1
-94
/
+0
*
worker and event mpms: transient thread creation errors shouldn't take down
Greg Ames
2005-05-04
2
-41
/
+87
*
Allow httpd on NetWare to build using either the standard socket libraries or...
Bradley Nicholes
2005-04-14
1
-3
/
+11
*
the style police have been sleeping
Greg Ames
2005-04-05
1
-1
/
+1
*
Win32: Eliminate useless debug error message
Bill Stoddard
2005-04-05
1
-4
/
+0
*
Fix Windows CompContext buff size miscalculation
Allan K. Edwards
2005-03-22
1
-2
/
+2
*
sync with mod_status hacks in the worker mpm.
Paul Querna
2005-03-16
1
-0
/
+2
*
Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...
Paul Querna
2005-03-08
1
-2
/
+20
*
Make sure that the secure listen sockets that are created and injected into t...
Bradley Nicholes
2005-03-08
1
-1
/
+3
*
worker MPM/mod_status: Support per-worker tracking of pid and
Jeff Trawick
2005-03-05
1
-0
/
+2
*
Win32: Init the args to mpm_service_install(). Prevents nasty things like seg...
Bill Stoddard
2005-03-01
1
-22
/
+26
*
Win32: output some useful debug messages when installing the service
Bill Stoddard
2005-02-18
1
-0
/
+4
*
Win32: Move call of mpm_service_install to rewrite_args hook but continue thr...
Bill Stoddard
2005-02-18
1
-7
/
+32
*
Fix some symbols which should -not- be exported, and decorate real_exit_code
William A. Rowe Jr
2005-02-18
4
-15
/
+15
*
Remove formatting characters from ap_log_error() calls. These
Jeff Trawick
2005-02-09
1
-3
/
+3
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
48
-48
/
+96
*
Eliminate a very ugly race - the parallel starting threads were picking
William A. Rowe Jr
2005-01-02
1
-12
/
+14
*
ap_queue_push: update comment to reflect reality
Greg Ames
2004-12-09
2
-6
/
+8
*
* server/mpm/experimental/event/event.c: Go through and reformat and correct
Justin Erenkrantz
2004-12-04
1
-53
/
+58
*
fix child process aborts with
Greg Ames
2004-12-03
1
-3
/
+49
*
worker MPM: Fix a problem which could cause httpd processes to
Jeff Trawick
2004-12-02
1
-0
/
+18
*
Fixing various compiler error when compiling against the latest version of Li...
Bradley Nicholes
2004-11-27
1
-1
/
+1
*
listener_thread: no functional changes, formatting changes only
Greg Ames
2004-11-27
1
-116
/
+115
*
only need one main listener loop.
Greg Ames
2004-11-27
1
-13
/
+5
*
make the type field in listener_poll_type an enum to make gdb output more
Greg Ames
2004-11-27
1
-5
/
+7
*
If thread_num is long, this better be an %ld
William A. Rowe Jr
2004-11-26
1
-2
/
+2
*
The Event MPM.
Paul Querna
2004-11-20
10
-3
/
+3098
*
Remove the .cvsignore files.
Joe Orton
2004-11-19
8
-37
/
+0
*
parm cast should be DWORD
Allan K. Edwards
2004-10-06
1
-2
/
+2
*
remove dead code
Jeff Trawick
2004-10-06
1
-4
/
+0
*
clarify select() usage on Windows
Allan K. Edwards
2004-10-06
1
-1
/
+2
*
WIN64: fix some windows specific 64bit warnings
Allan K. Edwards
2004-10-06
1
-2
/
+2
*
WIN64: SOCKET is not int on 64bit platforms
Allan K. Edwards
2004-10-05
1
-6
/
+6
*
WIN64: first in a series to get Windows IA64 builds clean, this serves pages
Allan K. Edwards
2004-09-22
2
-9
/
+14
*
Win32: Fix stranded piped loggers on apache -k start,restart,config,install
Bill Stoddard
2004-08-25
1
-0
/
+8
*
WinNT MPM: Fix a broken log message at termination.
Jeff Trawick
2004-08-14
1
-1
/
+2
*
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),
Joe Orton
2004-08-11
1
-4
/
+4
*
perchild MPM: Fix thread safety problem in the use of longjmp().
Jeff Trawick
2004-07-31
1
-3
/
+5
*
Prevent Win32 pool corruption at startup
Allan K. Edwards
2004-05-03
1
-2
/
+17
*
disable the use of acceptex on Win9x systems automatically
André Malo
2004-04-24
1
-0
/
+5
*
Fix a typo and clean up some tab characters.
Bradley Nicholes
2004-04-14
1
-25
/
+25
*
the eight space tabs are harassing me.
André Malo
2004-04-11
1
-366
/
+369
*
*) SECURITY: CAN-2004-0174 (cve.mitre.org)
Jeff Trawick
2004-03-19
1
-3
/
+0
*
Adapt the mpm_netware version of the ThreadStackSize directive to the common ...
Bradley Nicholes
2004-03-17
3
-17
/
+9
*
Report the NetWare socket error since we are using native socket calls
Bradley Nicholes
2004-03-16
1
-1
/
+1
*
use existing directive name ThreadStackSize instead of
Jeff Trawick
2004-03-15
5
-9
/
+10
[next]