You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/09/27 20:29:46 UTC

[1/2] git commit: resolve merge conflict from TS-2089

Updated Branches:
  refs/heads/master 9ce9ab912 -> fc3838fd7


resolve merge conflict from TS-2089


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

Branch: refs/heads/master
Commit: 908652911096ef46d0a19c859c56099222bc6e35
Parents: 9ce9ab9
Author: James Peach <jp...@apache.org>
Authored: Fri Sep 20 11:25:51 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Sep 27 11:13:13 2013 -0700

----------------------------------------------------------------------
 proxy/logging/LogFile.cc | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/90865291/proxy/logging/LogFile.cc
----------------------------------------------------------------------
diff --git a/proxy/logging/LogFile.cc b/proxy/logging/LogFile.cc
index 4bbfefa..71ac5f6 100644
--- a/proxy/logging/LogFile.cc
+++ b/proxy/logging/LogFile.cc
@@ -465,15 +465,10 @@ LogFile::roll(long interval_start, long interval_end)
 }
 
 /*-------------------------------------------------------------------------
-<<<<<<< HEAD
-  LogFile::write_and_try_delete
-=======
   LogFile::preproc_and_try_delete
 
   preprocess the given buffer data before write to target file
   and try to delete it when its reference become zero.
->>>>>>> TS-2089: introduce configurable collation preproc threads
-
   -------------------------------------------------------------------------*/
 void
 LogFile::preproc_and_try_delete(LogBuffer * lb)


[2/2] git commit: LogObject.h doesn't need to #include SimpleTokenizer.h

Posted by jp...@apache.org.
LogObject.h doesn't need to #include SimpleTokenizer.h


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

Branch: refs/heads/master
Commit: fc3838fd7bc9319c8beb8b132a5459ff35b46130
Parents: 9086529
Author: James Peach <jp...@apache.org>
Authored: Fri Sep 20 16:12:09 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Sep 27 11:29:27 2013 -0700

----------------------------------------------------------------------
 proxy/logging/LogObject.h | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fc3838fd/proxy/logging/LogObject.h
----------------------------------------------------------------------
diff --git a/proxy/logging/LogObject.h b/proxy/logging/LogObject.h
index 49f426a..0b8bf52 100644
--- a/proxy/logging/LogObject.h
+++ b/proxy/logging/LogObject.h
@@ -35,7 +35,6 @@
 #include "LogBuffer.h"
 #include "LogAccess.h"
 #include "LogFilter.h"
-#include "SimpleTokenizer.h"
 
 /*-------------------------------------------------------------------------
   LogObject