David Garcia Quintas
230338201f
regenerated proto with lastest version of protobuf
7 years ago
Yuchen Zeng
625a5c0545
Fix pending pings in grpclb
7 years ago
Juanli Shen
da320606e1
Remove unreachable code in RR
7 years ago
David Garcia Quintas
fa4126f0cb
moved max(..., min_deadline) to the right place in subchannel.cc
7 years ago
Yash Tibrewal
8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
7 years ago
Yash Tibrewal
ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed"
7 years ago
ncteisen
78478d0e9e
Fix write_buffering_test
7 years ago
yang-g
d742f2893f
Bug fix, use the last_sent ping time for next send
7 years ago
Juanli Shen
570707b076
RR goes to TF if all subchannels are SD or TF
7 years ago
David Garcia Quintas
abe92cc988
Fix wrong changes to subchannel
7 years ago
David Garcia Quintas
bdea93374d
Undo change to spec and corresponding code
7 years ago
Muxi Yan
e6e60162e5
Change GPR_INFO to GPR_ERROR
7 years ago
Vijay Pai
dba6f847d7
Update basic_timers.cc
7 years ago
David Garcia Quintas
8df0cc3363
PR Comments
7 years ago
Vijay Pai
770bf078d5
Regen projects and fix more uses of gpr_thd_new
7 years ago
ncteisen
2fe86668b4
Fix bm_trickle_compile
7 years ago
ncteisen
3ca7a087a9
Fix buildtests compile
7 years ago
ncteisen
15c32cd481
Fix parsing check
7 years ago
Yuchen Zeng
c272dd73aa
Add on_initiate callback for the send_ping tranport op
7 years ago
ncteisen
99849886eb
Disable flow control settings frames
7 years ago
Yash Tibrewal
65c45fbb4d
Revert ordering of tracers and timers in shutdown
7 years ago
ncteisen
7ccb79bfbd
First pass at mocked out Flow Control classes
7 years ago
ncteisen
04d8bc2c9b
First pass at abstract base flow control class
7 years ago
Muxi Yan
9a4db28783
Verbose log message in on_failed in Cronet transport
7 years ago
Mark D. Roth
74d1a46ef8
Change inproc transport to set trailing_metadata_available.
7 years ago
Mark D. Roth
e204e5e497
Apply #13336 to v1.8.x branch.
7 years ago
Mehrdad Afshari
bfdaefef43
Refactor: rename 'e' to 'exception'
7 years ago
Juanli Shen
592cf34f91
Add re-resolution into LB policies
7 years ago
Juanli Shen
d7ccea8f16
Remove duplicate check for shutting_down
...
Already checked at line 1826.
7 years ago
Dan Born
53d5503fac
Pass a pollset_set to some client handshakers.
7 years ago
David Garcia Quintas
0f91e513d9
Cleaned up API. Backoff now returns a single value: the time of the next retry
7 years ago
Vijay Pai
19988c6c7e
clang-format
7 years ago
Mehrdad Afshari
b030ccae05
Return UNKNOWN on GenericRpcHandler failure
...
A GenericRpcHandler registered on a gRPC Server is not supposed to raise
an exception and if it does so it is considered a programming defect.
However, gRPC is supposed to respond to the client with an UNKNOWN
status code. Previously, this situation was left unhandled and the
client ended up receiving a response with CANCELLED status code.
This commit fixes the issue https://github.com/grpc/grpc/issues/13629 .
7 years ago
Sree Kuchibhotla
54961bb9e1
Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition varialbes in linux support MONOTONIC clock type)
7 years ago
Mark D. Roth
a92428bc85
Move chttp2 cleanup code into close_transport_locked().
7 years ago
Jan Tattermusch
be05720ee1
generate C# sources for grpc/core/stats.proto
7 years ago
Junsung Ko
c5df7fd3e2
fix or slow down windows socket leak
...
related issue
https://github.com/grpc/grpc/issues/13519
https://github.com/grpc/grpc/issues/13102
7 years ago
Nathaniel Manista
dfe8403280
Change client-side credentials' use of gRPC Core
...
Rather than allocating gRPC Core memory when instantiated and
retaining it until deleted, gRPC Python's credentials objects now
offer methods to create gRPC Core structures on demand.
7 years ago
Nathaniel Manista
992b8c10b4
Fix some doc string formatting and content
7 years ago
Ken Payson
df86101267
Initialize last sent ping time
7 years ago
Nathaniel Manista
460e0aa9e6
Refactor _plugin_wrapping
7 years ago
Dan Zhang
ba95146c9d
fix comment format
7 years ago
Dan Zhang
ec8a59e112
read once
7 years ago
Mark D. Roth
dd01db3728
Make comparison of LB policy name case-insensitive.
7 years ago
Nathaniel Manista
6288753742
Correct AccessTokenAuthMetadataPlugin name
...
It was never itself a "call credentials" of any sort.
7 years ago
Vijay Pai
195cf1ebfd
Move histogram to test/core/util
7 years ago
Dave MacLachlan
da341bcb89
Fix up review comments
7 years ago
Yash Tibrewal
ede1b2703d
Merging master
7 years ago
Alexander Polcyn
d4a3bb817d
Allow compiling grpc without use of pthread_atfork
7 years ago
Muxi Yan
c031e7fa3a
Fix in one more file
7 years ago