Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6214 from makdharma/master | Nicolas Noble | 2016-05-05 |
|\ | | | | | cronet wrapper code | ||
* \ | Merge pull request #6410 from murgatroid99/ruby_stress_fixes | Nicolas Noble | 2016-05-05 |
|\ \ | | | | | | | Ruby: improve server error handling, fix a reference error | ||
* \ \ | Merge pull request #6409 from jtattermusch/master | Jan Tattermusch | 2016-05-04 |
|\ \ \ | | | | | | | | | Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER | ||
* \ \ \ | Merge pull request #6418 from yang-g/no_rpc_service | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ | | | | | | | | | | | add a dummy service with no rpc to test codegen coverage | ||
* \ \ \ \ | Merge pull request #6415 from yang-g/python_proto_comments | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ | | | | | | | | | | | | | Add proto comments to generated _pb2.py files | ||
* \ \ \ \ \ | Merge pull request #6383 from dgquintas/remove-outdated-census-charg | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Removed leftover function declaration from channel args | ||
* \ \ \ \ \ \ | Merge pull request #6374 from grpc/dgquintas-patch-1 | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed name of test config for h2_census | ||
* \ \ \ \ \ \ \ | Merge pull request #6412 from ctiller/large_async_secure_and_fixed | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix coverage for large message and secure async end2end | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6333 from dgquintas/check_includes_moar_fixes | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Don't try to read files that have been moved/renamed. | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6323 from dgquintas/codegen_remove_proto | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Moved protos out of core_codegen interface | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6420 from jtattermusch/csharp_more_api_fixes | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | C# finishing serverside request stream should not be required to dispose. | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6416 from jtattermusch/csharp_api_polishing | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add C# wrapping tests and fix some issues with the API. | ||
| | | | | | | | | | | | * | Added all transitive header dependencies in build.yaml to fix the failing check. | Makarand Dharmapurikar | 2016-05-04 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | Fixed a compiler warning that only shows up on linux | Makarand Dharmapurikar | 2016-05-03 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | clang-format fixes | Makarand Dharmapurikar | 2016-05-03 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge pull request #6375 from jtattermusch/cleanup_jenkins_directory | Jan Tattermusch | 2016-05-03 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup tools/jenkins directory | ||
| | | * | | | | | | | | | | | remove useless code and todos | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | * | Added dummy cronet api implementation so we can build on Jenkins. | Makarand Dharmapurikar | 2016-05-03 |
| | | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | | finishing serverside request stream should not be required for disposal | Jan Tattermusch | 2016-05-03 |
| | |/ / / / / / / / / / / | |||
| | | | | | | | | * | | | | add a dummy service with no rpc to test codegen coverage | yang-g | 2016-05-03 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge pull request #5701 from bluecmd/unix-socket | Jan Tattermusch | 2016-05-03 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | Allow directly specifiying connection path | ||
| | | | | | | | | | * | | | Remove trailing space. | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | update remaining stresstest configs | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | add a readme file | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | update locations of dockerization scripts | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | update working directories | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | move helper script for dockerization | Jan Tattermusch | 2016-05-03 |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | |||
| | | | | | | | * | | | | Add proto comments to generated _pb2.py files | yang-g | 2016-05-03 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | make AsyncCallServerTest finish correctly | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #6376 from murgatroid99/node_test_multiple_versions | Jan Tattermusch | 2016-05-03 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Made Node tests support multiple versions and set the Node default version to 4 everywhere possible | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6406 from sreecha/ruby_stress_test_docker | Jan Tattermusch | 2016-05-03 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby docker files and config | ||
| | | | * | | | | | | | | | | fixup | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | add more tests | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | make SendStatusFromServer independent on WriteAsync | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | add AsyncCalServer tests to sanity tests | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | add tests for AsyncCallServer | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | Fix async_end2end_test flow control | Craig Tiller | 2016-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completion queues + flow control + single threading is hard. We need a read outstanding on a call to grant flow control tokens to the remote end. To do that we need to request a read *before* we wait for the write to be finished, otherwise, in the case of a large write we'll block waiting for flow control tokens. Built on #6402 | ||
| | | | | | | | | | | | * | | Fixed rubocop issues with newest changes | murgatroid99 | 2016-05-03 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | Ruby: improve server error handling, fix a reference error | murgatroid99 | 2016-05-03 |
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |||
| | | | | | | | | | | * | | Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER | Jan Tattermusch | 2016-05-03 |
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |||
| | | | | | | * | | | | | Merge github.com:grpc/grpc into large_async_secure_and_fixed | Craig Tiller | 2016-05-03 |
| | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |||
| | | | * | | | | | | | | fixup | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | add one more client server test | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | add more tests | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | make end-of-stream idempotent | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | add idempotency test | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | add more features | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | add more tests | Jan Tattermusch | 2016-05-03 |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | |||
| | | | | | | | | | * | reran generate_projects.sh after @nnoble's fix in PR6399. | Makarand Dharmapurikar | 2016-05-02 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #6399 from nicolasnoble/source-of-truth-api | Nicolas Noble | 2016-05-02 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Properly using our build.yaml source of truth to generate our list of public APIs. |