ncteisen
b86a744751
Expose GetChannel and GetTopChannels Core API
6 years ago
ncteisen
25082c5fc4
Reviewer feedback
6 years ago
Yash Tibrewal
fa0373c599
GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS only makes sense for the server
6 years ago
ncteisen
018498a06b
Implements subchannel refs for pick_first
6 years ago
Yihua Zhang
c5f1eda10f
implement loca credentials
6 years ago
Juanli Shen
174166d20c
Add header back in build.yaml
7 years ago
Juanli Shen
f5f1d57d7a
Add load reporting filter
7 years ago
ncteisen
9e26b6c282
Regenerate project and fix sanity
7 years ago
ncteisen
93a90e6132
Support codegen generic on server side
7 years ago
ncteisen
1ab1287ac7
Reviewer feedback
7 years ago
ncteisen
c7166ae67d
Make channelz an opt in feature
7 years ago
Ian Haken
68eff58df6
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
...
These options are not yet exposed to languages outside of core.
7 years ago
Yash Tibrewal
21dbaab4be
Add channel arg to enable/disable http proxy
7 years ago
ncteisen
16280c7398
Remove unused API
7 years ago
ncteisen
d23739eda3
Reviewer feedback
7 years ago
ncteisen
9a1bb05181
Build out the channelz unit test
7 years ago
ncteisen
c3c6e064b3
Add basic support for GetChannel
7 years ago
Muxi Yan
4dbd18aec5
Make mobile log per-host and rename as context
7 years ago
Muxi Yan
a70102b1eb
Use cc rather than mm files and merge cfstream related files into core
7 years ago
Michael Rebello
9c926f325d
Resolve Swift warnings by specifying void arguments
...
The following functions in the `fork.h` file cause a `This function declaration is not a prototype` warning in Swift:
```
void grpc_prefork(void);
void grpc_postfork_parent(void);
void grpc_postfork_child(void);
void grpc_fork_handlers_auto_register(void);
```
Explicitly specifying `void` as the argument resolves the warnings.
Reproducible using Xcode 9.2 with `SwiftGRPC`/`gRPC-Core` via CocoaPods.
7 years ago
Yash Tibrewal
a3ba733a84
Add GPR_DEBUG_ASSERT
7 years ago
Yash Tibrewal
adc733f024
Make linux polling engines capable of tracking errors separately with
...
backward compatibility.
7 years ago
Yihua Zhang
fe2fa0c1c8
Add C++ experimental API extensions for ALTS C stack
7 years ago
Yash Tibrewal
794edb3207
use GPR_UNLIKELY in GPR_ASSERT
7 years ago
Sree Kuchibhotla
f2f5a9a0a7
Keep things simple. Remove gpr_atm64
7 years ago
Sree Kuchibhotla
6997718c6f
Change shared_mutables.min_timer to gpr_atm64 (Forgot to do this previously)
7 years ago
Yash Tibrewal
1ed62388dc
Revert change to GPR_ASSERT
7 years ago
Yash Tibrewal
e771f9ba84
Add mising GPR_UNLIKELY definition
7 years ago
Yash Tibrewal
20019ceef3
Add support for GPR_LIKELY and GPR_UNLIKELY
7 years ago
Sree Kuchibhotla
9c142c9dc9
64-bit atomic operations
7 years ago
Ara Ayvazyan
e7995f213c
Avoid low severity log message construction
7 years ago
Muxi Yan
dfbf607ccb
Introduce channel arg to disable authority filter
7 years ago
David Garcia Quintas
49f625f232
more comments
7 years ago
David Garcia Quintas
861363d618
added call_host_override test
7 years ago
Ruslan Nigmatullin
7ae3733cab
[grpc] Add SSL session client cache support
7 years ago
ncteisen
3b42f83068
Revert "Revert "Channel Tracing Implementation; Part 1""
...
This reverts commit f2bea3725f
.
7 years ago
Noah Eisen
f2bea3725f
Revert "Channel Tracing Implementation; Part 1"
7 years ago
kpayson64
539f5068bd
Abstract libuv implementation
...
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
7 years ago
Muxi Yan
60aa27884f
Remove include of inttypes.h completely
7 years ago
Muxi Yan
4b37fb0e4c
Stop including inttypes.h in gRPC core public header in Apple platforms
7 years ago
ncteisen
ac945eba98
Reviewer comments
7 years ago
ncteisen
cd6755b13c
Re write rendered
7 years ago
ncteisen
ee013d25b3
Fix build and sanity
7 years ago
ncteisen
bf5237a723
reviewer comments
7 years ago
ncteisen
6ea7f3330e
Reviewer comments
7 years ago
ncteisen
95cf05794a
Reviewer feedback
7 years ago
Mark D. Roth
718c8341ca
Retry support.
7 years ago
Alexander Polcyn
db3e898a98
Add a sanity check for inclusion of port_platform.h
7 years ago
Muxi Yan
1a6d3a529b
Add comments to the interface
7 years ago
Alexander Polcyn
1bc550132a
Fix ruby artifact build
7 years ago