You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/04/28 21:21:57 UTC

[1/3] trafficserver git commit: TS-3561 Background Fetch Plugin: Cleanup mutex

Repository: trafficserver
Updated Branches:
  refs/heads/master 7ea121ceb -> 505593d43


TS-3561 Background Fetch Plugin: Cleanup mutex

This closes #184


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4dd6986b
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4dd6986b
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4dd6986b

Branch: refs/heads/master
Commit: 4dd6986bb61d1e566fba252550b5bdd46bb2c6a4
Parents: 7ea121c
Author: Acácio Centeno <ac...@gmail.com>
Authored: Mon Apr 6 16:49:32 2015 -0300
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Apr 28 10:33:51 2015 -0700

----------------------------------------------------------------------
 plugins/experimental/background_fetch/background_fetch.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4dd6986b/plugins/experimental/background_fetch/background_fetch.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/background_fetch/background_fetch.cc b/plugins/experimental/background_fetch/background_fetch.cc
index 3f0f0fb..4c29cc1 100644
--- a/plugins/experimental/background_fetch/background_fetch.cc
+++ b/plugins/experimental/background_fetch/background_fetch.cc
@@ -270,7 +270,7 @@ public:
 
   ~BGFetchConfig()
   {
-    // ToDo: Destroy mutex ? TS-1432
+    TSMutexDestroy(_lock);
   }
 
   void


[2/3] trafficserver git commit: TS-3561 Destroy the mutex on cleanup

Posted by zw...@apache.org.
TS-3561 Destroy the mutex on cleanup


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/74f55883
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/74f55883
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/74f55883

Branch: refs/heads/master
Commit: 74f55883d6b3c30c6a90dd84a41b34ced147babc
Parents: 4dd6986
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Apr 28 10:34:46 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Apr 28 10:34:46 2015 -0700

----------------------------------------------------------------------
 plugins/experimental/cache_promote/cache_promote.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/74f55883/plugins/experimental/cache_promote/cache_promote.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/cache_promote/cache_promote.cc b/plugins/experimental/cache_promote/cache_promote.cc
index d3820b9..866b01a 100644
--- a/plugins/experimental/cache_promote/cache_promote.cc
+++ b/plugins/experimental/cache_promote/cache_promote.cc
@@ -209,8 +209,7 @@ public:
     _freelist.clear();
 
     TSMutexUnlock(_lock);
-
-    // ToDo: Destroy mutex ? TS-1432
+    TSMutexDestroy(_lock);
   }
 
   bool


[3/3] trafficserver git commit: Added TS-3561 to CHANGES

Posted by zw...@apache.org.
Added TS-3561 to CHANGES


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/505593d4
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/505593d4
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/505593d4

Branch: refs/heads/master
Commit: 505593d4334558b809e7f9cd7db930961c8bccf3
Parents: 74f5588
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Apr 28 12:17:08 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Apr 28 12:17:08 2015 -0700

----------------------------------------------------------------------
 CHANGES | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/505593d4/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 3ddf51b..4790441 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 6.0.0
 
+  *) [TS-3561] Call TSMutexDestroy in a couple of plugins, now that its
+   available.
+
   *) [TS-3558] Fix proxy.config.http.auth_server_session_private
 
   *) [TS-3552] Move the check for the api_server_response_no_store flag