aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
|\ | | | | All instances of exec_ctx being passed around in src/core removed
* \ Merge pull request #13559 from dmaclach/threadnamesGravatar Vijay Pai2017-12-05
|\ \ | | | | | | Add thread naming support on platforms that support it.
| | * Merge master into execctxGravatar Yash Tibrewal2017-12-05
| | |\
| * | | Update port_platform.hGravatar Vijay Pai2017-12-05
| | | |
* | | | Merge pull request #13196 from muxi/upgrade-cocoapods-min-versionGravatar Muxi Yan2017-12-05
|\ \ \ \ | |_|_|/ |/| | | Require min Cocoapods version to be v1.2.0
| | * | Update grpclb_test.ccGravatar Vijay Pai2017-12-05
| | | |
| | * | Update basic_timers.ccGravatar Vijay Pai2017-12-05
| | | |
* | | | Merge pull request #13630 from dgquintas/fix_deadupdateGravatar David G. Quintas2017-12-05
|\ \ \ \ | | | | | | | | | | Fix UpdatesTest.UpdateBalancersDeadUpdate expectation
| | | * \ Merge pull request #2 from vjpai/dmac-2-prGravatar dmaclach2017-12-05
| | | |\ \ | | | | | | | | | | | | Regen projects and fix more uses of gpr_thd_new
| | | | * | Regen projects and fix more uses of gpr_thd_newGravatar Vijay Pai2017-12-05
| | | |/ /
| | | | * Revert ordering of tracers and timers in shutdownGravatar Yash Tibrewal2017-12-05
| | | | |
* | | | | Merge pull request #13632 from markdroth/inproc_trailing_metadata_availableGravatar Mark D. Roth2017-12-05
|\ \ \ \ \ | | | | | | | | | | | | Change inproc transport to set trailing_metadata_available.
* \ \ \ \ \ Merge pull request #13563 from mehrdada/create-shared-ancestor-1.8.x-pre2Gravatar Mehrdad Afshari2017-12-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upmerge 1.8.x into master to prevent future merge conflict after version bump
| | * | | | | Change inproc transport to set trailing_metadata_available.Gravatar Mark D. Roth2017-12-05
| | | | | | |
| * | | | | | Upmerge changes from v1.8.x to masterGravatar Mehrdad Afshari2017-12-05
|/| | | | | |
| * | | | | | Merge pull request #13641 from markdroth/server_connection_timeout_1.8Gravatar Mehrdad Afshari2017-12-05
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Apply #13336 to v1.8.x branch.
* | \ \ \ \ \ \ Merge pull request #13635 from grpc/remove_duplicate_checkGravatar Juanli Shen2017-12-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove duplicate check for shutting_down
* \ \ \ \ \ \ \ \ Merge pull request #13605 from jtattermusch/csharp_generate_corestatsGravatar Jan Tattermusch2017-12-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Generate C# sources for grpc/core/stats.proto
* \ \ \ \ \ \ \ \ \ Merge pull request #12829 from AspirinSJL/reresolutionGravatar Juanli Shen2017-12-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | LB policies request re-resolution without shutting down
| | | | | | | | | * \ Merge pull request #1 from vjpai/dmacGravatar dmaclach2017-12-05
| | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Changes needed to make gRPC tests pass
| | | | | * | | | | | | Apply #13336 to v1.8.x branch.Gravatar Mark D. Roth2017-12-05
| | | | |/ / / / / / /
| | | | * | | | | | | Merge pull request #13633 from ↵Gravatar Mehrdad Afshari2017-12-05
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mehrdada/fix-generic-rpc-handler-service-failure-mode Return StatusCode.UNKNOWN when gRPC GenericServiceHandler is defective
| | | | | * | | | | | | Refactor: rename 'e' to 'exception'Gravatar Mehrdad Afshari2017-12-04
| | | | | | | | | | | |
| * | | | | | | | | | | Add re-resolution into LB policiesGravatar Juanli Shen2017-12-04
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #13420 from daniel-j-born/interested_partiesGravatar Dan Born2017-12-04
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Pass a pollset_set to some client handshakers.
| | | * | | | | | | | | Remove duplicate check for shutting_downGravatar Juanli Shen2017-12-04
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Already checked at line 1826.
| * | | | | | | | | | Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
|/ / / / / / / / / /
| | | | | | | | * | clang-formatGravatar Vijay Pai2017-12-04
| | | | | | | | | |
| | | | | | | | * | Add thread nameGravatar Vijay Pai2017-12-04
| | | | | | | |/ /
| | | * | | | / / Return UNKNOWN on GenericRpcHandler failureGravatar Mehrdad Afshari2017-12-04
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | On server, include receiving HTTP/2 settings in handshake timeout
* \ \ \ \ \ \ \ \ Merge pull request #13579 from sreecha/rq-fixGravatar Sree Kuchibhotla2017-12-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Properly shutdown endpoints in h2_http_proxy
* \ \ \ \ \ \ \ \ \ Merge pull request #13554 from danzh2010/asyncioGravatar Yang Gao2017-12-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | udp_server async I/O
| | | | | | | | | * | Update ev_epollsig_linux_test.ccGravatar Vijay Pai2017-12-04
| | | | | | | | | | |
| | | | | | | * | | | Fix UpdatesTest.UpdateBalancersDeadUpdate expectationGravatar David Garcia Quintas2017-12-04
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | * | | | | | | | Merge branch 'master' into rq-fixGravatar Sree Kuchibhotla2017-12-04
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| | * | | | | | | | fix connectivity test failureGravatar Sree Kuchibhotla2017-12-04
| | | | | | | | | |
* | | | | | | | | | Merge pull request #13576 from vjpai/qps_killerGravatar Vijay Pai2017-12-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Resolve various races in QPS sync client
| * | | | | | | | | | Reintroduce lambdasGravatar Vijay Pai2017-12-04
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #12126 from dutor/fix-accept-queue-initGravatar Craig Tiller2017-12-04
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix init_max_accept_queue_size
| | * | | | | | | | | | clang-formatGravatar Vijay Pai2017-12-04
| | | | | | | | | | | |
| | * | | | | | | | | | Make all-streams op about cleanup only and replace a lambda with a virtualGravatar Vijay Pai2017-12-04
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13329 from dwittmer/dwittmer_runserverGravatar Yang Gao2017-12-04
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to RunServer for notifying clients via condition variable that the interop server has started.
| | | | | | | | | | | | * Merge master into execctx after removal of assert in tls_gccGravatar yashkt2017-12-04
| | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #13598 from yashykt/tlsremoveassertGravatar Yash Tibrewal2017-12-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | Remove asserts from tls_gcc.h
| | | | | | | * | | | | | generate_projects.shGravatar Mark D. Roth2017-12-04
| | | | | | | | | | | | |
| | | | | | | * | | | | | Move chttp2 cleanup code into close_transport_locked().Gravatar Mark D. Roth2017-12-04
| | | | | | | | | | | | |
| | | | | | | | | * | | | Merge pull request #13603 from nathanielmanistaatgoogle/credentialsGravatar Nathaniel Manista2017-12-04
| | | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change client-side credentials' use of gRPC Core.
| | | | | | | | | * \ \ \ \ Merge pull request #13593 from nathanielmanistaatgoogle/12531Gravatar Nathaniel Manista2017-12-04
| | | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor _plugin_wrapping.
* | | | | | | | | | \ \ \ \ \ Merge pull request #13401 from jtattermusch/windows_cmake_distrib_testsGravatar Jan Tattermusch2017-12-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add windows cmake distrib test