Arjun Roy
a0f2551d17
Strongly typed slices for server method/host.
...
Leveraging the new strongly typed core/internal slices, we are able to remove
some branches and unnecessary ops pertaining to method/host slices in grpc
server.
6 years ago
Esun Kim
4780da7b50
Merge pull request #20451 from veblush/py-win
...
Fix python windows link problem
6 years ago
Moiz Haidry
42979d3db1
Merge pull request #20429 from mhaidrygoog/cleanup_tls
...
Clear the thread state before shutdown on executor, make exception fo…
6 years ago
Esun Kim
446d89010a
Fix python windows link problem
6 years ago
Mark D. Roth
c8c755ac9d
Merge pull request #20441 from markdroth/lb_policy_std
...
Use std::function<> for recv_trailing_metadata callback in LB policy API.
6 years ago
Mark D. Roth
7e23bbb192
Merge pull request #20406 from markdroth/client_channel_connectivity_api
...
Use more normal API for client channel connectivity watches from internal code
6 years ago
Esun Kim
ad1ece8f9f
Merge pull request #20442 from veblush/bye-libcxx
...
Remove third_party/libcxx[abi]
6 years ago
Moiz Haidry
2d7e477a6c
Clear the thread state before shutdown on executor, make exception for MacOS and iOS
6 years ago
yihuaz
6c2eb034f7
Merge pull request #20412 from yihuazhang/socket_mutator
...
Update grpc_ssl_peer_to_auth_context() to take in transport security type as a parameter
6 years ago
Stanley Cheung
542fb566d7
Merge pull request #20411 from stanley-cheung/php-docker-tests
...
PHP: add various scenarios to test PECL extension
6 years ago
Mark D. Roth
490be929b3
Use more normal API for client channel connectivity watches from internal code
6 years ago
Karthik Ravi Shankar
eb07a377cd
Merge pull request #20435 from grpc/revert-20331-chttp2combiner
...
Revert "Chttp2combiner"
6 years ago
Mark D. Roth
e371bcba6e
Merge pull request #20439 from markdroth/use_std_set
...
Use std::set<> where appropriate.
6 years ago
Esun Kim
39c3747229
Merge pull request #20440 from veblush/cpp-more
...
Use std::pair
6 years ago
Esun Kim
8f784ed19a
Merge pull request #20356 from veblush/cpp-doc
...
Update C++ doc
6 years ago
Esun Kim
e12ff9cd58
Remove third_party/libcxx[abi]
6 years ago
Mark D. Roth
206c11f017
Use std::function<> for recv_trailing_metadata callback in LB policy API.
6 years ago
Esun Kim
2274ca22f4
Use std::pair
6 years ago
Esun Kim
019b82ca34
Add note about thread_local
6 years ago
Mark D. Roth
0ed1202f84
Use std::set<> where appropriate.
6 years ago
Esun Kim
69a91b82e1
Update C++ doc
6 years ago
Mark D. Roth
9fc4adae63
Merge pull request #20397 from markdroth/subchannel_health_check_connectivity
...
Change HealthCheckClient to use new connectivity state API.
6 years ago
Soheil Hassas Yeganeh
20983f1e0e
Merge pull request #20329 from soheilhy/call-op-str
...
Avoid creating and copying strings when Status is OK in FinishOp.
6 years ago
Jan Tattermusch
c5b5840707
Revert "Chttp2combiner"
6 years ago
Esun Kim
7eb9262936
Merge pull request #20350 from veblush/cpp-now
...
Activate the C++ standard library
6 years ago
Lidi Zheng
f12df974ae
Merge pull request #20401 from tanjunchen/clean-up
...
Fix spelling in comments
6 years ago
Esun Kim
2a8de59fb0
Replace Map with std::map
6 years ago
Esun Kim
90e5ade73b
Remove unnecessary public:
6 years ago
Esun Kim
1743519aa9
Activate C++ stdlib
6 years ago
Richard Belleville
536fc0aaff
Merge pull request #20426 from gnossen/fake_servicer_context
...
Make grpc_testing's Servicer context abort method stop execution of the servicer handler
6 years ago
Mark D. Roth
f281c343b9
Change HealthCheckClient to use new connectivity state API.
6 years ago
Stanley Cheung
f47d14160a
PHP: add various scenarios to test PECL extension
6 years ago
Richard Belleville
1c16b8c470
Bow to the linter
6 years ago
Richard Belleville
92c61e131e
Spruce up styling
6 years ago
Mark D. Roth
5911d2c731
Merge pull request #20405 from markdroth/orphanable_polymorphism
...
Fix polymorphism for UniquePtr<> and OrphanablePtr<>.
6 years ago
Jan Tattermusch
e70d8582b4
Merge pull request #17272 from jtattermusch/csharp_alpine_fixes
...
Add C# distribtest for alpine linux
6 years ago
Richard Belleville
07109f07e2
Fix grpc_testing context.abort
6 years ago
Jan Tattermusch
11041e3e3c
Merge pull request #20265 from jtattermusch/win_rbe_enabling_tests
...
Start running windows bazel RBE tests
6 years ago
Mark D. Roth
5e9404e41a
Fix polymorphism for UniquePtr<> and OrphanablePtr<>.
6 years ago
Mark D. Roth
303bc3d962
Merge pull request #20408 from markdroth/transport_connectivity_state_watcher
...
Second attempt: Change transport connectivity watch API to not be lossy.
6 years ago
Mark D. Roth
92f7faff05
Remove external watcher before sending notification to avoid race condition.
6 years ago
Jan Tattermusch
782d9bfb34
add alpine distribtest
6 years ago
Jan Tattermusch
cf505cfc85
Merge pull request #20415 from grpc/revert-20369-issue_20208
...
Revert "Make public header files in include/grpcpp/test installed with 'make install'"
6 years ago
Jan Tattermusch
5f83f6c43f
Revert "Make public header files in include/grpcpp/test installed with 'make install'"
6 years ago
Stanley Cheung
66c372b8ec
Merge pull request #20387 from jeffreyqw/update-php-readme
...
PHP: update readme, brew install grpc extension no longer supported
6 years ago
Esun Kim
dc9d6458a0
Merge pull request #20398 from veblush/interop
...
Add v1.24.0 to interop_matrix
6 years ago
chentanjun
4ecc1fe6a4
fix the wrong word
6 years ago
Yihua Zhang
9be983d40b
fix tests.
6 years ago
Mark D. Roth
dbad2db848
Immediately orphan watcher if state is SHUTDOWN when it is added.
6 years ago
Yihua Zhang
40105dfa4b
update grpc_ssl_peer_to_auth_context
6 years ago