Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-13 | |
|\| | | | | | | | fix-stream-compression-config-interface | |||
| * | regenerate | Jan Tattermusch | 2017-12-13 | |
| | | ||||
| * | Merge pull request #13675 from jtattermusch/fix_csharp_clientserver_test | Jan Tattermusch | 2017-12-11 | |
| |\ | | | | | | | C# synchronize access to grpc_channel methods. | |||
| * \ | Merge pull request #13521 from jtattermusch/csharp_requestcallcontext_pooling | Jan Tattermusch | 2017-12-08 | |
| |\ \ | | | | | | | | | C#: Reuse RequestCallContextSafeHandle objects by pooling them. | |||
| | * | | address comments | Jan Tattermusch | 2017-12-07 | |
| | | | | ||||
| | | * | synchronize access to native channel methods | Jan Tattermusch | 2017-12-07 | |
| | | | | ||||
| | | * | split out channel connectivity test | Jan Tattermusch | 2017-12-07 | |
| | |/ | |/| | ||||
* | | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-06 | |
|\| | | | | | | | | | | | fix-stream-compression-config-interface | |||
* | | | clang-format | Muxi Yan | 2017-12-06 | |
| | | | ||||
* | | | Merge e759d2a^ | Muxi Yan | 2017-12-06 | |
|\ \ \ | ||||
| | * | | generate C# sources for grpc/core/stats.proto | Jan Tattermusch | 2017-12-04 | |
| | | | | ||||
| | * | | C# benchmarks provide userTime and systemTime info | Jan Tattermusch | 2017-11-30 | |
| | | | | ||||
| | | * | enable requestCallContext pooling | Jan Tattermusch | 2017-11-30 | |
| | | | | ||||
| | | * | recycling of requestcallcontext | Jan Tattermusch | 2017-11-30 | |
| | | | | ||||
| | | * | basic pooling of requestcallcontext | Jan Tattermusch | 2017-11-30 | |
| | |/ | ||||
| | * | Merge pull request #13476 from jtattermusch/csharp_batchcontext_pooling | Jan Tattermusch | 2017-11-30 | |
| | |\ | | | | | | | | | Reuse BatchContextSafeHandle objects by pooling them (take two) | |||
| | * \ | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 | Nicolas "Pixel" Noble | 2017-11-29 | |
| | |\ \ | ||||
| | | | * | address comments | Jan Tattermusch | 2017-11-28 | |
| | | | | | ||||
| | | * | | Bump 1.8.0-dev to 1.9.0-dev | Mehrdad Afshari | 2017-11-27 | |
| | | | | | ||||
| | | | * | use pool in SendMessageBenchmark | Jan Tattermusch | 2017-11-25 | |
| | | | | | ||||
| | | | * | expose batchcontextpool settings | Jan Tattermusch | 2017-11-25 | |
| | | | | | ||||
| | | | * | add basic tests | Jan Tattermusch | 2017-11-25 | |
| | | | | | ||||
| | | | * | simple version of batchcontext pooling | Jan Tattermusch | 2017-11-25 | |
| | | | | | ||||
| | | | * | expose batchcontext.Reset | Jan Tattermusch | 2017-11-25 | |
| | | |/ | ||||
| | | * | Merge pull request #13475 from jtattermusch/better_completion_registry_benchmark | Jan Tattermusch | 2017-11-21 | |
| | | |\ | | | | | | | | | | | Use spinlock in CompletionRegistry (and improve the benchmark). | |||
| | | | * | spinlock in completion registry is slightly faster | Jan Tattermusch | 2017-11-21 | |
| | | | | | ||||
| | | | * | add completion registry benchmark with shared registry too | Jan Tattermusch | 2017-11-21 | |
| | | | | | ||||
| | | * | | save allocation by using a struct instead of a tuple | Jan Tattermusch | 2017-11-21 | |
| | | |/ | ||||
| | | * | consistent naming for OnReceivedCloseOnServer | Jan Tattermusch | 2017-11-21 | |
| | | | | ||||
| | | * | remove legacy delegates | Jan Tattermusch | 2017-11-21 | |
| | | | | ||||
| | | * | make everything compile | Jan Tattermusch | 2017-11-21 | |
| | | | | ||||
| | | * | avoid delegate allocations in callsafehandle | Jan Tattermusch | 2017-11-21 | |
| | | | | ||||
| | | * | server and channel adjustments | Jan Tattermusch | 2017-11-21 | |
| | | | | ||||
| | | * | add "state" filed to batch completion delegate | Jan Tattermusch | 2017-11-21 | |
| | | | | ||||
| | | * | avoid unnecessary allocation in completion registry | Jan Tattermusch | 2017-11-21 | |
| | | | | ||||
| | | * | Merge pull request #13438 from jtattermusch/csharp_more_microbenchmarks | Jan Tattermusch | 2017-11-21 | |
| | | |\ | | | | | | | | | | | Add more C# microbenchmarks | |||
| | * | \ | Merge branch 'v1.7.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2017-11-21 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||
| | * | | | use regular dict in completion registry | Jan Tattermusch | 2017-11-17 | |
| | | | | | ||||
| | | | * | generalize invocation of C# microbenchmarks | Jan Tattermusch | 2017-11-17 | |
| | | | | | ||||
| | | | * | add PInvokeByteArray microbenchmark | Jan Tattermusch | 2017-11-17 | |
| | | | | | ||||
| | | | * | add CompletionRegistry microbenchmark | Jan Tattermusch | 2017-11-17 | |
| | | | | | ||||
| | | | * | add GCStats to microbenchmarks | Jan Tattermusch | 2017-11-17 | |
| | | |/ | | |/| | ||||
| | * | | balance queuedContinuationCounter for inlined handlers | Jan Tattermusch | 2017-11-16 | |
| | | | | ||||
| | * | | C# benchmarks: honor optimizationtarget channel arg | Jan Tattermusch | 2017-11-16 | |
| | | | | ||||
| | * | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 | |
| |/ / | ||||
| | * | Bump v1.7.x branch to 1.7.2 | Alexander Polcyn | 2017-11-01 | |
| | | | ||||
| | * | Bump v1.7.x branch to 1.7.1 | Alexander Polcyn | 2017-10-26 | |
| | | | ||||
| | * | Flagging 1.7.0 | Nicolas "Pixel" Noble | 2017-10-21 | |
| | | | ||||
* | | | Fix csharp build | Muxi Yan | 2017-10-16 | |
| | | | ||||
| * | | Make constructors for `Async*Call` objects public | Mehrdad Afshari | 2017-10-12 | |
|/ / |