aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
|
* Merge pull request #16288 from yashykt/combinernotifyGravatar Yash Tibrewal2018-08-09
|\ | | | | Explictly Flush exec_ctx after resetting call_combiner_set_notify_on_…
* \ Merge pull request #16287 from jl2922/patch-1Gravatar Juanli Shen2018-08-09
|\ \ | | | | | | include cmath to fix gcc8 compilation error
| * | fix formatGravatar Junhao Li2018-08-09
| | |
* | | Enable c-ares queries on WindowsGravatar Alex Polcyn2018-08-08
| | |
| | * Explictly Flush exec_ctx after resetting call_combiner_set_notify_on_cancel ↵Gravatar Yash Tibrewal2018-08-08
| |/ |/| | | | | to avoid the need to take refs on the stack for cancellation closures on exec_ctx
| * include cmath to fix gcc8 compilation errorGravatar Junhao Li2018-08-08
|/ | | | | | | | | This fix resolves the following compilation error on GCC8.1.1: ERROR: /home/junhao/tools/grpc/BUILD:1350:1: C++ compilation of rule '//:grpcpp_server_load_reporting' failed (Exit 1) src/cpp/server/load_reporter/util.cc:31:12: error: no member named 'isnormal' in namespace 'std' if (std::isnormal(cost_value)) { ~~~~~^ 1 error generated.
* deduplicate GUIDs for unity .meta filesGravatar Jan Tattermusch2018-08-08
|
* Merge pull request #15597 from jtattermusch/protobuf_submodule_36xGravatar Jan Tattermusch2018-08-08
|\ | | | | Upgrade third_party/protobuf to 3.6.1
| * Upgrade protobuf podspecs in grpcGravatar Muxi Yan2018-08-07
| |
* | Merge pull request #16225 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-08-07
|\ \ | | | | | | Reset connection backoff
| | * regenerate C# protosGravatar Jan Tattermusch2018-08-07
| | |
| | * yapf codeGravatar Jan Tattermusch2018-08-07
| | |
| | * regenerate C# protosGravatar Jan Tattermusch2018-08-07
| | |
| | * upgrade C# to protobuf 3.6.0Gravatar Jan Tattermusch2018-08-07
| | |
| | * upgrade python to protobuf 3.6.0Gravatar Jan Tattermusch2018-08-07
| |/ |/|
* | Merge pull request #16265 from jtattermusch/unity_package_portable_zipGravatar Jan Tattermusch2018-08-07
|\ \ | | | | | | Portable zip for unity package
| * | portable zip for unity packageGravatar Jan Tattermusch2018-08-07
| | |
* | | Merge pull request #16214 from yang-g/order_order_pleaseGravatar Yang Gao2018-08-06
|\ \ \ | | | | | | | | Add more filter priority levels
| | | * Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
| | | |
* | | | Merge pull request #16243 from hcaseyal/revert_16179Gravatar Abhishek Kumar2018-08-06
|\ \ \ \ | | | | | | | | | | Revert "Immediately run write closures for failed stream"
* \ \ \ \ Merge pull request #16200 from yihuazhang/alts_print_nanny_error_messagesGravatar yihuaz2018-08-06
|\ \ \ \ \ | |_|_|/ / |/| | | | Log error messages returned from ALTS handshaker service
* | | | | add instructions how to use UnityGravatar Jan Tattermusch2018-08-06
| | | | |
| | * | | Revert "Immediately run write closures for failed stream"Gravatar Hope Casey-Allen2018-08-03
| |/ / / |/| | |
* | | | Merge pull request #15993 from ghostwriternr/python_bazel_2Gravatar Nathaniel Manista2018-08-03
|\ \ \ \ | | | | | | | | | | Minimal Bazel BUILD files for grpcio Python.
* \ \ \ \ Merge pull request #16161 from yashykt/pollforcesetGravatar Yash Tibrewal2018-08-02
|\ \ \ \ \ | | | | | | | | | | | | Add API to grpc event engines to forcibly set underlying fd to be rea…
* \ \ \ \ \ Merge pull request #16223 from mehrdada/debug_hooksGravatar Mehrdad Afshari2018-08-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add low-level Cython debug/expansion hooks
| * | | | | | Add op index support for custom hooksGravatar Mehrdad Afshari2018-08-02
| | | | | | |
* | | | | | | Merge pull request #15646 from ZhouyihaiDing/composer_auth_versionGravatar Zhouyihai Ding2018-08-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: upgrade interop test google/auth version
| | | | | | * | commentsGravatar yang-g2018-08-02
| | | | | | | |
| | | | * | | | Minimal Bazel BUILD files for grpcio PythonGravatar Naresh2018-08-02
| | | | | |_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | Follow-up on the additions in #15992. Pad the grpcio Python package with necessary BUILD files along with 2 simple tests.
* | | | | | | Merge pull request #16208 from jtattermusch/csharp_unity_packageGravatar Jan Tattermusch2018-08-02
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Add script for creating a C# package for Unity
| | | * | | | Add low-level Cython debug/expansion hooksGravatar Mehrdad Afshari2018-08-02
| |_|/ / / / |/| | | | |
| * | | | | unitypackage: fix extensions when copyingGravatar Jan Tattermusch2018-08-02
| | | | | |
| * | | | | explain where .meta files came fromGravatar Jan Tattermusch2018-08-02
| | | | | |
| * | | | | fix unity package nameGravatar Jan Tattermusch2018-08-02
| | | | | |
| * | | | | regenerateGravatar Jan Tattermusch2018-08-02
| | | | | |
| * | | | | add skeleton of unity packageGravatar Jan Tattermusch2018-08-02
| | | | | |
| | * | | | PHP: upgrade interop test google/auth versionGravatar ZhouyihaiDing2018-08-01
| |/ / / / |/| | | |
| | | | * typo fixGravatar yang-g2018-08-01
| | | | |
| | | * | log error messages returned from NannyGravatar Yihua Zhang2018-08-01
| |_|/ / |/| | |
| | | * Review commentsGravatar yang-g2018-08-01
| | | |
| | | * SanityGravatar yang-g2018-08-01
| | | |
| | * | Merge branch 'master' into pollforcesetGravatar Yash Tibrewal2018-08-01
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #16207 from markdroth/ping_api_fixGravatar Mark D. Roth2018-08-01
|\ \ \ \ | | | | | | | | | | Fix undefined behavior introduced in #16167.
| | | | * Add more filter priority levelsGravatar yang-g2018-08-01
| | | | |
* | | | | Merge pull request #16198 from srini100/masterGravatar Srini Polavarapu2018-08-01
|\ \ \ \ \ | | | | | | | | | | | | upmerge from v1.14.x
| | * | | | Fix undefined behavior introduced in #16167.Gravatar Mark D. Roth2018-08-01
| |/ / / / |/| | | |
| | * | | regenerateGravatar Jan Tattermusch2018-08-01
| | | | |
* | | | | Merge pull request #16194 from jtattermusch/add_xamarin_exampleGravatar Jan Tattermusch2018-08-01
|\ \ \ \ \ | | | | | | | | | | | | C#: Add Xamarin example