Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Stop using native callbacks for C# | Jan Tattermusch | 2015-06-05 |
| | |||
* | bump C# package versions | Jan Tattermusch | 2015-06-02 |
| | |||
* | update nuspec files | Jan Tattermusch | 2015-05-28 |
| | |||
* | Add generated documentation to nuget packages | Jan Tattermusch | 2015-05-21 |
| | |||
* | added support for building Symbol packages | Jan Tattermusch | 2015-05-21 |
| | |||
* | implemented disposal logic for calls | Jan Tattermusch | 2015-05-20 |
| | |||
* | make call object implement IDisposable | Jan Tattermusch | 2015-05-20 |
| | |||
* | make naming of async write methods clearer (by adding Async suffix) | Jan Tattermusch | 2015-05-20 |
| | |||
* | Make IAsyncReadStream use IAsyncEnumerator from Ix-Async | Jan Tattermusch | 2015-05-20 |
| | |||
* | fix gitignore files | Jan Tattermusch | 2015-05-14 |
| | |||
* | updated Grpc.Core.nuspec | Jan Tattermusch | 2015-05-14 |
| | |||
* | bump version of gRPC C# assemblies | Jan Tattermusch | 2015-05-14 |
| | |||
* | Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie | Yang Gao | 2015-05-13 |
|\ | | | | | C Core API cleanup. | ||
* | | Make sure full method name starts with slash | Jan Tattermusch | 2015-05-12 |
| | | |||
| * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-08 |
| |\ | |/ |/| | |||
* | | Split address passed to AddListeningPort into host and port | Jan Tattermusch | 2015-05-07 |
| | | |||
* | | added concept of ServerCallContext, that is passed to all server-side handlers | Jan Tattermusch | 2015-05-07 |
| | | |||
* | | add a generic constraint for TRequest and TResponse to require a class | Jan Tattermusch | 2015-05-07 |
| | | |||
* | | change todo comment | Jan Tattermusch | 2015-05-07 |
| | | |||
| * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-06 |
| |\ | |/ |/| | |||
| * | C# fixes for #1472 core API cleanup | Jan Tattermusch | 2015-05-04 |
| | | |||
* | | stylecop fixes | Jan Tattermusch | 2015-05-04 |
| | | |||
* | | Fixes for C# cancellation support | Jan Tattermusch | 2015-05-04 |
| | | |||
* | | added stats with number of active native calls, useful for debugging | Jan Tattermusch | 2015-05-04 |
| | | |||
* | | fixed some stylecop warnings | Jan Tattermusch | 2015-05-04 |
| | | |||
* | | Added basic support for cancellation | Jan Tattermusch | 2015-05-04 |
| | | |||
* | | A new version C# API based on async/await | Jan Tattermusch | 2015-05-04 |
|/ | |||
* | attempt to support compute_engine_creds interop test | Jan Tattermusch | 2015-04-27 |
| | |||
* | Make RpcException errors more informative | Jan Tattermusch | 2015-04-27 |
| | |||
* | First attempt to add service account creds interop test | Jan Tattermusch | 2015-04-27 |
| | |||
* | Removing some ugly hacks from C# server and improving the comments a bit | Jan Tattermusch | 2015-04-23 |
| | |||
* | enabling creation of nuget package for grpc_csharp_ext | Jan Tattermusch | 2015-04-20 |
| | |||
* | .nupkg files to gitignore | Jan Tattermusch | 2015-04-20 |
| | |||
* | Spec for Grpc.Core nuget package that works | Jan Tattermusch | 2015-04-20 |
| | |||
* | Grpc.Core managed project now depends on native nuget packages with openssl ↵ | Jan Tattermusch | 2015-04-20 |
| | | | | and zlib | ||
* | changed path to grpc_csharp_ext.dll | Jan Tattermusch | 2015-04-20 |
| | |||
* | csharp version 0.1 -> 0.2 | Jan Tattermusch | 2015-04-07 |
| | |||
* | Various Windows fixes. | Nicolas Noble | 2015-03-19 |
| | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations. | ||
* | added support for metadata | Jan Tattermusch | 2015-03-16 |
| | |||
* | Started using immutable collections and other code cleanup | Jan Tattermusch | 2015-03-12 |
| | |||
* | code style fixes based on StyleCop warnings | Jan Tattermusch | 2015-03-11 |
| | |||
* | C# server side TLS support | Jan Tattermusch | 2015-03-09 |
| | |||
* | Used StyleCop to get rid of tabs in the source code | Jan Tattermusch | 2015-03-06 |
| | |||
* | removed some compiler warnings | Jan Tattermusch | 2015-03-06 |
| | |||
* | Split async call into server and client classes sharing the same base. | Jan Tattermusch | 2015-03-06 |
| | |||
* | client side support for TLS | Jan Tattermusch | 2015-03-03 |
| | |||
* | Remove HTTP mappings from status.h | Eric Anderson | 2015-03-02 |
| | | | | | | | | | | | | | | | | | | | | | | The mappings are a combination of useless, inaccurate, and harmful. Leave them out until they are helpful and correct. Fundamental issues: - If in need of mappings, a user would need HTTP -> gRPC code mappings. But the docs don't provide that since the mappings are not 1:1. - There _is no_ gRPC -> HTTP code mapping taking place in gRPC. This may change in the future, but until then the docs are misleading. But even given those were resolved, there are additional issues. Two obvious examples: - 501 Not Implemented is refering to HTTP methods such as GET and POST not being implement. That should not be used for gRPC methods not found (UNIMPLEMENTED). - 404 Not Found is for when the resource is not found. In gRPC, the resource is the gRPC method, not the parameters (NOT_FOUND). If there is a REST conversion layer on top of gRPC, then 404 would be appropriate, but that just shows that the mapping can not be canonical. | ||
* | fix conditional inclusion of grpc_csharp_ext.dll | Jan Tattermusch | 2015-02-27 |
| | |||
* | added C# interop server | Jan Tattermusch | 2015-02-26 |
| | |||
* | fixed server streaming | Jan Tattermusch | 2015-02-25 |
| |