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
/
worker
Commit message (
Expand
)
Author
Age
Files
Lines
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
3
-132
/
+132
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-8
/
+8
*
use Greg's cleaner fix for CAN-2005-2970
Jeff Trawick
2005-10-08
1
-13
/
+9
*
SECURITY: CAN-2005-2970 (cve.mitre.org)
Jeff Trawick
2005-09-30
1
-0
/
+5
*
Revert one part. I should have tested seperately. This line isn't neccessary.
Colm MacCarthaigh
2005-08-31
1
-1
/
+1
*
Actually allow the admin to set thread_limit higher than the default.
Colm MacCarthaigh
2005-08-31
1
-3
/
+3
*
More getpid format fixes
Jim Jagielski
2005-08-31
1
-4
/
+4
*
*how* did I mis-spell that.
Colm MacCarthaigh
2005-08-29
1
-1
/
+1
*
Move the "GracefulShutdownTimeout" command definition into mpm_common
Colm MacCarthaigh
2005-08-29
1
-3
/
+1
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-28
4
-0
/
+37
*
Implement a graceful-stop for the worker MPM. We close our listeners, and then
Colm MacCarthaigh
2005-08-27
2
-6
/
+74
*
Implement "de-listening" in the worker MPM. Fixes PR28167. Comments in CHANGES
Colm MacCarthaigh
2005-08-24
1
-0
/
+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
1
-5
/
+2
*
worker and event mpms: transient thread creation errors shouldn't take down
Greg Ames
2005-05-04
1
-21
/
+44
*
the style police have been sleeping
Greg Ames
2005-04-05
1
-1
/
+1
*
worker MPM/mod_status: Support per-worker tracking of pid and
Jeff Trawick
2005-03-05
1
-0
/
+2
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
7
-7
/
+14
*
ap_queue_push: update comment to reflect reality
Greg Ames
2004-12-09
1
-3
/
+4
*
worker MPM: Fix a problem which could cause httpd processes to
Jeff Trawick
2004-12-02
1
-0
/
+18
*
Remove the .cvsignore files.
Joe Orton
2004-11-19
1
-5
/
+0
*
use existing directive name ThreadStackSize instead of
Jeff Trawick
2004-03-15
1
-2
/
+2
*
Threaded MPMs for Unix and Win32: Add WorkerStackSize directive
Jeff Trawick
2004-03-11
2
-0
/
+5
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
7
-7
/
+7
*
fix copyright dates according to the first checkin
André Malo
2004-02-08
7
-7
/
+7
*
apply Apache License, Version 2.0
André Malo
2004-02-06
7
-371
/
+71
*
worker MPM: fix stack overlay bug that could cause the parent
Jeff Trawick
2004-01-28
1
-1
/
+2
*
Unix MPMs: Stop dropping connections when the file descriptor
Jeff Trawick
2004-01-27
1
-10
/
+0
*
update license to 2004.
André Malo
2004-01-01
7
-7
/
+7
*
remove inadvertent commit of clumsy gdb workaround (sorry!)
Jeff Trawick
2003-12-13
1
-5
/
+0
*
update leader, threadpool, and worker MPMs to return MPM state
Jeff Trawick
2003-12-13
1
-4
/
+31
*
remove calls to the apr_proc_other_child_read function that no longer exists
Brian Pane
2003-11-24
1
-1
/
+2
*
Switch over to the new pollset API.
Greg Stein
2003-11-16
1
-30
/
+52
*
Switch to the new 32-bit APR atomic API for better portability
Brian Pane
2003-09-29
1
-14
/
+18
*
Add casts to apr_atomic_casptr arguments to avoid compiler warnings
Brian Pane
2003-09-13
1
-3
/
+3
*
Lower the severity of the "listener thread didn't exit" message
Jeff Trawick
2003-09-05
1
-1
/
+1
*
Fix a misleading message from the some of the threaded MPMs when
Jeff Trawick
2003-09-05
1
-1
/
+1
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-2
/
+2
*
Updated the various MPM's to use the new bucket_alloc_create_ex API
Cliff Woolley
2003-08-28
1
-4
/
+1
*
Make sure that the global ap_max_mem_free is initialized along with the
Bradley Nicholes
2003-08-27
1
-0
/
+3
*
Minor cleanups:
Joe Orton
2003-07-10
1
-9
/
+2
*
Minor cleanup:
Joe Orton
2003-07-10
1
-3
/
+1
*
consolidate code related to sig_coredump
Jeff Trawick
2003-04-09
2
-72
/
+8
*
SECURITY: Eliminated leaks of several file descriptors to child
William A. Rowe Jr
2003-03-20
1
-0
/
+4
*
finished that boring job:
André Malo
2003-02-03
7
-7
/
+7
*
fix the type of the idlers field to match what apr_atomic_cas() expects
Jeff Trawick
2003-01-15
1
-1
/
+1
*
Replace most of the mutex locking in the worker MPM's "queue info"
Brian Pane
2003-01-03
1
-42
/
+111
*
Adjust the descriptions of these directives, avoid the child/process/thread
Jim Jagielski
2002-08-28
1
-5
/
+5
*
Minor error log typo
Jim Jagielski
2002-08-21
1
-1
/
+1
[next]