Vijay Pai
|
7c46d37442
|
Merge pull request #21380 from vjpai/implement_generic_unary_reactor
Actually implement the generic reactor-based unary call
|
5 years ago |
Vijay Pai
|
c5b9828592
|
Merge pull request #21378 from vjpai/deexperimentalize_alarm
De-experimentalize callback alarm
|
5 years ago |
Mark D. Roth
|
866cb72063
|
Merge pull request #21374 from markdroth/xds_bootstrap_server
Support multiple xds servers in bootstrap file.
|
5 years ago |
Jan Tattermusch
|
642e45a033
|
Merge pull request #21382 from JamesNK/jamesnk/fix-flakey-test
Fix flaky health check test
|
5 years ago |
Jan Tattermusch
|
f818a0356e
|
Merge pull request #21365 from JamesNK/mgravell/avoid-delegate-spawn
c# - reduce delegate allocations in the Async*Call API
|
5 years ago |
Lidi Zheng
|
bebd20b126
|
Merge pull request #21377 from lidizheng/ship-with-proto
Ship grpcio-status with the actual proto file
|
5 years ago |
James Newton-King
|
9cedb80c6f
|
Fix flaky health check test
|
5 years ago |
Mark D. Roth
|
1b5da2b9ce
|
Merge pull request #21214 from markdroth/json_remove_vtable
Remove vtables from JSON library
|
5 years ago |
Mark D. Roth
|
408ec6e867
|
fix xds_end2end_test
|
5 years ago |
Richard Belleville
|
683986ae6c
|
Merge pull request #21249 from ajamato/grpc_census_tags
Census client filter: use current span and tags
|
5 years ago |
Mark D. Roth
|
68df397aa2
|
Remove vtables from JSON library
|
5 years ago |
James Newton-King
|
4f834e73b2
|
Clean up
|
5 years ago |
Lidi Zheng
|
45e23ef3ad
|
Ship grpcio-status with the actual proto file
|
5 years ago |
Vijay Pai
|
88874094be
|
Actually implement the generic reactor-based unary call.
|
5 years ago |
Vijay Pai
|
5b9f997d44
|
Merge pull request #21368 from vjpai/conditional_deexperimentalize_pt2
Add more non-experimental content under an ifdef
|
5 years ago |
Juanli Shen
|
36b80dce90
|
Merge pull request #21342 from AspirinSJL/optional
Add move assignment method to Optional<>
|
5 years ago |
Vijay Pai
|
526fcb5c7d
|
Merge pull request #21257 from vjpai/no_pthread
Prevent use of pthread header
|
5 years ago |
Vijay Pai
|
4b82faeb88
|
De-experimentalize alarm
|
5 years ago |
Nicolas Noble
|
c36af39101
|
Merge pull request #21360 from grpc/nicolasnoble-patch-1
Update rotation to karthikravis
|
5 years ago |
Mark D. Roth
|
f31e9d5721
|
Support multiple xds servers in bootstrap file.
|
5 years ago |
Alex Amato
|
2e958cf01b
|
(Census client filter: use current span and tags. original_author=g-easy)
|
5 years ago |
Vijay Pai
|
458f64d183
|
Merge pull request #21369 from vjpai/unfwd_decl
Remove unused forward declarations produced by C++ code generator
|
5 years ago |
Jan Tattermusch
|
45da08fd0d
|
Merge pull request #21329 from jtattermusch/improve_building_instructions
Improve & update BUILDING.md
|
5 years ago |
Jan Tattermusch
|
32ace42484
|
Merge pull request #21120 from JamesNK/jamesnk/healthchecks-watch
C# health checks watch
|
5 years ago |
Juanli Shen
|
06e674216b
|
Merge pull request #21344 from AspirinSJL/stringview_cmp
Make StringView cmp compatible with absl
|
5 years ago |
Vijay Pai
|
a7e01b7c8c
|
Merge pull request #21366 from grpc/vjpai-patch-1
Remove unused parameter names
|
5 years ago |
Vijay Pai
|
62e01dd922
|
Add non-experimental:: versions under ifdef
|
5 years ago |
Vijay Pai
|
d991de12e8
|
Merge pull request #21354 from vjpai/conditional_deexperimentalize
De-experimentalize generic features of callback API under an ifdef
|
5 years ago |
Vijay Pai
|
0ba1a0e464
|
Remove unused forward declarations produced by C++ code generator
|
5 years ago |
Vijay Pai
|
1c5aa3c0ad
|
Remove namespace experimental here also
|
5 years ago |
Vijay Pai
|
eac7b5ee49
|
port_platform should be included since that's where NONEXPERIMENTAL is specified
|
5 years ago |
Vijay Pai
|
8fd4767410
|
Remove unused parameter names
|
5 years ago |
James Newton-King
|
74f3291a13
|
Remove readonly struct to fix build
|
5 years ago |
Jan Tattermusch
|
931ce49cf1
|
fix a few nits
|
5 years ago |
mgravell
|
2030a4e5f7
|
move core of Async*Call into a new internal AsyncCallState struct; abstracts over Foo() vs Foo(object), avoiding delegate allocations
|
5 years ago |
Richard Belleville
|
1d5a5af813
|
Merge pull request #21357 from gnossen/1.27_bump
Bump to version 1.27.0-dev
|
5 years ago |
Vijay Pai
|
b8cebf0814
|
Fix a TODO
|
5 years ago |
Nicolas Noble
|
1e6defe378
|
Update pull_request_template.md
|
5 years ago |
Nicolas Noble
|
9943749d8d
|
Update feature_request.md
|
5 years ago |
Nicolas Noble
|
939bc889bd
|
Update cleanup_request.md
|
5 years ago |
Nicolas Noble
|
ad1be55a0c
|
Update rotation to karthikravis
|
5 years ago |
Richard Belleville
|
6feae07504
|
Regenerate projects
|
5 years ago |
Richard Belleville
|
361e47c496
|
Bump version to 1.27
|
5 years ago |
James Newton-King
|
7cccfb37b9
|
Additional tests
|
5 years ago |
James Newton-King
|
f7ddf4ed63
|
Add exceed capacity test
|
5 years ago |
Yang Gao
|
29074664fa
|
Merge pull request #21352 from yang-g/client_handoff
Support client side handshaker handoff fd
|
5 years ago |
Juanli Shen
|
2693d34c30
|
Make StringView cmp compatible with absl
|
5 years ago |
Juanli Shen
|
bcaf6d41b8
|
Add move assignment method to Optional<>
|
5 years ago |
Lidi Zheng
|
f5666958f9
|
Merge pull request #21340 from grpc/revert-21339-revert-21271-py3.8-windows
Revert "Revert "Release Python3.8 wheels for Windows""
|
5 years ago |
Vijay Pai
|
2c87eaabd4
|
De-experimentalize generic features of callback API under an ifdef
|
5 years ago |