Commit Graph

190 Commits

Author SHA1 Message Date
Yihua Zhang
b017c801b6 Add SPIFFE security stack to gRPC core 2019-03-14 15:24:48 -07:00
Karthik Ravi Shankar
b3889585a1 Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota" 2019-03-12 12:25:38 -07:00
Karthik Ravi Shankar
cc632f8121 Merge pull request #18220 from grpc/grpc_namespace
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
2019-03-12 11:20:27 -07:00
Yash Tibrewal
abcd5861eb Nuking the poll-cv polling engine 2019-03-07 14:49:24 -08:00
Karthik Ravi Shankar
f7dd48b2b6 Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
This change moves ResourceQuota class fron grpc namespace to grpc_impl
namespace.
2019-03-06 10:12:23 -08:00
Mark D. Roth
5f00cfd3bd Merge pull request #18096 from markdroth/lb_policy_api
Second attempt: LB policy picker API
2019-02-22 10:10:43 -08:00
Soheil Hassas Yeganeh
2bb92f6a98 Merge pull request #18059 from soheilhy/worktree-cpp-atomic
Introduce more helper methods in gprpp/atomic.h
2019-02-20 22:28:17 -05:00
Mark D. Roth
aa149fedbb Revert "Merge pull request #18093 from grpc/revert-17770-lb_policy_picker_api"
This reverts commit f327b83706, reversing
changes made to b3b5d63423.
2019-02-19 13:19:24 -08:00
hcaseyal
275296c594 Revert "LB policy picker API" 2019-02-19 11:05:52 -08:00
Nicolas Noble
2ad245cb0c Revert "Folding the Channel class into the grpc_impl namespace." 2019-02-15 09:52:15 -08:00
Soheil Hassas Yeganeh
508c8d805a Introduce more helper methods in gprpp/atomic.h
Retire the old atomic_with_atm.h and atomic_with_std.h as they are not
needed anymore.

Introduce helper methods which call GPR_ATM_INC_ADD_THEN and
GPR_ATM_INC_CAS_THEN, and use them everywhere.

Also introduce AtomicIncrementIfNonzero, originally authored by
vjpai@. This is going to be used for completion queues.
2019-02-15 10:31:12 -05:00
Nicolas "Pixel" Noble
de332cfcee Merge branch 'master' of https://github.com/grpc/grpc into channel 2019-02-13 22:11:47 +01:00
Srini Polavarapu
f7f6861720 Merge pull request #18033 from srini100/master
Bump master to v1.20.x and pick "godric" for that release
2019-02-13 12:17:12 -08:00
Mark D. Roth
bab8123763 LB policy picker API 2019-02-13 08:30:04 -08:00
Srini Polavarapu
b0efc103e3 Regenerate projects 2019-02-12 21:07:42 -08:00
Nicolas "Pixel" Noble
63db582516 Merge branch 'master' of https://github.com/grpc/grpc into channel 2019-02-13 00:19:23 +01:00
Yihua Zhang
a3d997cbdc Add a TLS credential surface API (experimental) 2019-01-29 10:04:28 -08:00
Muxi Yan
d0f8049548 Merge pull request #17731 from bimawa/feature/supportTVOS
Added support tvos
2019-01-25 10:24:21 -08:00
Nicolas "Pixel" Noble
b0e6cc9b5f Forgot to declare the header. 2019-01-23 22:23:49 +01:00
Muxi Yan
c3e1c72194 Merge branch 'master' into feature/supportTVOS 2019-01-18 15:53:04 -08:00
Muxi Yan
371d4cd519 Update pod versions 2019-01-18 15:51:43 -08:00
Yash Tibrewal
9df6023dca Move Optional to gprpp, and reviewer comments 2019-01-18 14:48:12 -08:00
Muxi Yan
d9beacbfd9 generate projects 2019-01-17 13:37:33 -08:00
Maxim Bunkov
736985cba1 Merge master into feature/supportTVOS 2019-01-17 10:24:45 +05:00
Juanli Shen
bbe2587c39 Enable per-channel subchannel pool 2019-01-15 14:15:18 -08:00
Prashant Jaikumar
95965f71d3 Remove network_status_tracker
Remove network_status_tracker and its unit test as it does nothing. We
can add tests for network status change in another commit.
2019-01-11 12:15:37 -08:00
apolcyn
26dddbb10d Merge pull request #16187 from apolcyn/ipv6_resolver_scope_ids
Support named scope id's in grpc_parse_ipv6 on posix platforms
2019-01-08 14:36:20 -08:00
Sanjay Pujare
94d5587643 Regenerate projects 2019-01-03 15:35:20 -08:00
Alexander Polcyn
00763bc3ea Support named scope id's with ipv6 resolver on posix 2018-12-26 11:03:43 -08:00
Mark D. Roth
09f57c17ee Refactor request routing code out of client_channel. 2018-12-20 10:10:19 -08:00
Vijay Pai
c52ae0d000 Give the interceptors header files in include/grpcpp/support 2018-12-17 15:17:01 -08:00
Nicolas Noble
5748af6e18 Merge pull request #17468 from nicolasnoble/grpc_namespace
Moving ::grpc::Alarm to ::grpc_impl::Alarm.
2018-12-13 15:22:05 -08:00
Nicolas "Pixel" Noble
d550af373c Moving ::grpc::Alarm to ::grpc_impl::Alarm. 2018-12-12 16:48:32 +01:00
Mark D. Roth
c5f344deaf Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" 2018-12-11 07:48:14 -08:00
Maxim Bunkov
b6ac1cb5b4 added support tvos 2018-12-11 14:11:00 +05:00
hcaseyal
27e2ba31bf Revert "Allow encoding arbitrary channel args on a per-address basis." 2018-12-07 16:13:37 -08:00
Mark D. Roth
dedff37b4f Allow encoding arbitrary channel args on a per-address basis. 2018-12-07 12:41:51 -08:00
Jan Tattermusch
be7141f5d8 Merge remote-tracking branch 'upstream/v1.17.x' into HEAD 2018-12-06 15:06:13 +01:00
Soheil Hassas Yeganeh
2f55f4f85a Add TSAN annotations to gRPC. 2018-12-04 15:34:30 -05:00
Muxi Yan
97ec5c1d68 Bump version to v1.17.0 2018-12-03 11:53:33 -08:00
Stanley Cheung
698cf221d8 Regenerate projects 2018-11-28 09:24:31 -08:00
Muxi Yan
96a0db9575 Use 'preX' when pre-releasing gRPC-C++.podspec 2018-11-21 13:50:19 -08:00
Yash Tibrewal
248e304671 Merge branch 'master' into httpplumbing 2018-11-21 11:48:41 -08:00
Stanley Cheung
42e3ae7309 Re-generate projects 2018-11-20 23:36:04 -08:00
Muxi Yan
da14743f1a Generate projects 2018-11-19 15:32:20 -08:00
Muxi Yan
f3e4ae633e Regenerate projects 2018-11-19 15:24:53 -08:00
Muxi Yan
ce4a8a66ee Boost C++ version for 1.17.0 2018-11-19 10:37:39 -08:00
Yash Tibrewal
fc332d2c92 Merge master 2018-11-16 11:11:04 -08:00
Juanli Shen
8a880801ae Add support for LB config in service config 2018-11-15 13:31:27 -08:00
Yihua Zhang
3fefdde3cc remove ALTS shared resources 2018-11-13 09:44:28 -08:00