Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #16535 from eundoosong/remove_unused_import | Mehrdad Afshari | 2018-09-27 |
|\ | | | | | Remove unused import | ||
| * | Remove unused import | Eundoo Song | 2018-09-01 |
| | | |||
* | | update C# examples to netcoreapp2.1 | Jan Tattermusch | 2018-08-30 |
|/ | |||
* | regenerate protos for C# examples | Jan Tattermusch | 2018-08-20 |
| | |||
* | upgrade HelloworldLegacyCsproj to grpc1.14.1 and protobuf 3.6.1 | Jan Tattermusch | 2018-08-20 |
| | |||
* | upgrade dotnet examples to grpc1.14.1 and protobuf 3.6.1 | Jan Tattermusch | 2018-08-20 |
| | |||
* | Merge pull request #16252 from mehrdada/python_reflection_docs | Mehrdad Afshari | 2018-08-06 |
|\ | | | | | Add server reflection guide for Python | ||
| * | Add server reflection guide for Python | Mehrdad Afshari | 2018-08-06 |
| | | |||
* | | Refresh pb2 files in examples/python/multiplex | Mehrdad Afshari | 2018-08-06 |
|/ | |||
* | HelloworldXamarin readme improvements | Jan Tattermusch | 2018-08-03 |
| | |||
* | Fixed typo. | jzeferino | 2018-08-02 |
| | |||
* | Improved Xamarin example doc. | jzeferino | 2018-08-02 |
| | | | | Xamarin Studio is no longer preferred for Xamarin development, we should use Visual Studio for Mac. Also added more info on how to use the nuget package source. | ||
* | Merge pull request #16191 from ↵ | apolcyn | 2018-08-01 |
|\ | | | | | | | | | hanmd82/add_multi_json_for_ruby_route_guide_example Add 'multi_json' gem for Ruby tutorial route_guide_server to work | ||
* \ | Merge pull request #16194 from jtattermusch/add_xamarin_example | Jan Tattermusch | 2018-08-01 |
|\ \ | | | | | | | C#: Add Xamarin example | ||
| * | | add copyright notice for HelloworldXamarin | Jan Tattermusch | 2018-08-01 |
| | | | |||
* | | | Merge pull request #15239 from murgatroid99/node_example_proto_loader | Michael Lumish | 2018-07-31 |
|\ \ \ | | | | | | | | | Update Node examples to use new @grpc/proto-loader package | ||
| | * | | HelloworldXamarin readme | Jan Tattermusch | 2018-07-31 |
| | | | | |||
| | * | | autogenerated changes in Resource.designer.cs | Jan Tattermusch | 2018-07-31 |
| | | | | |||
| | * | | use local server in XamarinHelloworld | Jan Tattermusch | 2018-07-31 |
| | | | | |||
| | * | | experimental helloworld client for ios | Jan Tattermusch | 2018-07-31 |
| | | | | |||
| | * | | experimental helloworld client for android | Jan Tattermusch | 2018-07-31 |
| | | | | |||
| | * | | add generated protos | Jan Tattermusch | 2018-07-31 |
| | | | | |||
| | * | | HelloworldXamaring: add Google.Protobuf dependency | Jan Tattermusch | 2018-07-31 |
| | | | | |||
| | * | | HelloworldXamaring: add Grpc.Core dependency | Jan Tattermusch | 2018-07-31 |
| | | | | |||
| | * | | add HelloworldXamarin scaffolding | Jan Tattermusch | 2018-07-31 |
| |/ / |/| | | |||
| | * | Add 'multi_json' gem to gemspec so that route_guide_server can work | Mingding, Han | 2018-07-31 |
| |/ |/| | |||
* | | address review comments | Jan Tattermusch | 2018-07-27 |
| | | |||
* | | upgrade HelloworldLegacyCsproj to grpc1.13.1 | Jan Tattermusch | 2018-07-26 |
| | | |||
* | | update the README files | Jan Tattermusch | 2018-07-26 |
| | | |||
* | | upgrade c# Helloworld and RouteGuide to v1.13.1 | Jan Tattermusch | 2018-07-26 |
| | | |||
* | | rename route_guide -> RouteGuide | Jan Tattermusch | 2018-07-26 |
| | | |||
* | | make new-style .csproj helloworld the default | Jan Tattermusch | 2018-07-26 |
| | | |||
* | | move helloworld -> HelloworldLegacyCsproj | Jan Tattermusch | 2018-07-26 |
| | | |||
* | | convert route_guide to .NETcore project | Jan Tattermusch | 2018-07-26 |
| | | |||
* | | Corrected formatting of json files | Andres Medina | 2018-06-22 |
| | | | | | | | | | | | | | | | | examples/csharp/route_guide/RouteGuide/route_guide_db.json: Removed BOM encoding. Some json parsers cannot natively open these files. There are more portable ways to define Unicode encodings than embedded in files. src/csharp/doc/docfx.json: Incorrect json format. | ||
* | | overhaul of top-level .md files | Jan Tattermusch | 2018-06-20 |
| | | |||
* | | deduplicate C++ routeguide | Jan Tattermusch | 2018-06-20 |
| | | |||
* | | Close channels in examples | Nathaniel Manista | 2018-06-14 |
| | | |||
* | | Put Gemfile for sub-directory of pubsub | ganmacs | 2018-05-25 |
| | | | | | | | | | | examples/ruby/greeter*.rb and examples/ruby/route_guide/*.rb doesn't need to depends on googleauth | ||
* | | Moved pubsub demo_demo to examples directory of ruby | ganmacs | 2018-05-14 |
| | | | | | | | | | | | | | | | | | | | | so that grpc does not depends on googleauth gem. This project (pubsub demo) is introduced at [this commit](https://github.com/grpc/grpc/commit/d5d00d5c8fac4495ea42020866feb913c854aa1e#diff-c495642bb64c09cae54f3ccff463bd51) as demo project for grpc with ruby. This demo is awesome. But the position of this project directory seems to be not suitable for demo app. This project added unnecessary gem dependency about googleauth to grpc ruby gem. | ||
| * | Fix one partially changed line in route guide examples | murgatroid99 | 2018-05-01 |
| | | |||
| * | Update Node examples to use new @grpc/proto-loader package | murgatroid99 | 2018-04-30 |
|/ | |||
* | Fix bad variable name in route_guide_server.js | Jan Tattermusch | 2018-04-27 |
| | |||
* | remove C# global.json files | Jan Tattermusch | 2018-04-20 |
| | |||
* | Merge pull request #14885 from ericgribkoff/android_cleanup | Eric Gribkoff | 2018-04-03 |
|\ | | | | | simplify CMake build | ||
| * | refer to libprotobuf directly | Eric Gribkoff | 2018-04-03 |
| | | |||
| * | simplify CMake build | Eric Gribkoff | 2018-03-30 |
| | | |||
* | | add distribtest for grpc being added with cmake add_subdirectory | Jan Tattermusch | 2018-03-29 |
| | | |||
* | | cmake "superbuild" example using externalprojects | Jan Tattermusch | 2018-03-28 |
|/ | |||
* | Fix Android build | Eric Gribkoff | 2018-03-27 |
| |