Muxi Yan
9cc9456697
Fix certificate search on mac
6 years ago
Soheil Hassas Yeganeh
e85dd2e644
Fix build errors
6 years ago
Karthik Ravi Shankar
f03b309787
Revert "Merge pull request #18458 from grpc/grpc_namespace_server"
...
This reverts commit dc1089a6d1
, reversing
changes made to 31843787cc
.
This change also includes - Revert "Merge pull request #17932 from soheilhy/gprpp-mutex"
This reverts commit df4b6a763d
, reversing
changes made to dc1089a6d1
.
6 years ago
Karthik Ravi Shankar
dad3f34207
Revert "Revert "Revert "Folding the Channel class into the grpc_impl namespace."""
6 years ago
Vijay Pai
41c6cba9f5
Make sure that OnCancel happens after OnStarted
6 years ago
Karthik Ravi Shankar
891b6cf7ae
Revert "Folding CompletionQueue and ServerCompletionQueue."
6 years ago
SataQiu
44f92cdd17
clean up repeated words
6 years ago
Jan Tattermusch
e0d2ffe325
fixup ForwardedTypes.cs
6 years ago
Jan Tattermusch
ef4ee8eca8
update ForwardedTypes.cs
6 years ago
Jan Tattermusch
5a97383283
move CallInvoker and its prerequisites to Grpc.Core.Api
6 years ago
Jan Tattermusch
05529154e7
move Async*Call classes to Grpc.Core.Api
6 years ago
Yash Tibrewal
2378ddcd51
Add service config to call context
6 years ago
Richard Belleville
5afd77398e
Implement compression API within gRPC Python.
6 years ago
Vishal Powar
df3d5bc8f7
Add upb generated code and build rule for lrs protocol.
6 years ago
Yash Tibrewal
2b7cab0d41
Remove check on error
6 years ago
Ahmed Mahdy
b4e94b652d
Fix formatting
6 years ago
Yash Tibrewal
917d025f03
Fix diff between num_entries and idx of path
6 years ago
Jan Tattermusch
d171c74c9d
address PR feedback
6 years ago
Yash Tibrewal
960864736b
Unref errors in test
6 years ago
John Luo
e5fb24f502
Feedback
6 years ago
Ahmed Mahdy
1dce1009e6
Disable Nagle algorithm in Windows
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
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
John Luo
d116f58e8e
Remove fix for bug in project system
6 years ago
John Luo
770be3d76b
Use ItemDefinitionGroup to define generator
6 years ago
Yash Tibrewal
b7f32af1d0
Fix scoping for service config errors
6 years ago
Juanli Shen
086820227f
Fix error message upon pick failure
6 years ago
John Luo
9580c45c65
Add VS integration for design time build
6 years ago
Lidi Zheng
8beaac2911
Regenerate projects
6 years ago
Stanley Cheung
b873516e6a
PHP: fix windows build
6 years ago
Yash Tibrewal
327350ab39
ServiceConfig::Create expects non-Null error and better errors
6 years ago
Yihua Zhang
1fb7a84133
fix ALPN issues.
6 years ago
Jan Tattermusch
0de1cd2d66
Update license header
6 years ago
Jan Tattermusch
a1a878b593
make CallCredentials implementation agnostic
6 years ago
Jan Tattermusch
e3290aa0fe
split up CallCredentials.cs into multiple files
6 years ago
Yash Tibrewal
390078b7a8
Add tests for new service config mechanism
6 years ago
Karthik Ravi Shankar
9b42ab79e0
Make build fixes for bazel build :all
6 years ago
Yash Tibrewal
fbe3b3575f
Cleanup and continue parsing service config even if parser errors are received
6 years ago
Yash Tibrewal
c28f16e481
Reviewer comments
6 years ago
Mark D. Roth
4a19b2f45f
Add atomic to ensure we don't cancel twice.
...
Also convert existing seen_response_ to new atomic API.
6 years ago
Yash Tibrewal
0f0e774722
Clean up
6 years ago
Yash Tibrewal
0c8ef41a5e
Remove smart pointers from global registry
6 years ago
Yash Tibrewal
9bfd2354ec
Add global and method parsing logic
6 years ago
Lidi Zheng
aaef785de8
Regenerate projects
6 years ago
Mark D. Roth
0e7ea67351
Fix health check client to wait for subchannel call stack destruction before destroying the arena.
6 years ago
Yash Tibrewal
c871a0bb32
Remove commented code
6 years ago
Yash Tibrewal
4d696c659e
Reviewer comments
6 years ago
Mark D. Roth
eccfecd6a6
Move functions for individual args out of channel_args.{h,cc}.
6 years ago
Nicolas "Pixel" Noble
f97b47c87c
Backports of 18445 and 18517.
6 years ago
Mark D. Roth
ebf4cc1dfa
Avoid crash in pick_first when invoking ExitIdleLocked() after shutdown.
6 years ago