You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2019/10/08 06:15:21 UTC

[incubator-brpc] branch master updated (3747d4c -> 40fd868)

This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git.


    from 3747d4c  Merge pull request #883 from mesalock-linux/yj_mesalink_client_auth_fix
     new c155614  remove exec bit from two source files
     new 8534fe8  remove exec bit from README files
     new 40fd868  remove unused options.proto from some protos

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                             | 0
 README_cn.md                          | 0
 src/brpc/policy/mongo.proto           | 1 -
 src/brpc/streaming_rpc_meta.proto     | 1 -
 src/brpc/trackme.proto                | 1 -
 test/brpc_adaptive_class_unittest.cpp | 0
 test/recordio_unittest.cpp            | 0
 7 files changed, 3 deletions(-)
 mode change 100755 => 100644 README.md
 mode change 100755 => 100644 README_cn.md
 mode change 100755 => 100644 test/brpc_adaptive_class_unittest.cpp
 mode change 100755 => 100644 test/recordio_unittest.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[incubator-brpc] 01/03: remove exec bit from two source files

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git

commit c155614a4015c9ba460386fc0986d4ff35c08ce0
Author: jamesge <jg...@gmail.com>
AuthorDate: Mon Oct 7 23:12:54 2019 -0700

    remove exec bit from two source files
---
 test/brpc_adaptive_class_unittest.cpp | 0
 test/recordio_unittest.cpp            | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/test/brpc_adaptive_class_unittest.cpp b/test/brpc_adaptive_class_unittest.cpp
old mode 100755
new mode 100644
diff --git a/test/recordio_unittest.cpp b/test/recordio_unittest.cpp
old mode 100755
new mode 100644


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[incubator-brpc] 02/03: remove exec bit from README files

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git

commit 8534fe84deac7dc012868b45b55c258a1ff6a5d8
Author: jamesge <jg...@gmail.com>
AuthorDate: Mon Oct 7 23:14:15 2019 -0700

    remove exec bit from README files
---
 README.md    | 0
 README_cn.md | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
old mode 100755
new mode 100644
diff --git a/README_cn.md b/README_cn.md
old mode 100755
new mode 100644


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[incubator-brpc] 03/03: remove unused options.proto from some protos

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git

commit 40fd868f1d113385d65a3a2db6e86ad63ce4aac2
Author: jamesge <jg...@gmail.com>
AuthorDate: Mon Oct 7 23:14:47 2019 -0700

    remove unused options.proto from some protos
---
 src/brpc/policy/mongo.proto       | 1 -
 src/brpc/streaming_rpc_meta.proto | 1 -
 src/brpc/trackme.proto            | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/brpc/policy/mongo.proto b/src/brpc/policy/mongo.proto
index fb43a07..3cf3b7f 100644
--- a/src/brpc/policy/mongo.proto
+++ b/src/brpc/policy/mongo.proto
@@ -1,5 +1,4 @@
 syntax="proto2";
-import "brpc/options.proto";
 
 package brpc.policy;
 
diff --git a/src/brpc/streaming_rpc_meta.proto b/src/brpc/streaming_rpc_meta.proto
index f729c8f..dd91dbd 100644
--- a/src/brpc/streaming_rpc_meta.proto
+++ b/src/brpc/streaming_rpc_meta.proto
@@ -1,5 +1,4 @@
 syntax="proto2";
-import "brpc/options.proto";
 
 package brpc;
 option java_package="com.brpc";
diff --git a/src/brpc/trackme.proto b/src/brpc/trackme.proto
index 2731463..addc972 100644
--- a/src/brpc/trackme.proto
+++ b/src/brpc/trackme.proto
@@ -1,5 +1,4 @@
 syntax="proto2";
-import "brpc/options.proto";
 option cc_generic_services=true;
 
 package brpc;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org