aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | * | | Fix memory leakGravatar Craig Tiller2015-05-20
| |_|_|_|_|/ / / |/| | | | | | |
| | | | | * | | Fix ASAN reported leakGravatar Craig Tiller2015-05-20
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #1678 from murgatroid99/objective_c_more_interopGravatar Jorge Canizales2015-05-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added cancel_after_first_response test
| * | | | | | | 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 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
* \ \ \ \ \ \ \ \ \ Merge pull request #1667 from jtattermusch/interop_windows_nitsGravatar donnadionne2015-05-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Change default GCE instance for interop server on Windows
| | | * | | | | | | | 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
| | | | | | | | | | |
| | | | | * | | | | | Include pid in failuresGravatar 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
| | | | | | | | | | * Added the client and server configurations to the bench results proto.Gravatar David Garcia Quintas2015-05-19
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The added configurations also include the host of both parties. This is useful for reporting.
| | * | | | | | | | change default instance used as windows interop serverGravatar Jan Tattermusch2015-05-19
| | | | | | | | | |
| | | | | * | | | | Removes spurious change to Test.pb.mGravatar Jorge Canizales2015-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That file is already deleted on master
| | | | | | * | | | Fix tests: stage server sends so that we dont inadvertently abbreviate streamsGravatar Craig Tiller2015-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
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Ruby cleanup
* \ \ \ \ \ \ \ \ \ \ Merge pull request #1611 from donnadionne/test-logGravatar Tim Emiola2015-05-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | To allow local private changes to be build into private
| | | | | | | * | | | Fix comparison to not crashGravatar Craig Tiller2015-05-19
| | | | | | | | | | |
| | | * | | | | | | | Fix a potential leakGravatar Yang Gao2015-05-19
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1652 from jtattermusch/windows_interop_serverGravatar donnadionne2015-05-19
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | grpc_docker.sh support for running C# server on Windows
* | | | | | | | | | Merge pull request #1655 from murgatroid99/node_server_handle_invalid_argumentsGravatar Tim Emiola2015-05-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Handle invalid arguments sent to the Node server
* \ \ \ \ \ \ \ \ \ \ Merge pull request #1660 from jtattermusch/upgrade_protobufs2Gravatar Nathaniel Manista2015-05-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upgrade protobuf to version containing ObjectiveC and csharp.
| | | | | | | | * | | | Fix testGravatar Craig Tiller2015-05-19
| | | | | | | | | | | |
| | | | | | | | * | | | Send RST_STREAM when closing from the server without getting a client ↵Gravatar Craig Tiller2015-05-19
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | half-close first
| * | | | | | | | | | upgrade protobuf latest version containing objectiveC and csharpGravatar Jan Tattermusch2015-05-19
|/ / / / / / / / / /
* | | | | | | | | | 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
| | | | | | | | | | |
| | | | | | | | * | | Compile fixGravatar Craig Tiller2015-05-19
| | | | | | | | | | |
| | | | | | | | * | | Merge github.com:grpc/grpc into check-some-more-thingsGravatar Craig Tiller2015-05-19
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | | | | | | * | | Better RNG seeding portabilityGravatar Craig Tiller2015-05-19
| | | | | | | | | | |
| * | | | | | | | | | Copy values before buffering them.Gravatar Jorge Canizales2015-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So they aren’t mutated before being written later.
* | | | | | | | | | | Merge pull request #1645 from ctiller/count-some-things-betterGravatar Nicolas Noble2015-05-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Exclude test & compiler sources from coveralls reported test coverage
| * | | | | | | | | | | Fix typoGravatar Craig Tiller2015-05-18
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1651 from jboeuf/subprocess_binary_extensionGravatar Craig Tiller2015-05-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Extension should return a const char *.
| | | | | * | | | | | | | grpc_docker.sh support for running C# server on WindowsGravatar Jan Tattermusch2015-05-18
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |