Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format all the files. | Soheil Hassas Yeganeh | 2019-01-07 |
| | | | | | | | | Whenever we run clang-format, gen_build_yaml.py and ServerServiceDefinitionExtensions.cs get modified by the script. Let's commit those changes so that these file remain unmodified after running the formatting script. | ||
* | Regenerate projects | Sanjay Pujare | 2019-01-03 |
| | |||
* | csharp interop client: dont set override by default | Jan Tattermusch | 2018-12-20 |
| | |||
* | Use x64 tools on 64-bit Windows in Grpc.Tools | kkm | 2018-12-17 |
| | | | | | | | | The Windows Nano Server Docker image does not support 32-bit executables. See: https://docs.microsoft.com/windows-server/get-started/getting-started-with-nano-server#important-differences-in-nano-server See: https://github.com/grpc/grpc/pull/13207#issuecomment-444846082 Close: #13098 (wontfix) | ||
* | C#: avoid unnecessary ifdefine in NUnitMain.cs | Jan Tattermusch | 2018-12-03 |
| | |||
* | update compiler defines | Jan Tattermusch | 2018-11-30 |
| | |||
* | switch netcoreapp1.0->1.1 | Jan Tattermusch | 2018-11-30 |
| | |||
* | Regenerate projects | Muxi Yan | 2018-11-19 |
| | |||
* | Merge pull request #17167 from jtattermusch/switch_to_contextual_serializer | Jan Tattermusch | 2018-11-15 |
|\ | | | | | Switch C# to contextual serializer and deserializer internally | ||
* | | regenerate protos | Jan Tattermusch | 2018-11-14 |
| | | |||
| * | switch C# to contextual serializer and deserializer internally | Jan Tattermusch | 2018-11-09 |
| | | |||
* | | regenerate protos | Jan Tattermusch | 2018-11-08 |
| | | |||
* | | add ServiceBinderBase | Jan Tattermusch | 2018-11-08 |
|/ | |||
* | Merge branch master into package-grpc-tools-doc | kkm | 2018-11-02 |
|\ | |||
* | | Address review comments | kkm | 2018-11-02 |
| | | | | | | | | | | | | | | | | | | * Fix typos. * Correct pointers to example files. * Refer to v1.17 or 1.17.0 throughout. * Change wording where requested, remove trailer. * Rename INTEGRATION.md -> BUILD-INTEGRATION.md. * Change a pointer in README.md to point to the new name. | ||
* | | Add missing quote | kkm (aka Kirill Katsnelson) | 2018-10-17 |
| | | |||
| * | Merge pull request #13207 from kkm000/package-grpc-tools | Jan Tattermusch | 2018-10-17 |
| |\ | | | | | | | Integrate Grpc.Tools into msbuild system (C# only) | ||
| | * | fix Grpc.Tools nuget layout on Linux and Mac | Jan Tattermusch | 2018-10-17 |
| | | | | | | | | | | | | | | | For files without known extension (e.g. Unix binaries) , NuGet can't tell files from directories, so mention protoc and grpc_csharp_ext explicitly to avoid breaking nuget's directory layout. | ||
| | * | Remove target netcoreapp2.1 from Tools.Tests csproj | kkm | 2018-10-16 |
| | | | |||
| * | | Show dlerror if grpc_csharp_ext load fails | Jan Tattermusch | 2018-10-15 |
| | | | |||
| * | | add dlerror stubs | Jan Tattermusch | 2018-10-15 |
| | | | |||
* | | | Document .NET build integration with Grpc.Tools | kkm | 2018-10-14 |
|/ / | |||
| * | Merge remote-tracking branch 'golden/master' into package-grpc-tools | kkm | 2018-10-14 |
| |\ | |/ |/| | |||
| * | Infer coding style, adjust .editorconfig, reformat Tools code | kkm | 2018-10-14 |
| | | |||
| * | Restore packaging of binary tools under tools/ | kkm | 2018-10-14 |
| | | | | | | | | Unfixes #13098, hopefully temporarily. | ||
| * | Improve ProtoToolsPlatformTask tests | kkm | 2018-10-14 |
| | | |||
| * | Fix dotnet/Mono build and testing under Linux | kkm | 2018-10-14 |
| | | |||
| * | fixup: rename *Tests files to *Test | Jan Tattermusch | 2018-10-09 |
| | | |||
* | | Regenerate projects | Stanley Cheung | 2018-10-08 |
| | | |||
| * | Rename test classes *Test; UWYU in Tools.Test project | kkm | 2018-10-07 |
| | | |||
| * | Merge remote-tracking branch 'golden/master' into package-grpc-tools | kkm | 2018-10-07 |
| |\ | |/ |/| | |||
* | | Merge pull request #16552 from ↵ | Jan Tattermusch | 2018-10-05 |
|\ \ | | | | | | | | | | | | | jtattermusch/csharp_expose_client_certificate_request Expose certificate request type in SslServerCredentials | ||
* \ \ | Merge pull request #16777 from jtattermusch/csharp_optimized_grpc_csharp_ext | Jan Tattermusch | 2018-10-05 |
|\ \ \ | | | | | | | | | build assembly-optimized grpc_csharp_ext with cmake | ||
| | * | | dont repeat "ClientCertificate" in enum values | Jan Tattermusch | 2018-10-05 |
| | | | | |||
* | | | | Merge pull request #16756 from jtattermusch/csharp_channeloptions_improvements | Jan Tattermusch | 2018-10-05 |
|\ \ \ \ | | | | | | | | | | | C#: ChannelOption improvements | ||
* | | | | | add script for automatic generation of C# reference docs | Jan Tattermusch | 2018-10-04 |
| | | | | | |||
| | * | | | build grpc_csharp_ext with cmake | Jan Tattermusch | 2018-10-04 |
| | | | | | |||
* | | | | | Update README.md ordered list spacing | Kevin Damm | 2018-10-02 |
| |/ / / |/| | | | | | | | Certain markdown interpreters do not recognize ordered lists if there isn't a blank line between the numbered lines. This change corrects the spacing between the steps for getting gRPC into a Unity project. | ||
| * | | | add xmldoc comments | Jan Tattermusch | 2018-10-02 |
| | | | | |||
| * | | | ChannelOption: implement hashcode and equals | Jan Tattermusch | 2018-10-02 |
| | | | | |||
| * | | | improve doc comments for ChannelOptions | Jan Tattermusch | 2018-10-02 |
|/ / / | |||
* | | | upgrade CommandLineParser to 2.3.0 | Jan Tattermusch | 2018-10-01 |
| | | | |||
* | | | review comments | Jan Tattermusch | 2018-09-28 |
| | | | |||
* | | | Improve documentation to use Metadata.Entry | Alex Villarreal | 2018-09-28 |
| | | | | | | | | | Add notes about the parameters in public constructors of `Metadata.Entry`, and `Metadata`s `Add` methods (which call the aforementioned constructors), to clearly indicate what a valid key should be, **and the fact that it is converted to lowercase**. Seems like an important enough side effect that it should be explicit in the documentation. | ||
* | | | Merge pull request #16631 from szehetner/Allocations | Jan Tattermusch | 2018-09-28 |
|\ \ \ | | | | | | | | | C#: Various allocation optimizations | ||
| * | | | addressing a few nits | Jan Tattermusch | 2018-09-28 |
| | | | | |||
* | | | | Merge pull request #16367 from jtattermusch/csharp_new_serialization_api | Jan Tattermusch | 2018-09-26 |
|\ \ \ \ | | | | | | | | | | | Add new C# serialization API | ||
| * | | | | address comments | Jan Tattermusch | 2018-09-25 |
| | | | | | |||
| * | | | | add DeserializationContext implementation note | Jan Tattermusch | 2018-09-25 |
| | | | | | |||
| * | | | | add MarshallerTest | Jan Tattermusch | 2018-09-23 |
| | | | | |