Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add ReleaseSigned configuration for Grpc.sln | Jan Tattermusch | 2015-07-27 |
| | |||
* | only use lowercase metadata keys in headers | Jan Tattermusch | 2015-07-27 |
| | |||
* | make sure async test wont be silently skipped with old NUnit | Jan Tattermusch | 2015-07-24 |
| | |||
* | introducing async tests | Jan Tattermusch | 2015-07-24 |
| | |||
* | add NUnitTestAdapter for VS | Jan Tattermusch | 2015-07-24 |
| | |||
* | make insecure channel and server explicit | Jan Tattermusch | 2015-07-24 |
| | |||
* | expose peer info in serverside call handlers | Jan Tattermusch | 2015-07-24 |
| | |||
* | tiny fixes | Jan Tattermusch | 2015-07-23 |
| | |||
* | fix test on windows | Jan Tattermusch | 2015-07-23 |
| | |||
* | add Timeout support and tests | Jan Tattermusch | 2015-07-23 |
| | |||
* | Timespec.FromDateTime implementation and tests | Jan Tattermusch | 2015-07-23 |
| | |||
* | implemented FromDateTime | Jan Tattermusch | 2015-07-23 |
| | |||
* | robust conversion from Timespec to DateTime and tests | Jan Tattermusch | 2015-07-23 |
| | |||
* | fix stylecop warnings | Jan Tattermusch | 2015-07-22 |
| | |||
* | set primary user agent by C# channel | Jan Tattermusch | 2015-07-22 |
| | |||
* | improving test readability | Jan Tattermusch | 2015-07-21 |
| | |||
* | rename Result to ResponseAsync | Jan Tattermusch | 2015-07-21 |
| | |||
* | fix echo metadata test | Jan Tattermusch | 2015-07-21 |
| | |||
* | regenerated code and fixed inconsistencies | Jan Tattermusch | 2015-07-21 |
| | |||
* | added some tests | Jan Tattermusch | 2015-07-21 |
| | |||
* | populate server context | Jan Tattermusch | 2015-07-20 |
| | |||
* | fix bug | Jan Tattermusch | 2015-07-20 |
| | |||
* | implement per_rpc_creds and oauth2_auth_token interop tests | Jan Tattermusch | 2015-07-20 |
| | |||
* | Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2015-07-17 |
|\ | | | | | | | no-worries-i-can-wait | ||
| * | Reflect new gpr_timespec type in C# | Craig Tiller | 2015-07-17 |
| | | |||
* | | adjust C# generator to match the new API | Jan Tattermusch | 2015-07-15 |
| | | |||
* | | introduce Version.cs as single source of truth of gRPC C# version | Jan Tattermusch | 2015-07-15 |
|/ | |||
* | no need to call GrpcEnvironment.Initialize() explicitly | Jan Tattermusch | 2015-07-10 |
| | |||
* | bumped version of C# | Jan Tattermusch | 2015-07-09 |
| | |||
* | undo hotfix from #1731 | Jan Tattermusch | 2015-06-17 |
| | |||
* | temporary hotfix before #1577 is in | Jan Tattermusch | 2015-06-17 |
| | |||
* | fix stylecop issues | Jan Tattermusch | 2015-06-09 |
| | |||
* | revamp of c# channel options | Jan Tattermusch | 2015-06-09 |
| | |||
* | Merge pull request #1966 from jtattermusch/csharp_revamp | Michael Lumish | 2015-06-09 |
|\ | | | | | Stop using native callbacks for C# | ||
* | | add host and port overload for new channel | Jan Tattermusch | 2015-06-08 |
| | | |||
| * | Stop using native callbacks for C# | Jan Tattermusch | 2015-06-05 |
|/ | |||
* | Make IAsyncReadStream use IAsyncEnumerator from Ix-Async | Jan Tattermusch | 2015-05-20 |
| | |||
* | bump version of gRPC C# assemblies | Jan Tattermusch | 2015-05-14 |
| | |||
* | 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 |
| | | |||
* | | 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 |
| | | |||
| * | remove duplicate initialize | Jan Tattermusch | 2015-05-04 |
| | | |||
| * | Fixes for C# cancellation support | 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 |
|/ | |||
* | 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. |