Esun Kim
4780da7b50
Merge pull request #20451 from veblush/py-win
...
Fix python windows link problem
5 years ago
Nicolas "Pixel" Noble
e0c7ea7cb8
Start using RTTI.
5 years ago
Eric Anderson
05c603729e
Disable Gradle daemon for Java interop test building
...
We have seen an issue where `rm -r "$HOME/.gradle"` fails because
"Directory not empty". It seems likely this is due the fact Gradle is
still running in daemon form. The build script doesn't get any advantage
by running the daemon, so we just disable it.
Fixes #20423
5 years ago
Moiz Haidry
42979d3db1
Merge pull request #20429 from mhaidrygoog/cleanup_tls
...
Clear the thread state before shutdown on executor, make exception fo…
5 years ago
Alexander Polcyn
76abd3dd03
Also fix exception syntax
5 years ago
Esun Kim
446d89010a
Fix python windows link problem
5 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.
5 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
5 years ago
Esun Kim
ad1ece8f9f
Merge pull request #20442 from veblush/bye-libcxx
...
Remove third_party/libcxx[abi]
5 years ago
Alexander Polcyn
c6654fc02a
Put parenthesis around print in bm_main.py
5 years ago
Alexander Polcyn
170ab2d91f
Remove comment about license after licenses rule
5 years ago
Moiz Haidry
2d7e477a6c
Clear the thread state before shutdown on executor, make exception for MacOS and iOS
5 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
5 years ago
Stanley Cheung
542fb566d7
Merge pull request #20411 from stanley-cheung/php-docker-tests
...
PHP: add various scenarios to test PECL extension
5 years ago
Mark D. Roth
490be929b3
Use more normal API for client channel connectivity watches from internal code
5 years ago
Karthik Ravi Shankar
eb07a377cd
Merge pull request #20435 from grpc/revert-20331-chttp2combiner
...
Revert "Chttp2combiner"
5 years ago
Mark D. Roth
e371bcba6e
Merge pull request #20439 from markdroth/use_std_set
...
Use std::set<> where appropriate.
5 years ago
Esun Kim
39c3747229
Merge pull request #20440 from veblush/cpp-more
...
Use std::pair
5 years ago
Esun Kim
8f784ed19a
Merge pull request #20356 from veblush/cpp-doc
...
Update C++ doc
5 years ago
Esun Kim
e12ff9cd58
Remove third_party/libcxx[abi]
5 years ago
Mark D. Roth
206c11f017
Use std::function<> for recv_trailing_metadata callback in LB policy API.
5 years ago
Esun Kim
2274ca22f4
Use std::pair
5 years ago
Esun Kim
019b82ca34
Add note about thread_local
5 years ago
Mark D. Roth
0ed1202f84
Use std::set<> where appropriate.
5 years ago
Esun Kim
69a91b82e1
Update C++ doc
5 years ago
Mark D. Roth
9fc4adae63
Merge pull request #20397 from markdroth/subchannel_health_check_connectivity
...
Change HealthCheckClient to use new connectivity state API.
5 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.
5 years ago
Jan Tattermusch
6a8cf38137
use more parallel jobs workers for windows RBE
5 years ago
Jan Tattermusch
837cb04f76
win RBE: dont cache on master, use dbg config
5 years ago
Jan Tattermusch
c5b5840707
Revert "Chttp2combiner"
5 years ago
Esun Kim
7eb9262936
Merge pull request #20350 from veblush/cpp-now
...
Activate the C++ standard library
5 years ago
Lidi Zheng
f12df974ae
Merge pull request #20401 from tanjunchen/clean-up
...
Fix spelling in comments
5 years ago
Juanli Shen
46cff659e2
Tune xds test
5 years ago
Esun Kim
2a8de59fb0
Replace Map with std::map
5 years ago
Esun Kim
90e5ade73b
Remove unnecessary public:
5 years ago
Esun Kim
1743519aa9
Activate C++ stdlib
5 years ago
Matthew Stevenson
00cce90adf
Changes requested by Yihua.
5 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
5 years ago
Mark D. Roth
f281c343b9
Change HealthCheckClient to use new connectivity state API.
5 years ago
Matthew Stevenson
e89efbc1ac
Merge remote-tracking branch 'upstream/master' into spiffe1
5 years ago
Stanley Cheung
f47d14160a
PHP: add various scenarios to test PECL extension
5 years ago
Richard Belleville
1c16b8c470
Bow to the linter
5 years ago
Richard Belleville
92c61e131e
Spruce up styling
5 years ago
Mark D. Roth
5911d2c731
Merge pull request #20405 from markdroth/orphanable_polymorphism
...
Fix polymorphism for UniquePtr<> and OrphanablePtr<>.
5 years ago
Jan Tattermusch
e70d8582b4
Merge pull request #17272 from jtattermusch/csharp_alpine_fixes
...
Add C# distribtest for alpine linux
5 years ago
Richard Belleville
07109f07e2
Fix grpc_testing context.abort
5 years ago
Jan Tattermusch
11041e3e3c
Merge pull request #20265 from jtattermusch/win_rbe_enabling_tests
...
Start running windows bazel RBE tests
5 years ago
Mark D. Roth
5e9404e41a
Fix polymorphism for UniquePtr<> and OrphanablePtr<>.
5 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.
5 years ago
Mark D. Roth
92f7faff05
Remove external watcher before sending notification to avoid race condition.
5 years ago