Yash Tibrewal
8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
7 years ago
Yash Tibrewal
1d4e995084
Merge pull request #13658 from grpc/revert-13058-execctx
...
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
Yash Tibrewal
a3df36cc25
Merge pull request #13058 from yashykt/execctx
...
All instances of exec_ctx being passed around in src/core removed
7 years ago
Vijay Pai
9dbb6e3a28
Merge pull request #13559 from dmaclach/threadnames
...
Add thread naming support on platforms that support it.
7 years ago
Yash Tibrewal
73bb67d054
Merge master into execctx
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
Vijay Pai
30ccc944d6
Update port_platform.h
7 years ago
Muxi Yan
e6e60162e5
Change GPR_INFO to GPR_ERROR
7 years ago
Muxi Yan
08aa228771
Merge pull request #13196 from muxi/upgrade-cocoapods-min-version
...
Require min Cocoapods version to be v1.2.0
7 years ago
Vijay Pai
43b8f8a11e
Update grpclb_test.cc
7 years ago
Vijay Pai
dba6f847d7
Update basic_timers.cc
7 years ago
David G. Quintas
05cd3102b7
Merge pull request #13630 from dgquintas/fix_deadupdate
...
Fix UpdatesTest.UpdateBalancersDeadUpdate expectation
7 years ago
dmaclach
2422b80a04
Merge pull request #2 from vjpai/dmac-2-pr
...
Regen projects and fix more uses of gpr_thd_new
7 years ago
Vijay Pai
770bf078d5
Regen projects and fix more uses of gpr_thd_new
7 years ago
Yuchen Zeng
c272dd73aa
Add on_initiate callback for the send_ping tranport op
7 years ago
Yash Tibrewal
65c45fbb4d
Revert ordering of tracers and timers in shutdown
7 years ago
Mark D. Roth
7fbbc23f77
Merge pull request #13632 from markdroth/inproc_trailing_metadata_available
...
Change inproc transport to set trailing_metadata_available.
7 years ago
Mehrdad Afshari
f3c0cff79b
Merge pull request #13563 from mehrdada/create-shared-ancestor-1.8.x-pre2
...
Upmerge 1.8.x into master to prevent future merge conflict after version bump
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
Mehrdad Afshari
aaf63d9277
Upmerge changes from v1.8.x to master
7 years ago
Mehrdad Afshari
7e75853c48
Merge pull request #13641 from markdroth/server_connection_timeout_1.8
...
Apply #13336 to v1.8.x branch.
7 years ago
Juanli Shen
96311af518
Merge pull request #13635 from grpc/remove_duplicate_check
...
Remove duplicate check for shutting_down
7 years ago
Jan Tattermusch
ecebc90c53
Merge pull request #13605 from jtattermusch/csharp_generate_corestats
...
Generate C# sources for grpc/core/stats.proto
7 years ago
Juanli Shen
4c856939c5
Merge pull request #12829 from AspirinSJL/reresolution
...
LB policies request re-resolution without shutting down
7 years ago
dmaclach
71606c8dfd
Merge pull request #1 from vjpai/dmac
...
Changes needed to make gRPC tests pass
7 years ago
Mark D. Roth
e204e5e497
Apply #13336 to v1.8.x branch.
7 years ago
Mehrdad Afshari
41021b1a09
Merge pull request #13633 from mehrdada/fix-generic-rpc-handler-service-failure-mode
...
Return StatusCode.UNKNOWN when gRPC GenericServiceHandler is defective
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
Dan Born
973854a845
Merge pull request #13420 from daniel-j-born/interested_parties
...
Pass a pollset_set to some client handshakers.
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
Vijay Pai
19988c6c7e
clang-format
7 years ago
Vijay Pai
33dd7f07ff
Add thread name
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
Mark D. Roth
6fa206de8f
Merge pull request #13336 from markdroth/server_connection_timeout
...
On server, include receiving HTTP/2 settings in handshake timeout
7 years ago
Sree Kuchibhotla
f3b73e524f
Merge pull request #13579 from sreecha/rq-fix
...
Properly shutdown endpoints in h2_http_proxy
7 years ago
ncteisen
11f6780bfd
Add comment with API
7 years ago
ncteisen
64e0b10a97
Variable name consistency
7 years ago
ncteisen
18bc278c81
Add tests
7 years ago
Yang Gao
f7a8eb7b22
Merge pull request #13554 from danzh2010/asyncio
...
udp_server async I/O
7 years ago
ncteisen
b9cff78f9e
Reviewer feedback
7 years ago
Vijay Pai
a3a4f39121
Update ev_epollsig_linux_test.cc
7 years ago
Noah Eisen
0d7f5e77c0
No null string ctor
7 years ago
ncteisen
74c106eff3
Add error string to C++
7 years ago
David Garcia Quintas
3a9743c881
Fix UpdatesTest.UpdateBalancersDeadUpdate expectation
7 years ago
Sree Kuchibhotla
9a434371e2
Merge branch 'master' into rq-fix
7 years ago