aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
* cleanup of C# API examplesGravatar Jan Tattermusch2015-04-02
|
* Various Windows fixes.Gravatar Nicolas Noble2015-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 metadataGravatar Jan Tattermusch2015-03-16
|
* Started using immutable collections and other code cleanupGravatar Jan Tattermusch2015-03-12
|
* Setting up stylecop to ignore generated files and fixing styleGravatar Jan Tattermusch2015-03-12
|
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
|
* added stylecop settings fileGravatar Jan Tattermusch2015-03-11
|
* C# server side TLS supportGravatar Jan Tattermusch2015-03-09
|
* Used StyleCop to get rid of tabs in the source codeGravatar Jan Tattermusch2015-03-06
|
* removed some compiler warningsGravatar Jan Tattermusch2015-03-06
|
* Split async call into server and client classes sharing the same base.Gravatar Jan Tattermusch2015-03-06
|
* C# interop client support for external CA fileGravatar Jan Tattermusch2015-03-04
|
* Merge pull request #929 from jtattermusch/csharp_tlsGravatar Tim Emiola2015-03-03
|\ | | | | C# client side support for TLS
* | added C# to run_tests.pyGravatar Jan Tattermusch2015-03-03
| |
| * client side support for TLSGravatar Jan Tattermusch2015-03-03
|/
* Merge pull request #910 from mbrukman/readme-no-execGravatar Nicolas Noble2015-03-02
|\ | | | | Removed execute permissions from README files.
* | Remove HTTP mappings from status.hGravatar Eric Anderson2015-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.
| * Removed execute permissions from README files.Gravatar Misha Brukman2015-03-02
|/
* fix conditional inclusion of grpc_csharp_ext.dllGravatar Jan Tattermusch2015-02-27
|
* Merge pull request #862 from jtattermusch/interop_serverGravatar Tim Emiola2015-02-27
|\ | | | | Added C# interop server
* | Update README.mdGravatar Jan Tattermusch2015-02-27
| |
| * added C# interop serverGravatar Jan Tattermusch2015-02-26
|/
* fixed server streamingGravatar Jan Tattermusch2015-02-25
|
* fix to make empty_stream pass against C++ serverGravatar Jan Tattermusch2015-02-25
|
* Added interop server, interop unit tests and fixes to pingpongGravatar Jan Tattermusch2015-02-25
|
* clang-formatGravatar Jan Tattermusch2015-02-25
|
* Fix to make the conditional include under WindowsGravatar Jan Tattermusch2015-02-25
|
* Include grpc_csharp_ext.dll only under WindowsGravatar Jan Tattermusch2015-02-25
|
* grpc_csharp_ext.dll added to the project to force automatic copying to the ↵Gravatar Jan Tattermusch2015-02-25
| | | | output dir
* Added ability for c# to redirect C core logs to arbitrary sinkGravatar Jan Tattermusch2015-02-25
|
* Added some measurement numbers to comments.Gravatar Jan Tattermusch2015-02-23
|
* Fixed formattingGravatar Jan Tattermusch2015-02-23
|
* Fix exception unwrapping for unary callGravatar Jan Tattermusch2015-02-23
|
* Added support for true synchronous unary call and added some performance tests.Gravatar Jan Tattermusch2015-02-23
|
* added NuGet package specificationsGravatar Jan Tattermusch2015-02-20
|
* Added EXPERIMENTAL-ONLY disclaimer fileGravatar Jan Tattermusch2015-02-20
|
* update README fileGravatar Jan Tattermusch2015-02-20
|
* renamed MathClient -> Grpc.Examples.MathClientGravatar Jan Tattermusch2015-02-20
|
* Rename Grpc.Api to Grpc.ExamplesGravatar Jan Tattermusch2015-02-20
|
* moved proto files to Grpc.IntegrationTestingGravatar Jan Tattermusch2015-02-20
|
* moved interop testing specific files to Grpc.IntegrationTestingGravatar Jan Tattermusch2015-02-20
|
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20
|
* set assembly versions to 0.1 to have lower version than languages in alphaGravatar Jan Tattermusch2015-02-20
|
* Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2Gravatar Mugur Marculescu2015-02-19
|\ | | | | Jayantkolhe patch 2 - Many documentation updates.
| * Update README.mdGravatar Jayant Kolhe2015-02-19
| |
* | nit in READMEGravatar Jan Tattermusch2015-02-19
| |
* | Updated Copyright information and assembly versions for C#Gravatar Jan Tattermusch2015-02-19
| |
* | Changed namespace from Google.GRPC to Grpc, sorted using statements, minor ↵Gravatar Jan Tattermusch2015-02-19
| | | | | | | | refactorings
* | fixed string.h includeGravatar Jan Tattermusch2015-02-18
| |
* | updated C# readmeGravatar Jan Tattermusch2015-02-18
| |