p4lang-grpc:revert-21661-odrsidestep

Last commit made on 2020-01-15
Get this branch:
git clone -b revert-21661-odrsidestep https://git.launchpad.net/p4lang-grpc

Branch merges

Branch information

Name:
revert-21661-odrsidestep
Repository:
lp:p4lang-grpc

Recent commits

3941f9d... by Yash Tibrewal <email address hidden>

Revert "Sidestep multiple initialization issue of Tracers with Makefile"

d4f191b... by Esun Kim <email address hidden>

Merge pull request #21677 from veblush/absl-update

Update absl to the lastest

9e15f78... by Esun Kim <email address hidden>

Update absl to the lastest

e96fa36... by Yash Tibrewal <email address hidden>

Merge pull request #21661 from yashykt/odrsidestep

Sidestep multiple initialization issue of Tracers with Makefile

5a4a5a0... by Lidi Zheng <email address hidden>

Merge pull request #21517 from lidizheng/aio-streaming

[Aio] Client Streaming and Bi-di Streaming

5a419c6... by Esun Kim <email address hidden>

Merge pull request #21662 from veblush/fix-odr-bug

Remove grpc sources from grpc++

d18b52f... by Jan Tattermusch <email address hidden>

Merge pull request #21657 from jtattermusch/workaround_kokoro_golang_problem

workaround C# build failure by ensuring Go1.13 is installed

2173659... by Jan Tattermusch

workaround C# build failure by ensuring Go1.13 is installed

30304d7... by Lidi Zheng <email address hidden>

Merge pull request #21663 from lidizheng/disable-exit-for-bazel

Disable the flaky _exit_test for Bazel

4ec94d2... by Lidi Zheng <email address hidden>

Implement stream-unary and stream-stream RPC
* Includes both client-side and server-side
* Adding many tests in multiple files
* Introduces EOF as stream terminator
* Fixing crashes from Core in many ways