aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-05
|\
* | PR CommentsGravatar David Garcia Quintas2017-12-05
| |
* | Slight tweak to backoff specGravatar David Garcia Quintas2017-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
| | | | | | * | 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
| |/ / / / /
* | | | | | Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-04
|\| | | | |
* | | | | | Cleaned up API. Backoff now returns a single value: the time of the next retryGravatar David Garcia Quintas2017-12-04
| | | | | |
* | | | | | Backoff test is now a C++ fileGravatar David Garcia Quintas2017-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
| | | * \ \ \ \ 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 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
| | | | | | | | | | * | | | generate C# sources for grpc/core/stats.protoGravatar Jan Tattermusch2017-12-04
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| | | | | | * | | | | | | Remove some unneeded and spammy logsGravatar Vijay Pai2017-12-04
| | | | | | | | | | | | |
| | | | | | * | | | | | | Adjust stream cancellation point and fix races in sync clientGravatar Vijay Pai2017-12-04
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | | * | | | | | | | | Merge branch 'master' into tlsremoveassertGravatar yashkt2017-12-04
| | | |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | | | | | | | | | | * Change client-side credentials' use of gRPC CoreGravatar Nathaniel Manista2017-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | | | | | | | | | * Fix some doc string formatting and contentGravatar Nathaniel Manista2017-12-03
| | | | | | | | | | |/
| * | | | | | | | | | Merge pull request #13599 from kpayson64/fix_flow_control_bug_localGravatar kpayson642017-12-01
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Initialize last sent ping time
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #13051 from ctiller/bazel-pollersGravatar Craig Tiller2017-12-01
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Test multiple pollers with Bazel
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #13596 from markdroth/lb_policy_name_case_insensitiveGravatar Mark D. Roth2017-12-01
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make comparison of LB policy name case-insensitive.
| | | | * | | | | | | | | | Initialize last sent ping timeGravatar Ken Payson2017-12-01
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | | | | | | | | | | | * Refactor _plugin_wrappingGravatar Nathaniel Manista2017-12-01
| | | | | | | | | | | | |