Esun Kim
d452fb5281
Fix typo of channelz proto
5 years ago
Lidi Zheng
cabc1bd39b
Merge pull request #18898 from pfreixes/initialize_callbackctx_timer_custom
...
Create App context callback for timer custom
5 years ago
Tony Lu
410b68cec8
Merge branch 'master' of github.com:grpc/grpc into tv/watchOS
5 years ago
Arjun Roy
54fe06e081
Merge pull request #19685 from arjunroy/fork_atomic
...
Reduced atomic strictness inside grpc_core::Fork.
5 years ago
Tony Lu
b2e8417400
clang_format_code'd files previously parsed wrong
5 years ago
Yunjia Wang
efd6946d21
Reformat
5 years ago
Arjun Roy
0975e12db1
Reduced atomic strictness inside grpc_core::Fork.
...
The enable state for fork operations, used by ExecCtx initialization, uses
default std::atomic semantics on read/write - this is sequential consistency by
default. However, this variable is only set:
1) On init,
2) Using testing interfaces
And thus we can just use relaxed semantics instead. This PR also moves from
std::atomic to grpc_core::Atomic.
5 years ago
Jan Tattermusch
cc291c4a65
Merge pull request #19720 from jtattermusch/csharp_unary_overhead_microbenchmark
...
C# Microbenchmark: Unary call overhead
5 years ago
Jan Tattermusch
b489b5e694
review comments
5 years ago
apolcyn
162fccdb90
Merge pull request #19693 from apolcyn/control_plane_creds
...
Add experimental control plane creds C-core API
5 years ago
Tony Lu
4a4b37ef1c
Adapted to Bazel/Blaze's import/include convention
5 years ago
Muxi Yan
d6a201b62b
Isolate legacy in ProtoRPC
5 years ago
Muxi Yan
ad51e66324
Update proto compiler
5 years ago
Muxi Yan
1423df37a8
Minor podspec change
5 years ago
Yunjia Wang
9242fe122d
AddSelf more scenarios
5 years ago
hcaseyal
228e7557fa
Merge pull request #19714 from hcaseyal/channel_state
...
Move GetChannelConnectivityStateChangeString to channelz code
5 years ago
Jan Tattermusch
34dfa06b4b
add unary call overhead benchmark
5 years ago
Jan Tattermusch
1650d6ab40
add grpcsharp_test_call_start_unary_echo stub
5 years ago
Jan Tattermusch
9d974ae531
add fake unary call native method for benchmarking
5 years ago
Mark D. Roth
c5c36a07d8
Call grpc_shutdown() if grpc_channel_create() fails.
5 years ago
Mark D. Roth
46f706c99b
Revert "Merge pull request #19686 from gnossen/revert_breakage"
...
This reverts commit 1f2398b0d5
, reversing
changes made to 99169d811c
.
5 years ago
Jan Tattermusch
afb6c98679
Merge branch 'master' into jamesnk/remove-ix-net-dependency
5 years ago
Alexander Polcyn
609107586a
Add a way for tests with LeakDetector to free the control plane creds map
5 years ago
Tony Lu
825ce5cef3
Merge branch 'master' of github.com:grpc/grpc into tv/watchOS
5 years ago
Tony Lu
b82d5ecc5a
Removed space from dir name to fix clang_format_code
5 years ago
Hope Casey-Allen
64ead823c3
Respond to reviewer comments
5 years ago
yunjiaw26
809e7c9513
Merge pull request #19701 from yunjiaw26/MovePageSize
...
Change page_size to local variable
5 years ago
Yunjia Wang
8278d3e6a5
Resolving comments
5 years ago
Alexander Polcyn
6898c23a5d
Add experimental control plane creds C-core API
5 years ago
Hope Casey-Allen
81013e54d3
Move GetChannelConnectivityStateChangeString to channelz code
5 years ago
Nicolas "Pixel" Noble
a1189961af
Another upb Windows change.
5 years ago
Igor Zhilianin
1c54390f4f
Check call.trailing_metadata() for None before iterating it
5 years ago
Nicolas "Pixel" Noble
685695f8bc
Trying one another fix for upb.
5 years ago
Hope Casey-Allen
6a2bec7fcd
Channelz: track listen sockets in the server node
5 years ago
Muxi Yan
640966dbf3
fix internal testing targets
5 years ago
Muxi Yan
3b5f0fd765
Make dependency injection for Objective-C transport
5 years ago
Tony Lu
b458f3e6a5
Fixed clang_code_format
5 years ago
Tony Lu
6e7ed1441c
Added copyright statements
5 years ago
Moiz Haidry
0beb353f0a
Merge pull request #19682 from mhaidrygoog/fix_mutex
...
Take the mu_call mutex before zombifying pending calls so that there …
5 years ago
Moiz Haidry
da85cec0f2
Add condition to avoid duplicate shutdown
5 years ago
Vijay Pai
1253beb3e9
Merge pull request #19692 from grpc/vjpai-patch-1
...
Resolve a race when background poller outlives executor
5 years ago
Moiz Haidry
f4b1182a10
Addressed review comments
5 years ago
rmstar
22ad2736d2
Merge pull request #19678 from rmstar/disable_lsan
...
Create new build config for ASAN on Mac OS
5 years ago
Moiz Haidry
7e2c5845e1
Merge branch 'master' of https://github.com/grpc/grpc into fix_mutex
5 years ago
Yunjia Wang
847faf407f
Removes unused variable error
5 years ago
Jan Tattermusch
00d38d7355
Merge pull request #19679 from jtattermusch/cleanup_version_csproj
...
Get rid of unused Version.csproj.include
5 years ago
Moiz Haidry
6d984166bd
Porting Aaron Jacob's unit test that detecting the race
5 years ago
Yunjia Wang
3ec5726216
Re-format
5 years ago
Yunjia Wang
8d10d576d0
Change page_size to local variable
5 years ago
Yunjia Wang
85314b3fcc
Re-format
5 years ago