Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implemented stream coalescing design | 2017-03-08 | |
| | | | | | | | (RFC:https://github.com/grpc/proposal/pull/3). Add necessary microbenchmarks to show reduced writes/iter for short streams. Add necessary end2end test to test out newly added apis. Filter those tests using *WithCoalescingApi*. | ||
* | Merge pull request #10020 from jtattermusch/reports_for_sponge | 2017-03-08 | |
|\ | | | | | Make report naming internal-CI compliant | ||
| * | make report naming internal-CI compliant | 2017-03-08 | |
|/ | |||
* | Merge pull request #10026 from mehrdada/bump-proto-depenedency-on-python-3.2 | 2017-03-07 | |
|\ | | | | | Updated protobuf dependency for python to 3.2.0 | ||
* \ | Merge pull request #10004 from dgquintas/1.1.x_to_master_again | 2017-03-07 | |
|\ \ | | | | | | | 1.1.x to master again | ||
* \ \ | Merge pull request #10029 from ctiller/qps | 2017-03-07 | |
|\ \ \ | | | | | | | | | Get master performance workers working again | ||
| * | | | Ensure port server is running on remote hosts | 2017-03-07 | |
| | | | | |||
| * | | | Actually print error message | 2017-03-07 | |
|/ / / | |||
* | | | Merge pull request #10024 from grpc/revert-10015-use_after_free | 2017-03-07 | |
|\ \ \ | | | | | | | | | Revert "Fix flaky use-after-free in udp_server" | ||
| | | * | Updated protobuf dependency for python to 3.2.0 | 2017-03-07 | |
| |_|/ |/| | | |||
| * | | Revert "Fix flaky use-after-free in udp_server" | 2017-03-07 | |
|/ / | |||
* | | Merge pull request #10015 from rjshade/use_after_free | 2017-03-07 | |
|\ \ | | | | | | | Fix flaky use-after-free in udp_server | ||
| * | | Fix flaky use-after-free in udp_server | 2017-03-07 | |
| | | | |||
* | | | Merge pull request #9821 from jtattermusch/protobuf_bump_3.2.0 | 2017-03-07 | |
|\ \ \ | |/ / |/| | | Upgrade third_party/protobuf to 3.2.0 and update C# nugets. | ||
| * | | fix grpcio_tools build on windows | 2017-03-07 | |
| | | | |||
| * | | Updated python scripts to work with protobuf 3.2.0 | 2017-03-07 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the build script of python grpcio-tools package is very much entangled with the build system of protobuf, and protobuf build scripts added a build step that compiles js/embed.cc to create a preprocessor binary that takes some .js files and generates a single well_known_types_embed.cc which then gets linked to the rest of protobuf source tree. The generated code seems to be used only by the JS portion of protoc, so is not expected to affect our python build. Since we did not want to replicate the entire build process of protobuf, we decided to pre-generate the well_known_types_embed.cc and keep it in our repo and then substitute the js/embed.cc compiler file with it. | ||
| * | | fix C# nuget restore | 2017-03-07 | |
| | | | |||
| * | | regenerate protoc_lib_deps.py | 2017-03-07 | |
| | | | |||
| * | | fix bazel_deps.sh | 2017-03-07 | |
| | | | |||
| * | | remove unneeded dependencies | 2017-03-07 | |
| | | | |||
| * | | NUnitVersion tests no longer needed | 2017-03-07 | |
| | | | |||
| * | | update nugets in csproj projects | 2017-03-07 | |
| | | | |||
| * | | regenerate projects | 2017-03-07 | |
| | | | |||
| * | | update C# project.json dependencies | 2017-03-07 | |
| | | | |||
| * | | updgrade C# project.json to protobuf 3.2.0 | 2017-03-07 | |
| | | | |||
| * | | regenerate C# protos | 2017-03-07 | |
| | | | |||
| * | | upgrade third_party/protobuf to 3.2.0 | 2017-03-07 | |
|/ / | |||
* | | Merge pull request #9632 from jtattermusch/csharp_server_side_auth | 2017-03-07 | |
|\ \ | | | | | | | Expose AuthContext in C# | ||
* \ \ | Merge pull request #10001 from y-zeng/fling_stream | 2017-03-06 | |
|\ \ \ | | | | | | | | | Use gpr_subprocess in fling_stream_test | ||
| | | * | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_again | 2017-03-06 | |
| |_|/| |/| | | | |||
* | | | | Merge pull request #9983 from dgquintas/1.1.x_to_master | 2017-03-06 | |
|\ \ \ \ | | | | | | | | | | | Upmerge of 1.1.x to master. | ||
| | | | * | Merge pull request #9862 from Op3n4M3/limit-gem-build | 2017-03-06 | |
| | | | |\ | | | | | | | | | | | | | Limit the gem native build resources | ||
| | * | | | | Use gpr_subprocess in fling_stream_test | 2017-03-06 | |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #9968 from makdharma/grpc_bazel | 2017-03-06 | |
|\ \ \ \ \ | | | | | | | | | | | | | Use grpc_build_system.bzl in other projects | ||
| | | | * \ | Merge pull request #9962 from murgatroid99/node_no_alpn_compile | 2017-03-06 | |
| | | | |\ \ | | | | | | | | | | | | | | | Add option to recompile Node library without ALPN support | ||
| | * | | | | | Manual changes from upmerged modifications | 2017-03-06 | |
| | | | | | | | |||
* | | | | | | | Merge pull request #9969 from grpc/wenbozhu-patch-4 | 2017-03-06 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update PROTOCOL-WEB.md | ||
| | * | | | | | | setting default False for use_external | 2017-03-06 | |
| | | | | | | | | |||
| | | | | * | | | Merge pull request #9971 from jtattermusch/csharp_fix_healthcheck_nuget | 2017-03-06 | |
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | Fix Grpc.HealthCheck and Grpc.Reflection packages | ||
* | | | | | \ \ \ | Merge pull request #8407 from jronak/fixtag | 2017-03-04 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | replaced protobuf tag | ||
| | | | * | | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | 2017-03-03 | |
| |_|_|/| | | | | | |/| | | | |/ / / / | | | | |/| | | | | |||
| | | * | | | | | | Merge branch 'master' into grpc_bazel | 2017-03-03 | |
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #9939 from ctiller/stream_owned_slice | 2017-03-03 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a slice type that shares a refcount with a transport stream | ||
| | | | | * \ \ \ \ | Merge pull request #9960 from murgatroid99/node_qps_performance_disable | 2017-03-03 | |
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Disable node_protobuf_async_unary_qps_unconstrained benchmark test | ||
* | | | | | \ \ \ \ \ | Merge pull request #9921 from ctiller/fastcreate | 2017-03-03 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate cancellation if we never sent an op down | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #9966 from y-zeng/static_area | 2017-03-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using oversized frames | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #9967 from nathanielmanistaatgoogle/lint | 2017-03-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lint progress. | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #9930 from ctiller/call_create_fixtures | 2017-03-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add fixtures for call creation benchmarks | ||
| | | | | | | | | | | | * | | | fix Grpc.HealthCheck and Grpc.Reflection packages | 2017-03-03 | |
| | | | | | | | | | |_|/ / / | | | | | | | | | |/| | | | | |||
* | | | | | | | | | | | | | | Merge pull request #9953 from y-zeng/build_license | 2017-03-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add licenses() in BUILD files |