aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #13655 from yang-g/pingGravatar Yang Gao2017-12-06
|\ | | | | Bug fix, use the last_sent ping time for next send
* \ Merge pull request #13644 from grpc/verbose-cronet-on-failedGravatar Muxi Yan2017-12-06
|\ \ | | | | | | Verbose log message in on_failed in Cronet transport
* \ \ Merge pull request #13654 from AspirinSJL/reresolve_tfGravatar Juanli Shen2017-12-06
|\ \ \ | | | | | | | | RR goes to TF if all subchannels are SD or TF
* | | | Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
| | | |
* | | | 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
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | | * Bug fix, use the last_sent ping time for next sendGravatar yang-g2017-12-05
| |_|_|_|/ |/| | | |
| | | * | RR goes to TF if all subchannels are SD or TFGravatar Juanli Shen2017-12-05
| |_|/ / |/| | |
| | | * Change GPR_INFO to GPR_ERRORGravatar Muxi Yan2017-12-05
| | | |
| * | | Update basic_timers.ccGravatar Vijay Pai2017-12-05
| | | |
| * | | 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.
| | | | * Verbose log message in on_failed in Cronet transportGravatar Muxi Yan2017-12-05
| | | | |
| * | | | 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 #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
| | | * | | | Apply #13336 to v1.8.x branch.Gravatar Mark D. Roth2017-12-05
| | | | | | |
| | | * | | | Refactor: rename 'e' to 'exception'Gravatar Mehrdad Afshari2017-12-04
| | | | | | |
* | | | | | | Add re-resolution into LB policiesGravatar Juanli Shen2017-12-04
| | | | | | |
| | * | | | | 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
| | | | | |
| | * | | | 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 #13554 from danzh2010/asyncioGravatar Yang Gao2017-12-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | udp_server async I/O
* \ \ \ \ \ \ \ Merge pull request #12126 from dutor/fix-accept-queue-initGravatar Craig Tiller2017-12-04
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Fix init_max_accept_queue_size
| | | | | | | * Merge master into execctx after removal of assert in tls_gccGravatar yashkt2017-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.
| | | | * | | | | | generate C# sources for grpc/core/stats.protoGravatar Jan Tattermusch2017-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 branch 'master' into threadnamesGravatar Vijay Pai2017-12-02
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #13599 from kpayson64/fix_flow_control_bug_localGravatar kpayson642017-12-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Initialize last sent ping time
| * | | | | | | | Initialize last sent ping timeGravatar Ken Payson2017-12-01
| | | | | | | | |
| | | | | | * | | Refactor _plugin_wrappingGravatar Nathaniel Manista2017-12-01
| | | | | | | | |
| | | * | | | | | fix comment formatGravatar Dan Zhang2017-12-01
| | | | | | | | |
| | | * | | | | | Merge branch 'master' into asyncioGravatar Dan Zhang2017-12-01
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | read onceGravatar Dan Zhang2017-12-01
| | | | | | | | |
* | | | | | | | | Make comparison of LB policy name case-insensitive.Gravatar Mark D. Roth2017-12-01
|/ / / / / / / /
| | | | * | | | Merge pull request #13587 from ↵Gravatar Nathaniel Manista2017-12-01
| | | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/access-token-auth-metadata-plugin Correct AccessTokenAuthMetadataPlugin name.
| | | * | | | | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| | | | | * | | Correct AccessTokenAuthMetadataPlugin nameGravatar Nathaniel Manista2017-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was never itself a "call credentials" of any sort.
* | | | | | | | Merge pull request #13568 from jtattermusch/csharp_benchmark_timing_infoGravatar Jan Tattermusch2017-12-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | C# benchmarks: Populate UserTime and SystemTime info
* \ \ \ \ \ \ \ \ Merge pull request #13575 from vjpai/dehistGravatar Vijay Pai2017-11-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Move histogram to test/core/util
| | | | | | | | | * Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |