aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* 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
* \ Merge pull request #1675 from jtattermusch/csharp_codegen_improvementsGravatar Michael Lumish2015-05-20
|\ \ | | | | | | grpc_csharp_plugin improvements
* | | Fixed writer commentGravatar murgatroid992015-05-20
| | |
* | | Fixed boolean variableGravatar murgatroid992015-05-20
| | |
* | | Added cancel_after_first_response testGravatar murgatroid992015-05-20
| | |
| | * Make IAsyncReadStream use IAsyncEnumerator from Ix-AsyncGravatar Jan Tattermusch2015-05-20
| | |
* | | Merge pull request #1661 from ctiller/really-really-finish-the-streamGravatar Yang Gao2015-05-20
|\ \ \ | | | | | | | | Send RST_STREAM when closing from the server without getting a client…
| | * | 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
|\ \ \ \ | | | | | | | | | | Updates Objective-C proto plugin
* \ \ \ \ Merge pull request #1671 from jcanizales/add-codegen-instructionsGravatar Michael Lumish2015-05-20
|\ \ \ \ \ | | | | | | | | | | | | Add instructions to generate code and integrate it
* \ \ \ \ \ Merge pull request #1664 from jcanizales/renames-grx-writeable-methodsGravatar Michael Lumish2015-05-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rename GRXWriteable methods
| | * | | | | 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
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Fix a potential leak
| | | | * | | Removes spurious change to Test.pb.mGravatar Jorge Canizales2015-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | That file is already deleted on master
| | * | | | | 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
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Ruby cleanup
| | * | | | | Fix a potential leakGravatar Yang Gao2015-05-19
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #1655 from murgatroid99/node_server_handle_invalid_argumentsGravatar Tim Emiola2015-05-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Handle invalid arguments sent to the Node server
| | | | | * | Send RST_STREAM when closing from the server without getting a client ↵Gravatar Craig Tiller2015-05-19
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | half-close first
* | | | | | Merge pull request #1659 from jayantkolhe/my-shiny-new-branchGravatar Jorge Canizales2015-05-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update README.md to present Python as ready for early adopters.
| * | | | | | Update README.mdGravatar Jayant Kolhe2015-05-19
| | | | | | |
* | | | | | | Merge pull request #1654 from jtattermusch/protobuf-upgradeGravatar Nathaniel Manista2015-05-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Upgrading protobuf to v3.0.0-alpha-1-150-g7d5cf8d.
| * | | | | | | Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.Gravatar Nicolas "Pixel" Noble2015-05-19
| |/ / / / / /
* | | | | | | Merge pull request #1647 from jcanizales/buffered-pipe-and-ping-pong-testGravatar Michael Lumish2015-05-19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Adds GRXBufferedPipe and the PingPong interop test using it
| | * | | | | Fixed server to handle invalid arguments without breakingGravatar murgatroid992015-05-19
| | | | | | |
| * | | | | | Copy values before buffering them.Gravatar Jorge Canizales2015-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | So they aren’t mutated before being written later.
* | | | | | | Extension should return a const char *.Gravatar Julien Boeuf2015-05-18
| | | | | | |
| * | | | | | Add warning about the perils of buffering without boundsGravatar Jorge Canizales2015-05-18
| | |_|/ / / | |/| | | |
| | * | | | Added failing tests for server bad argument handlingGravatar murgatroid992015-05-18
| | | | | |
* | | | | | Merge pull request #1644 from jboeuf/tsi_util_refactoringGravatar Nicolas Noble2015-05-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Putting tsi util in header so that it can be used elsewhere.
| | * | | | | Use BufferedPipe to add PingPong test and fix Cancel testGravatar Jorge Canizales2015-05-18
| | | | | | |
| | * | | | | Adds GRXBufferedPipeGravatar Jorge Canizales2015-05-18
| | | | | | |
* | | | | | | Merge pull request #1643 from jcanizales/fixes-server-streaming-testGravatar Michael Lumish2015-05-18
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | | Fix false positive in server streaming test.
| | * | | | Putting tsi util in header so that it can be used elsewhere.Gravatar Julien Boeuf2015-05-18
| |/ / / / |/| | | |
| * | | | Fix false positive in server streaming testGravatar Jorge Canizales2015-05-18
| | | | |
* | | | | Merge pull request #1594 from yang-g/credsGravatar jboeuf2015-05-18
|\ \ \ \ \ | |_|_|_|/ |/| | | | support per call credentials in c++
* | | | | Merge pull request #1575 from dgquintas/profiling_marks_strtagsGravatar Vijay Pai2015-05-18
|\ \ \ \ \ | | | | | | | | | | | | Added the tag enun name to the profiling marks.
* \ \ \ \ \ Merge pull request #1636 from jcanizales/move-sample-to-proto3Gravatar Michael Lumish2015-05-18
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | Move sample app and tests to proto3
* | | | | | Merge pull request #1637 from ctiller/explain-the-thingsGravatar Yang Gao2015-05-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Delete antiquated code
* \ \ \ \ \ \ Merge pull request #1630 from jtattermusch/nuget_adjustmentsGravatar Tim Emiola2015-05-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | NuGet packaging adjustments
| | * | | | | | Delete antiquated codeGravatar Craig Tiller2015-05-17
| |/ / / / / / |/| | | | | |