aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
...
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-13
|\| | | | | | | fix-stream-compression-config-interface
| * regenerateGravatar Jan Tattermusch2017-12-13
| |
| * Merge pull request #13675 from jtattermusch/fix_csharp_clientserver_testGravatar Jan Tattermusch2017-12-11
| |\ | | | | | | C# synchronize access to grpc_channel methods.
| * \ Merge pull request #13521 from jtattermusch/csharp_requestcallcontext_poolingGravatar Jan Tattermusch2017-12-08
| |\ \ | | | | | | | | C#: Reuse RequestCallContextSafeHandle objects by pooling them.
| | * | address commentsGravatar Jan Tattermusch2017-12-07
| | | |
| | | * synchronize access to native channel methodsGravatar Jan Tattermusch2017-12-07
| | | |
| | | * split out channel connectivity testGravatar Jan Tattermusch2017-12-07
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
|\| | | | | | | | | | | fix-stream-compression-config-interface
* | | clang-formatGravatar Muxi Yan2017-12-06
| | |
* | | Merge e759d2a^Gravatar Muxi Yan2017-12-06
|\ \ \
| | * | generate C# sources for grpc/core/stats.protoGravatar Jan Tattermusch2017-12-04
| | | |
| | * | C# benchmarks provide userTime and systemTime infoGravatar Jan Tattermusch2017-11-30
| | | |
| | | * enable requestCallContext poolingGravatar Jan Tattermusch2017-11-30
| | | |
| | | * recycling of requestcallcontextGravatar Jan Tattermusch2017-11-30
| | | |
| | | * basic pooling of requestcallcontextGravatar Jan Tattermusch2017-11-30
| | |/
| | * Merge pull request #13476 from jtattermusch/csharp_batchcontext_poolingGravatar Jan Tattermusch2017-11-30
| | |\ | | | | | | | | Reuse BatchContextSafeHandle objects by pooling them (take two)
| | * \ Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
| | |\ \
| | | | * address commentsGravatar Jan Tattermusch2017-11-28
| | | | |
| | | * | Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
| | | | |
| | | | * use pool in SendMessageBenchmarkGravatar Jan Tattermusch2017-11-25
| | | | |
| | | | * expose batchcontextpool settingsGravatar Jan Tattermusch2017-11-25
| | | | |
| | | | * add basic testsGravatar Jan Tattermusch2017-11-25
| | | | |
| | | | * simple version of batchcontext poolingGravatar Jan Tattermusch2017-11-25
| | | | |
| | | | * expose batchcontext.ResetGravatar Jan Tattermusch2017-11-25
| | | |/
| | | * Merge pull request #13475 from jtattermusch/better_completion_registry_benchmarkGravatar Jan Tattermusch2017-11-21
| | | |\ | | | | | | | | | | Use spinlock in CompletionRegistry (and improve the benchmark).
| | | | * spinlock in completion registry is slightly fasterGravatar Jan Tattermusch2017-11-21
| | | | |
| | | | * add completion registry benchmark with shared registry tooGravatar Jan Tattermusch2017-11-21
| | | | |
| | | * | save allocation by using a struct instead of a tupleGravatar Jan Tattermusch2017-11-21
| | | |/
| | | * consistent naming for OnReceivedCloseOnServerGravatar Jan Tattermusch2017-11-21
| | | |
| | | * remove legacy delegatesGravatar Jan Tattermusch2017-11-21
| | | |
| | | * make everything compileGravatar Jan Tattermusch2017-11-21
| | | |
| | | * avoid delegate allocations in callsafehandleGravatar Jan Tattermusch2017-11-21
| | | |
| | | * server and channel adjustmentsGravatar Jan Tattermusch2017-11-21
| | | |
| | | * add "state" filed to batch completion delegateGravatar Jan Tattermusch2017-11-21
| | | |
| | | * avoid unnecessary allocation in completion registryGravatar Jan Tattermusch2017-11-21
| | | |
| | | * Merge pull request #13438 from jtattermusch/csharp_more_microbenchmarksGravatar Jan Tattermusch2017-11-21
| | | |\ | | | | | | | | | | Add more C# microbenchmarks
| | * | \ Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
| | |\ \ \ | | | |/ / | | |/| |
| | * | | use regular dict in completion registryGravatar Jan Tattermusch2017-11-17
| | | | |
| | | | * generalize invocation of C# microbenchmarksGravatar Jan Tattermusch2017-11-17
| | | | |
| | | | * add PInvokeByteArray microbenchmarkGravatar Jan Tattermusch2017-11-17
| | | | |
| | | | * add CompletionRegistry microbenchmarkGravatar Jan Tattermusch2017-11-17
| | | | |
| | | | * add GCStats to microbenchmarksGravatar Jan Tattermusch2017-11-17
| | | |/ | | |/|
| | * | balance queuedContinuationCounter for inlined handlersGravatar Jan Tattermusch2017-11-16
| | | |
| | * | C# benchmarks: honor optimizationtarget channel argGravatar Jan Tattermusch2017-11-16
| | | |
| | * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |/ /
| | * Bump v1.7.x branch to 1.7.2Gravatar Alexander Polcyn2017-11-01
| | |
| | * Bump v1.7.x branch to 1.7.1Gravatar Alexander Polcyn2017-10-26
| | |
| | * Flagging 1.7.0Gravatar Nicolas "Pixel" Noble2017-10-21
| | |
* | | Fix csharp buildGravatar Muxi Yan2017-10-16
| | |
| * | Make constructors for `Async*Call` objects publicGravatar Mehrdad Afshari2017-10-12
|/ /