SataQiu
c99ac03b11
fix some spell errors
6 years ago
Nicolas Noble
58c894fb9e
Merge pull request #18694 from abmahdy/master
...
Disable Nagle algorithm in Windows
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
Jan Tattermusch
4bce14921d
Merge pull request #18652 from jtattermusch/client_api_prepare
...
Make CallCredentials implementation agnostic (prepare for move to Grpc.Core.Api)
6 years ago
Yash Tibrewal
8e407f74b7
Merge pull request #18630 from yashykt/lamechannelinterception
...
Make C++ Channel Interceptors work for lame channels
6 years ago
Karthik Ravi Shankar
6e647d20a0
Merge pull request #18063 from nicolasnoble/completion-queue-fold
...
Folding CompletionQueue and ServerCompletionQueue.
6 years ago
Yash Tibrewal
8e195ddeb9
Merge branch 'master' into lamechannelinterception
6 years ago
Richard Belleville
5afd77398e
Implement compression API within gRPC Python.
6 years ago
Yash Tibrewal
aa908cdd8d
Merge pull request #18556 from yashykt/unixpath
...
Explicitly call getsockname after accept for unix sockets to get the sun_path
6 years ago
Yash Tibrewal
3d0788a242
Merge pull request #18586 from yashykt/svc_cfg1
...
Global Registry for Service Config Parsers
6 years ago
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
d2b2f7f5a3
Merge branch 'master' into completion-queue-fold
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
Yash Tibrewal
ab29cdd28e
Add test
6 years ago
hcaseyal
ca11dfb349
Merge pull request #18686 from hcaseyal/callback_doc
...
Update callback API documentation
6 years ago
Vishal Powar
df3d5bc8f7
Add upb generated code and build rule for lrs protocol.
6 years ago
Karthik Ravi Shankar
506ca7fc36
Fix clang script errors
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
Yash Tibrewal
2b7cab0d41
Remove check on error
6 years ago
Bill Feng
a31c0fba7a
Merge pull request #18546 from billfeng327/feature/rbe-windows
...
RBE Windows c-core build
6 years ago
Karthik Ravi Shankar
b84d3db762
Fix build after merge from master
6 years ago
Karthik Ravi Shankar
afd602ccba
Merge branch 'master' into completion-queue-fold
6 years ago
Vijay Pai
a01f1f7805
Merge pull request #18688 from vjpai/ban_std_sync
...
Ban std:: sync constructs
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
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
Yash Tibrewal
74540483c6
Merge branch 'master' into svc_cfg1
6 years ago
Yash Tibrewal
960864736b
Unref errors in test
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
Ahmed Mahdy
1dce1009e6
Disable Nagle algorithm in Windows
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