aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* ignore designer-generated .cs filesGravatar Jan Tattermusch2018-08-01
|
* fix markdown renderingGravatar Jan Tattermusch2018-08-01
|
* mention experimental support for Xamarin and UnityGravatar Jan Tattermusch2018-07-31
|
* HelloworldXamarin readmeGravatar Jan Tattermusch2018-07-31
|
* autogenerated changes in Resource.designer.csGravatar Jan Tattermusch2018-07-31
|
* use local server in XamarinHelloworldGravatar Jan Tattermusch2018-07-31
|
* experimental helloworld client for iosGravatar Jan Tattermusch2018-07-31
|
* experimental helloworld client for androidGravatar Jan Tattermusch2018-07-31
|
* add generated protosGravatar Jan Tattermusch2018-07-31
|
* HelloworldXamaring: add Google.Protobuf dependencyGravatar Jan Tattermusch2018-07-31
|
* HelloworldXamaring: add Grpc.Core dependencyGravatar Jan Tattermusch2018-07-31
|
* add HelloworldXamarin scaffoldingGravatar Jan Tattermusch2018-07-31
|
* Merge pull request #16192 from mehrdada/gtos-prep.simplify-ptr-arg-handlingGravatar Mehrdad Afshari2018-07-30
|\ | | | | Add Cython functionality to directly wrap grpc_arg
| * Add Cython functionality to directly wrap grpc_argGravatar Mehrdad Afshari2018-07-30
|/
* Merge pull request #16180 from muxi/tmpfs-all-objcGravatar Muxi Yan2018-07-30
|\ | | | | Make all ObjC tests intermediate files into /tmpfs
* \ Merge pull request #16066 from Capstan/cli-tlsGravatar Yang Gao2018-07-30
|\ \ | | | | | | Introduce --ssl_target flag to grpc_cli.
* \ \ Merge pull request #16163 from apolcyn/revert_revert_windows_breakageGravatar apolcyn2018-07-30
|\ \ \ | | | | | | | | Revert "Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort""
* \ \ \ Merge pull request #15992 from ghostwriternr/python_bazel_1Gravatar Nathaniel Manista2018-07-30
|\ \ \ \ | | | | | | | | | | Basic setup to build gRPC Python with Bazel.
| | | | * Make more tests in /tmpfsGravatar Muxi Yan2018-07-30
| | | | |
* | | | | Merge pull request #16168 from yashykt/calldestroyasanGravatar Yash Tibrewal2018-07-30
|\ \ \ \ \ | |_|_|_|/ |/| | | | Move freeing of error_string to release_call to fix ASAN bug
* | | | | Merge pull request #16018 from jadekler/server_reflection_metaGravatar Jan Tattermusch2018-07-30
|\ \ \ \ \ | | | | | | | | | | | | docs: provide a section aggregating per-language server reflection tu…
* \ \ \ \ \ Merge pull request #16172 from srini100/masterGravatar Srini Polavarapu2018-07-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix space in label
| * | | | | | fix space in labelGravatar srini1002018-07-27
|/ / / / / /
* | | | | | Merge pull request #16166 from yashykt/dontabortonerrGravatar Yash Tibrewal2018-07-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Don't abort on notify_on_error for poll. Instead simply schedule clos…
* \ \ \ \ \ \ Merge pull request #16165 from muxi/kokoro-spaceGravatar Muxi Yan2018-07-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move ios-binary-size build intermediate files to /tmpfs
| | | | * | | | Move freeing of error_string to release_call to fix ASAN bugGravatar Yash Tibrewal2018-07-27
| | | | | | | |
| * | | | | | | Use /tmpfs on Kokoro for ObjC testsGravatar Muxi Yan2018-07-27
| | | | | | | |
* | | | | | | | Merge pull request #16159 from markdroth/ref_counted_ptr_polymorphism_fixGravatar Mark D. Roth2018-07-27
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fix RefCountedPtr to handle polymorphism.
| | | * | | | | Don't abort on notify_on_error for poll. Instead simply schedule closure ↵Gravatar Yash Tibrewal2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with cancel.. Soft error
* | | | | | | | Merge pull request #16162 from yashykt/evengcleanupGravatar Yash Tibrewal2018-07-27
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | | Remove the notifier pollset from grpc event engine since it's not use…
* | | | | | | Merge pull request #16116 from yihuazhang/C++_wrapper_for_local_credentialsGravatar yihuaz2018-07-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a C++ wrapper for local credentials
| | | | * | | | Add C# docGravatar Jean de Klerk2018-07-27
| | | | | | | |
| | | * | | | | fix clang_tidyGravatar Mark D. Roth2018-07-27
| | | | | | | |
| | | * | | | | A bit of cleanup and add more tests.Gravatar Mark D. Roth2018-07-27
| | | | | | | |
| | | | | * | | Workspace changes to build gRPC Python with BazelGravatar Naresh2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include new rules from bazelbuild/rules_python, which allow for importing pip dependencies with Bazel. - Make Cython BUILD file visible to WORKSPACE. - Use a custom requirements file for Bazel python. This is added to allow for requirements previously added only during build steps.
| | | | | * | | Basic setup to build gRPC Python with BazelGravatar Naresh2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building gRPC Python with Bazel has been one of the long requested additions to gRPC (#8079). Doing so had been made complex by the fact that Bazel itself is still in active development. There has been extensive work on building Cython code at tensorflow, which can be reused for gRPC's purposes as well. Major included changes required for building grpcio with Bazel are: - Include Cython as a third party Bazel package, to compile the Cython parts of gRPC Python. - Include rules for Python autoconfiguration so Python headers can be detected by cygrpc.
* | | | | | | | Merge pull request #16136 from jtattermusch/csharp_reflection_docsGravatar Jan Tattermusch2018-07-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add C# server reflection tutorial
* \ \ \ \ \ \ \ \ Merge pull request #16144 from jtattermusch/csharp_cleanup_examplesGravatar Jan Tattermusch2018-07-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Cleanup and update C# examples
| | | | | | | | * | Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Gravatar Alexander Polcyn2018-07-27
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3.
| * | | | | | | | address review commentsGravatar Jan Tattermusch2018-07-27
| | | | | | | | |
* | | | | | | | | Merge pull request #16157 from mehrdada/upmerge1.14.xGravatar Mehrdad Afshari2018-07-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Upmerge 1.14.x into master
* \ \ \ \ \ \ \ \ \ Merge pull request #16158 from apolcyn/revert_windows_breakageGravatar apolcyn2018-07-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
* \ \ \ \ \ \ \ \ \ \ Merge pull request #16152 from srini100/masterGravatar Srini Polavarapu2018-07-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix spaces in mergeable config file
| | | | | | | * | | | | Remove the notifier pollset from grpc event engine since it's not used anywhereGravatar Yash Tibrewal2018-07-26
| | | | | | | | | | | |
| | | | | | | | * | | | clang-formatGravatar Mark D. Roth2018-07-26
| | | | | | | | | | | |
| | | | | | | | * | | | Fix build.Gravatar Mark D. Roth2018-07-26
| | | | | | | | | | | |
| | | | | | | | * | | | Remove no-longer-necessary MakePolymorphicRefCounted().Gravatar Mark D. Roth2018-07-26
| | | | | | | | | | | |
| | * | | | | | | | | | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Gravatar Alexander Polcyn2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ae8d3efc3a360b289f0b33e1c53c8c73960cb31f, reversing changes made to e41215e181564a61320b9b69ae5feb7f7c3625fe.
| | | | | | | | * | | | Fix RefCountedPtr to handle polymorphism.Gravatar Mark D. Roth2018-07-26
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'v1.14.x'Gravatar Mehrdad Afshari2018-07-26
| |_|/| | | | | | | | | |/| | | | | | | | | | |