Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | * | | | Fix memory leak | 2015-05-20 | ||
| |_|_|_|_|/ / / |/| | | | | | | | ||||
| | | | | * | | | Fix ASAN reported leak | 2015-05-20 | ||
| |_|_|_|/ / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #1678 from murgatroid99/objective_c_more_interop | 2015-05-20 | ||
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added cancel_after_first_response test | |||
| * | | | | | | | Fixed writer comment | 2015-05-20 | ||
| | | | | | | | | ||||
| * | | | | | | | Fixed boolean variable | 2015-05-20 | ||
| | | | | | | | | ||||
| * | | | | | | | Added cancel_after_first_response test | 2015-05-20 | ||
|/ / / / / / / | ||||
| | | | * / / | Encapsulate logger within GRPC module | 2015-05-20 | ||
| |_|_|/ / / |/| | | | | | ||||
| | | * | | | Make IAsyncReadStream use IAsyncEnumerator from Ix-Async | 2015-05-20 | ||
| | | | | | | ||||
* | | | | | | Merge pull request #1661 from ctiller/really-really-finish-the-stream | 2015-05-20 | ||
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Send RST_STREAM when closing from the server without getting a client… | |||
| | * | | | | | regenerate service stubs | 2015-05-20 | ||
| | | | | | | | ||||
| | * | | | | | use full name when referencing protobuf messages | 2015-05-20 | ||
| | | | | | | | ||||
* | | | | | | | Merge pull request #1621 from jcanizales/updates-proto-plugin | 2015-05-20 | ||
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Updates Objective-C proto plugin | |||
* \ \ \ \ \ \ \ | Merge pull request #1671 from jcanizales/add-codegen-instructions | 2015-05-20 | ||
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add instructions to generate code and integrate it | |||
* \ \ \ \ \ \ \ \ | Merge pull request #1664 from jcanizales/renames-grx-writeable-methods | 2015-05-20 | ||
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Rename GRXWriteable methods | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #1667 from jtattermusch/interop_windows_nits | 2015-05-20 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Change default GCE instance for interop server on Windows | |||
| | | * | | | | | | | | Add instructions to generate code and integrate it | 2015-05-19 | ||
| | | | | | | | | | | | ||||
| | | | | * | | | | | | Correctly handle reading the final message and then sending status | 2015-05-19 | ||
| | | | | | | | | | | | ||||
| | | | | * | | | | | | Include pid in failures | 2015-05-19 | ||
| | | | | | | | | | | | ||||
| | | | | * | | | | | | Merge github.com:grpc/grpc into really-really-finish-the-stream | 2015-05-19 | ||
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #1663 from yang-g/leak | 2015-05-19 | ||
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | Fix a potential leak | |||
| | | | | | | | | | * | Added the client and server configurations to the bench results proto. | 2015-05-19 | ||
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The added configurations also include the host of both parties. This is useful for reporting. | |||
| | * | | | | | | | | change default instance used as windows interop server | 2015-05-19 | ||
| | | | | | | | | | | ||||
| | | | | * | | | | | Removes spurious change to Test.pb.m | 2015-05-19 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That file is already deleted on master | |||
| | | | | | * | | | | Fix tests: stage server sends so that we dont inadvertently abbreviate streams | 2015-05-19 | ||
| | | | | | | | | | | ||||
| | | * | | | | | | | s/didFinishWithError/writesFinishedWithError | 2015-05-19 | ||
| | | | | | | | | | | ||||
| | | * | | | | | | | s/didReceiveValue/writeValue | 2015-05-19 | ||
| | | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #1589 from nicolasnoble/ruby-cleanup | 2015-05-19 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Ruby cleanup | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #1611 from donnadionne/test-log | 2015-05-19 | ||
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | To allow local private changes to be build into private | |||
| | | | | | | * | | | | Fix comparison to not crash | 2015-05-19 | ||
| | | | | | | | | | | | ||||
| | | * | | | | | | | | Fix a potential leak | 2015-05-19 | ||
| |_|/ / / / / / / / |/| | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #1652 from jtattermusch/windows_interop_server | 2015-05-19 | ||
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | grpc_docker.sh support for running C# server on Windows | |||
* | | | | | | | | | | Merge pull request #1655 from murgatroid99/node_server_handle_invalid_arguments | 2015-05-19 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Handle invalid arguments sent to the Node server | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #1660 from jtattermusch/upgrade_protobufs2 | 2015-05-19 | ||
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade protobuf to version containing ObjectiveC and csharp. | |||
| | | | | | | | * | | | | Fix test | 2015-05-19 | ||
| | | | | | | | | | | | | ||||
| | | | | | | | * | | | | Send RST_STREAM when closing from the server without getting a client ↵ | 2015-05-19 | ||
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | half-close first | |||
| * | | | | | | | | | | upgrade protobuf latest version containing objectiveC and csharp | 2015-05-19 | ||
|/ / / / / / / / / / | ||||
* | | | | | | | | | | Merge pull request #1659 from jayantkolhe/my-shiny-new-branch | 2015-05-19 | ||
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Update README.md to present Python as ready for early adopters. | |||
| * | | | | | | | | | | Update README.md | 2015-05-19 | ||
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #1654 from jtattermusch/protobuf-upgrade | 2015-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. | 2015-05-19 | ||
| |/ / / / / / / / / / | ||||
* | | | | | | | | | | | Merge pull request #1647 from jcanizales/buffered-pipe-and-ping-pong-test | 2015-05-19 | ||
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Adds GRXBufferedPipe and the PingPong interop test using it | |||
| | * | | | | | | | | | Fixed server to handle invalid arguments without breaking | 2015-05-19 | ||
| | | | | | | | | | | | ||||
| | | | | | | | * | | | Compile fix | 2015-05-19 | ||
| | | | | | | | | | | | ||||
| | | | | | | | * | | | Merge github.com:grpc/grpc into check-some-more-things | 2015-05-19 | ||
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||
| | | | | | | | * | | | Better RNG seeding portability | 2015-05-19 | ||
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Copy values before buffering them. | 2015-05-18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So they aren’t mutated before being written later. | |||
* | | | | | | | | | | | Merge pull request #1645 from ctiller/count-some-things-better | 2015-05-18 | ||
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Exclude test & compiler sources from coveralls reported test coverage | |||
| * | | | | | | | | | | | Fix typo | 2015-05-18 | ||
| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #1651 from jboeuf/subprocess_binary_extension | 2015-05-18 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Extension should return a const char *. | |||
| | | | | * | | | | | | | | grpc_docker.sh support for running C# server on Windows | 2015-05-18 | ||
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | | |