Doug Fawley
5b0fdd01d3
Add go releases to client_matrix.py
6 years ago
Nicolas Noble
8ca65231e5
Merge pull request #18679 from rockwotj/patch-1
...
Expose root_certificates in BUILD file
6 years ago
Karthik Ravi Shankar
918cb46011
Merge pull request #18198 from grpc/revert-18076-revert-17797-channel
...
Revert "Revert "Folding the Channel class into the grpc_impl namespace.""
6 years ago
hcaseyal
ca11dfb349
Merge pull request #18686 from hcaseyal/callback_doc
...
Update callback API documentation
6 years ago
Jan Tattermusch
d1e4546322
Merge pull request #18695 from jtattermusch/kokoro_perf_v5_image
...
grpc-performance-kokoro-v5 kokoro perf image changes
6 years ago
Bill Feng
a31c0fba7a
Merge pull request #18546 from billfeng327/feature/rbe-windows
...
RBE Windows c-core build
6 years ago
Vijay Pai
a01f1f7805
Merge pull request #18688 from vjpai/ban_std_sync
...
Ban std:: sync constructs
6 years ago
Vijay Pai
bb8ba4547a
Ban std:: sync constructs
6 years ago
Karthik Ravi Shankar
5a08d2aae7
Merge branch 'master' into revert-18076-revert-17797-channel
6 years ago
Jan Tattermusch
a7592d098f
grpc-performance-kokoro-v5 kokoro perf image changes
6 years ago
Jan Tattermusch
10e39e316c
Merge pull request #18088 from jtattermusch/csharp_netcore_testing
...
test C# on .NET core by default too
6 years ago
Soheil Hassas Yeganeh
df4b6a763d
Merge pull request #17932 from soheilhy/gprpp-mutex
...
Introduce C++ wrappers for gpr_mu and gpr_cv.
6 years ago
Karthik Ravi Shankar
53c5bf5ced
Merge branch 'master' into revert-18076-revert-17797-channel
6 years ago
Soheil Hassas Yeganeh
a26c09dd25
Introduce C++ wrappers for gpr_mu and gpr_cv.
...
Introduce RAII wrappers in the grpc::internal and grpc_core
namespaces, and use them in place of std::mutex and
std::condition_variable.
Note that, since std::mutex is also used by the public
C++ headers we cannot introduce these wrappers in grpc_core.
Also, note that in grpcpp we cannot use gRPC core and vice versa.
So we had to duplicate the code, once using core_codegen_interface
and once using direct calls.
6 years ago
Karthik Ravi Shankar
dc1089a6d1
Merge pull request #18458 from grpc/grpc_namespace_server
...
Move Server into grpc_impl from grpc
6 years ago
Bill Feng
5158c3db27
naming update, documentation fix
6 years ago
Karthik Ravi Shankar
4cb0d0d6b1
Fix errors from clang scripts
6 years ago
rmstar
31843787cc
Merge pull request #18330 from rmstar/uitestflake
...
Fix GrpcIosTestUITests flake and add some debug logging
6 years ago
Karthik Ravi Shankar
991409798c
Fix clang script errors
6 years ago
Karthik Ravi Shankar
9875fabdd4
Merge branch 'master' into revert-18076-revert-17797-channel
6 years ago
Prashant Jaikumar
8b10d5faa7
Fix GrpcIosTestUITests flake and add some more testcases.
...
Added testcases for switching between apps, and turning wifi on/off.
Also fixed test flakes where UI button presses weren't working.
6 years ago
Karthik Ravi Shankar
958f373d32
Merge branch 'master' into grpc_namespace_server
6 years ago
Karthik Ravi Shankar
68905e559e
Merge pull request #18510 from grpc/revert-18502-revert-18242-grpc_namespace_serverbuilder
...
Revert "Revert "Moving ::grpc::ServerBuilder to ::grpc_impl::ServerBuilder""
6 years ago
Eric Anderson
48a50fb7c0
Merge pull request #18651 from ejona86/interop-reduce-java-size
...
grpc_interop_java: Remove unnecessary cruft from container
6 years ago
Hope Casey-Allen
b86e70592e
Format
6 years ago
Hope Casey-Allen
cee3292cdf
Update callback API documentation
6 years ago
Srini Polavarapu
a339a13591
Merge pull request #18647 from srini100/interop
...
add v1.19.0 to interop matrix for cxx, python, csharp
6 years ago
Stanley Cheung
118ae0f49f
Merge pull request #18670 from stanley-cheung/remove-submodule
...
Fix third_party/protoc-gen-validate
6 years ago
Tyler Rockwood
9365b606b0
Expose root_certifications in BUILD file
...
I'd like to be able to grab the root_certificates and use them in my build process to bundle them as part of my package I ship to prod, and this prevents me from having two repos for gRPC, one having a custom BUILD file that allows me to grab the roots.pem file, which is what I do now to add this into our build process.
6 years ago
Stanley Cheung
896a59c6fe
Change third_party/protoc-gen-validate repo path
6 years ago
Juanli Shen
597714b6a7
Merge pull request #18516 from AspirinSJL/fix_xds_test
...
Fix count in xds/grpclb test
6 years ago
Bill Feng
df89d8e157
bazel RBE Windows build
6 years ago
Moiz Haidry
e7d09ecb63
Merge pull request #18658 from mhaidrygoog/fix_typo_in_server_impl
...
Fix typo in server credentials impl header file
6 years ago
Bill Feng
5e3224a159
Merge pull request #18648 from billfeng327/bugfix/update-bazel-dockerfile
...
Upgrade bazel to 0.23.2 for grpc_bazel_build Kokoro CI jobs
6 years ago
Karthik Ravi Shankar
e8c0b2433a
Make script fixes
6 years ago
Karthik Ravi Shankar
17e78733b0
Merge branch 'master' into grpc_namespace_server
6 years ago
Bill Feng
7eb3f28b7f
added todo statments
6 years ago
Juanli Shen
c2fb0c8951
Merge pull request #18560 from AspirinSJL/fix_restart_test
...
Fix BackendsRestart test for xds
6 years ago
Moiz Haidry
ca209ae00e
Fix typo in server credentials impl header file
6 years ago
Jan Tattermusch
9144c6ab16
Merge pull request #18484 from JamesNK/jamesnk/bindserviceattribute
...
Add BindServiceAttribute
6 years ago
Jan Tattermusch
0de1cd2d66
Update license header
6 years ago
Eric Anderson
977e4b1450
grpc_interop_java: Remove unnecessary cruft from container
...
This reduces the container size from 1.4 GB to 640 MB. 129 MB is
jessie, 489 MB jdk, and 22 MB grpc-java. When we swap from jessie to
stretch, we could swap to openjdk:8-jdk-slim-stretch which would make
the entire image 265 MB.
Python was never needed; it was added by mistake in 0589e533
.
Pre-downloading gradle artifacts isn't helpful these days, because we
build on a clean machine. Git isn't needed as cp is sufficient. libapr1
has not been required by tcnative for a long time, and we even use
tcnative-boringssl-static since at least 1.0, which also doesn't need
it. The final cleanup is to remove source and downloaded artifacts when
done compiling.
6 years ago
Bill Feng
d74e4079c5
upgrade bazel to 0.23.2 for docker legacy bazel builds
...
excluded Python tests from Bazel legacy C/C++ Kokoro CI jobs
disabled building examples due to existance of python
6 years ago
Juanli Shen
4ae20ad972
Fix count in xds/grpclb test
6 years ago
Karthik Ravi Shankar
c50dd23ea7
Merge branch 'master' into grpc_namespace_server
6 years ago
Karthik Ravi Shankar
dd39f78e3f
Merge branch 'master' into revert-18502-revert-18242-grpc_namespace_serverbuilder
6 years ago
Karthik Ravi Shankar
af283b3183
Merge pull request #18452 from grpc/grpc_namespace_server_credentials
...
Fold server credentials from grpc to grpc_impl namespace
6 years ago
Karthik Ravi Shankar
5b1bf21090
Merge pull request #18434 from grpc/grpc_namespace_generic_stub
...
Fold GenericStub from grpc_impl to grpc
6 years ago
Srini Polavarapu
190609d332
add v1.19.0 to interop matrix for cxx, python, csharp
6 years ago
Mark D. Roth
a8a166227b
Merge pull request #18636 from markdroth/health_check_client_use_after_free_bug
...
Fix health check client to wait for subchannel call stack destruction before destroying the arena.
6 years ago