Mark D. Roth
06285b3f21
Merge pull request #19742 from AspirinSJL/map_move
...
Make Map<> movable
5 years ago
Juanli Shen
c3896fa84d
Make Map<> movable
5 years ago
Doug Fawley
5b059698dc
Add v1.22.0 release of grpc-go to interop matrix ( #19538 )
...
Add v1.22.0 release of grpc-go to interop matrix
5 years ago
Jan Tattermusch
8fa870c4e5
Make UnaryCallOverheadBenchmark parametrized
5 years ago
Pau Freixes
9e80f74326
Add missing APP callback context for custom iomgr
...
This PR adds the following missing APP callback context rerlated to the
usage of a custom iomgr.
- When a new TCP connection is established
- When a new TCP connection is accepted
- When a new domain resolution finishes
- When network primitives, like read and write, finish they job
Without these APP contexts, pending user app callbacks are never
executed.
5 years ago
Tony Lu
3e4cdf20b0
Tring --objc_opt=generate_for_named_framework
5 years ago
Esun Kim
05d6f9f2b1
Merge pull request #19702 from veblush/move-cronet
...
Create sub package for cronet
5 years ago
Esun Kim
e6b07f9e58
Added cronet to gRPC-C++.podspec
5 years ago
Arjun Roy
9ab38afa13
CH2 interned metadata key parsing fastpath.
...
on_initial_header() and on_trailing_header() are called by the hpack parser. The
hpack parser interns the key elements for metadata that it parses. Thus, the
called functions don't need to do a slowpath slice value check when performing
metadata key comparisons.
5 years ago
Mark D. Roth
e54f788ec4
Merge pull request #19719 from markdroth/grpc_channel_init
...
Second attempt: Defer grpc shutdown until after channel destruction.
5 years ago
Esun Kim
ded9f46c06
Refactored BUILD file to isolate cronet rules
5 years ago
hcaseyal
58dfb24dab
Merge pull request #19698 from hcaseyal/listen_sockets
...
Channelz: track listen sockets in the server node
5 years ago
Yunjia Wang
d87b5285ca
Fix comment
5 years ago
Qiancheng Zhao
ac8b8cdfde
Merge pull request #19634 from bigfacebear/channel_idleness
...
Channel idleness
5 years ago
Yunjia Wang
f78f3e4d6c
Re-format
5 years ago
Qiancheng Zhao
29480c4f6b
add client idle filter
5 years ago
Jan Tattermusch
970ae3c112
Merge pull request #19629 from jtattermusch/csharp_sync_completion_queue_atomic
...
dont use shutdownRef count for sync completion queue
5 years ago
Jan Tattermusch
bc1283c43b
forbid BeginOp and EndOp for sync completion queue altogether
5 years ago
Jan Tattermusch
7142d9e2dc
dont use shutdownRef count for sync completion queue
5 years ago
Tony Lu
8b3da5a698
Adopted the Bazel way of import + quick fix on Swift sample
5 years ago
Yunjia Wang
0161de3a56
Addressing comments
5 years ago
Nicolas "Pixel" Noble
a4608cb373
Properly using upb's upstream.
5 years ago
Lidi Zheng
b0c9849393
Merge pull request #19708 from igorzhilianin/master
...
Check call.trailing_metadata() for None before iterating it
5 years ago
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
Arjun Roy
54fe06e081
Merge pull request #19685 from arjunroy/fork_atomic
...
Reduced atomic strictness inside grpc_core::Fork.
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
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
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