Karthik Ravi Shankar
|
1de0bfd9e2
|
Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc""
|
2020-07-24 12:47:33 -07:00 |
Karthik Ravi Shankar
|
f1bc43edf6
|
Revert "Move create_channel and credentials from ::grpc_impl to ::grpc"
|
2020-07-24 11:08:54 -07:00 |
Karthik Ravi Shankar
|
44f721eeb0
|
Merge branch 'master' into create-channel
|
2020-06-30 15:52:24 -07:00 |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
2020-06-29 17:56:36 -07:00 |
Karthik Ravi Shankar
|
18cc2f6f34
|
Formatting fixes
|
2020-06-24 21:25:33 -07:00 |
Karthik Ravi Shankar
|
7f2eaaabac
|
Move create_channel and credentials from ::grpc_impl to ::grpc
Reverts: https://github.com/grpc/grpc/pull/18374 and
https://github.com/grpc/grpc/pull/18444
Credentials and create_channel are very closely intertwined, so it is
easier to migrate them together.
|
2020-06-24 17:34:06 -07:00 |
Patrice Chalin
|
5be0b22dc0
|
Update links to grpc.io guides in header files
|
2020-06-22 11:32:59 -04:00 |
Vijay Pai
|
94a8c5888a
|
Remove namespace experimental from namespace grpc_impl
|
2019-12-02 15:36:05 -08:00 |
Vijay Pai
|
be6979202b
|
Revamp server-side C++ callback API, message allocator, and mocking
|
2019-11-20 16:56:18 -08:00 |
Esun Kim
|
f40a702441
|
Clean up headers
|
2019-11-15 09:38:31 -08:00 |
Yash Tibrewal
|
a980df6293
|
Add documentation around peer, auth_context and census_context properties of ClientContext
|
2019-10-24 14:34:58 -07:00 |
Yash Tibrewal
|
a4cf948b2f
|
Experimental method to get a debugging only view into credentials
|
2019-09-12 12:31:29 -07:00 |
Yash Tibrewal
|
97f1f57dab
|
Allow call credentials to be set even after the call is created but before initial metadata is sent
|
2019-09-05 18:13:59 -07:00 |
yang-g
|
fd106bf1ac
|
Add accessor declaration for ClientContext
|
2019-08-14 12:38:59 -07:00 |
Moiz Haidry
|
bf994e48d9
|
Move grpc async, callback and sync implementation to grpc_impl namespace
|
2019-07-01 14:05:54 -07:00 |
Moiz Haidry
|
186875337c
|
Sync with master
|
2019-06-11 16:16:27 -07:00 |
Karthik Ravi Shankar
|
7e18e6cf3f
|
Fix clang errors.
|
2019-06-05 16:47:29 -07:00 |
Karthik Ravi Shankar
|
522ddfe273
|
Move ClientContext to grpc_impl
ClientContext is another file which needs to be moved from grpc to
grpc_impl for referencing it.
|
2019-06-05 16:31:39 -07:00 |