aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
...
| * | | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| | | |
| | * | add host and port overload for new channelGravatar Jan Tattermusch2015-06-08
| |/ /
| | * gchandle is not needed anymoreGravatar Jan Tattermusch2015-06-05
| | |
| | * Stop using native callbacks for C#Gravatar Jan Tattermusch2015-06-05
| |/
* | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-04
|\|
| * Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| |
| * Merge pull request #1866 from dgquintas/stack-allocate-bb-readerGravatar Craig Tiller2015-06-02
| |\ | | | | | | Removed grpc_byte_buffer_reader_{create,destroy}.
* | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-02
|\| | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/resolve_address_posix.c src/core/surface/server.c
| * | bump C# package versionsGravatar Jan Tattermusch2015-06-02
| | |
| | * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | | | | | | | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
| * | run_tests.py support for C# on windowsGravatar Jan Tattermusch2015-06-01
| |/
| * fix buildall.bat scriptGravatar Jan Tattermusch2015-06-01
| |
* | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-01
|\|
* | adapt C# to the new server shutdown APIGravatar Jan Tattermusch2015-05-29
| |
| * fixes to Grpc nuget packageGravatar Jan Tattermusch2015-05-29
| |
| * Merge pull request #1784 from jtattermusch/update_nuspecGravatar Michael Lumish2015-05-29
| |\ | | | | | | update nuspec files
| * | Minor improvements to C# readmeGravatar Jan Tattermusch2015-05-28
|/ /
| * update nuspec filesGravatar Jan Tattermusch2015-05-28
|/
* update C# readmeGravatar Jan Tattermusch2015-05-21
|
* Add generated documentation to nuget packagesGravatar Jan Tattermusch2015-05-21
|
* added support for building Symbol packagesGravatar Jan Tattermusch2015-05-21
|
* implemented disposal logic for callsGravatar Jan Tattermusch2015-05-20
|
* changed tests and examples to use "using" for IDisposable callsGravatar Jan Tattermusch2015-05-20
|
* make call object implement IDisposableGravatar Jan Tattermusch2015-05-20
|
* remove unused exampleGravatar Jan Tattermusch2015-05-20
|
* make naming of async write methods clearer (by adding Async suffix)Gravatar Jan Tattermusch2015-05-20
|
* Merge pull request #1646 from jtattermusch/csharp_api_fixesGravatar Tim Emiola2015-05-20
|\ | | | | Incorporate feedback from API review: Use IAsyncEnumerator to represent async read stream
| * Make IAsyncReadStream use IAsyncEnumerator from Ix-AsyncGravatar Jan Tattermusch2015-05-20
| |
* | regenerate service stubsGravatar Jan Tattermusch2015-05-20
|/
* Merge pull request #1630 from jtattermusch/nuget_adjustmentsGravatar Tim Emiola2015-05-18
|\ | | | | NuGet packaging adjustments
| * some nuget packaging adjustmentsGravatar Jan Tattermusch2015-05-15
| |
| * generate MathServer.exe instead of Grpc.Examples.MathServerGravatar Jan Tattermusch2015-05-15
| |
* | update readme for c#Gravatar Jan Tattermusch2015-05-15
|/
* add newline at eofGravatar Jan Tattermusch2015-05-14
|
* added build script and script for building nuget packagesGravatar Jan Tattermusch2015-05-14
|
* update nuspec filesGravatar Jan Tattermusch2015-05-14
|
* fix gitignore filesGravatar Jan Tattermusch2015-05-14
|
* remove experimental only disclaimerGravatar Jan Tattermusch2015-05-14
|
* fixing nitsGravatar Jan Tattermusch2015-05-14
|
* updated Grpc.Core.nuspecGravatar Jan Tattermusch2015-05-14
|
* bump version of gRPC C# assembliesGravatar Jan Tattermusch2015-05-14
|
* Merge pull request #1472 from ctiller/bye-bye-completion-queue-pieGravatar Yang Gao2015-05-13
|\ | | | | C Core API cleanup.
* \ Merge pull request #1562 from jtattermusch/fix_csharp_interopGravatar Michael Lumish2015-05-12
|\ \ | | | | | | Fix C# interop tests
| * | Make sure full method name starts with slashGravatar Jan Tattermusch2015-05-12
| | |
| | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
| | |\ | |_|/ |/| |
| | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
| | |\ | | |/ | |/|
* | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
|\| | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| * | Merge branch 'master' of github.com:grpc/grpc into csharp_cleanupGravatar Jan Tattermusch2015-05-08
| |\ \ | | | | | | | | | | | | | | | | Conflicts: src/csharp/Grpc.Examples/MathGrpc.cs
| | | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
| | | |\
* | | | \ Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc