aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
| * | Add generated documentation to nuget packagesGravatar Jan Tattermusch2015-05-21
| * | added support for building Symbol packagesGravatar Jan Tattermusch2015-05-21
* | | Don't include a core fileGravatar vjpai2015-05-21
* | | Merge pull request #1685 from ctiller/cq-fixGravatar Michael Lumish2015-05-21
|\ \ \ | |/ / |/| |
* | | Merge pull request #1574 from murgatroid99/node_service_packagerGravatar Tim Emiola2015-05-21
|\ \ \
* \ \ \ Merge pull request #1690 from ctiller/gem-shardGravatar Yang Gao2015-05-21
|\ \ \ \
* \ \ \ \ Merge pull request #1648 from jtattermusch/csharp_disposable_callsGravatar Tim Emiola2015-05-21
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #1684 from ctiller/speculation-of-the-nationGravatar David Klempner2015-05-20
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #1682 from ctiller/my-asan-is-better-than-yoursGravatar David G. Quintas2015-05-20
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #1686 from nathanielmanistaatgoogle/fix-append-callGravatar Masood Malekghassemi2015-05-20
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #1676 from codeship/ngauthier-encapsulate-loggingGravatar Tim Emiola2015-05-20
|\ \ \ \ \ \ \ \ \
| | | | | * | | | | 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
|\ \ \ \ \ \ \ \ \
| | | | | | * | | | Fix segfault exposed by RubyGravatar Craig Tiller2015-05-20
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | * | | | | | Fix mistaken method name: "append", not "add"Gravatar Nathaniel Manista2015-05-21
| |_|/ / / / / / |/| | | | | | |
| | | | | | * | Make cq tracing work againGravatar Craig Tiller2015-05-20
| |_|_|_|_|/ / |/| | | | | |
| | | | * | | Kick the tire down the road instead of blocking to free up threadsGravatar Craig Tiller2015-05-20
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #1675 from jtattermusch/csharp_codegen_improvementsGravatar Michael Lumish2015-05-20
|\ \ \ \ \ \
| | | | * | | Zombie, then delete abandoned but queued incoming callsGravatar Craig Tiller2015-05-20
| | | | * | | Enforce invariant of not performing reads after stream closureGravatar Craig Tiller2015-05-20
| |_|_|/ / / |/| | | | |
* | | | | | Fixed writer commentGravatar murgatroid992015-05-20
* | | | | | Fixed boolean variableGravatar murgatroid992015-05-20
* | | | | | Added cancel_after_first_response testGravatar murgatroid992015-05-20
| | | * | | Encapsulate logger within GRPC moduleGravatar Nick Gauthier2015-05-20
| |_|/ / / |/| | | |
| | * | | Make IAsyncReadStream use IAsyncEnumerator from Ix-AsyncGravatar Jan Tattermusch2015-05-20
| | | | * Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-20
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #1661 from ctiller/really-really-finish-the-streamGravatar Yang Gao2015-05-20
|\ \ \ \ \
| | * | | | regenerate service stubsGravatar Jan Tattermusch2015-05-20
| | * | | | use full name when referencing protobuf messagesGravatar Jan Tattermusch2015-05-20
* | | | | | Merge pull request #1621 from jcanizales/updates-proto-pluginGravatar Michael Lumish2015-05-20
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #1671 from jcanizales/add-codegen-instructionsGravatar Michael Lumish2015-05-20
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #1664 from jcanizales/renames-grx-writeable-methodsGravatar Michael Lumish2015-05-20
|\ \ \ \ \ \ \ \
| | * | | | | | | Add instructions to generate code and integrate itGravatar Jorge Canizales2015-05-19
| | | | * | | | | Correctly handle reading the final message and then sending statusGravatar Craig Tiller2015-05-19
| | | | * | | | | Merge github.com:grpc/grpc into really-really-finish-the-streamGravatar Craig Tiller2015-05-19
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1663 from yang-g/leakGravatar Craig Tiller2015-05-19
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| | | | * | | | | Removes spurious change to Test.pb.mGravatar Jorge Canizales2015-05-19
| | * | | | | | | s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
| | * | | | | | | s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
* | | | | | | | | Merge pull request #1589 from nicolasnoble/ruby-cleanupGravatar Tim Emiola2015-05-19
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | * | | | | | | Fix a potential leakGravatar Yang Gao2015-05-19
| |/ / / / / / / |/| | | | | | |
| | | | | | | * Fixed client handling of failed batchesGravatar murgatroid992015-05-19
* | | | | | | | Merge pull request #1655 from murgatroid99/node_server_handle_invalid_argumentsGravatar Tim Emiola2015-05-19
|\ \ \ \ \ \ \ \
| | | | | * | | | Send RST_STREAM when closing from the server without getting a client half-cl...Gravatar Craig Tiller2015-05-19
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #1659 from jayantkolhe/my-shiny-new-branchGravatar Jorge Canizales2015-05-19
|\ \ \ \ \ \ \ \
| * | | | | | | | Update README.mdGravatar Jayant Kolhe2015-05-19