aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #10024 from grpc/revert-10015-use_after_freeGravatar Yang Gao2017-03-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Fix flaky use-after-free in udp_server"
| | | * | | | | Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
| |_|/ / / / / |/| | | | | |
| * | | | | | Revert "Fix flaky use-after-free in udp_server"Gravatar Yang Gao2017-03-07
|/ / / / / /
* | | | | | Merge pull request #10015 from rjshade/use_after_freeGravatar Robbie Shade2017-03-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix flaky use-after-free in udp_server
| * | | | | | Fix flaky use-after-free in udp_serverGravatar Robbie Shade2017-03-07
| | |_|_|_|/ | |/| | | |
| | | * | | Fix initializationGravatar Craig Tiller2017-03-07
| | | | | |
| | | * | | Silence accept4 message when its irrelevantGravatar Craig Tiller2017-03-07
| | |/ / / | |/| | |
* | | | | Merge pull request #9821 from jtattermusch/protobuf_bump_3.2.0Gravatar Jan Tattermusch2017-03-07
|\ \ \ \ \ | |/ / / / |/| | | | Upgrade third_party/protobuf to 3.2.0 and update C# nugets.
| * | | | fix grpcio_tools build on windowsGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | Updated python scripts to work with protobuf 3.2.0Gravatar Mehrdad Afshari2017-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 restoreGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | regenerate protoc_lib_deps.pyGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | fix bazel_deps.shGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | remove unneeded dependenciesGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | NUnitVersion tests no longer neededGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | update nugets in csproj projectsGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | regenerate projectsGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | update C# project.json dependenciesGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | updgrade C# project.json to protobuf 3.2.0Gravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | regenerate C# protosGravatar Jan Tattermusch2017-03-07
| | | | |
| * | | | upgrade third_party/protobuf to 3.2.0Gravatar Jan Tattermusch2017-03-07
|/ / / /
* | | | Merge pull request #9632 from jtattermusch/csharp_server_side_authGravatar Jan Tattermusch2017-03-07
|\ \ \ \ | | | | | | | | | | Expose AuthContext in C#
* \ \ \ \ Merge pull request #10001 from y-zeng/fling_streamGravatar Yuchen Zeng2017-03-06
|\ \ \ \ \ | | | | | | | | | | | | Use gpr_subprocess in fling_stream_test
| | | * | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_againGravatar David Garcia Quintas2017-03-06
| |_|/| | | |/| | | | |
* | | | | | Merge pull request #9983 from dgquintas/1.1.x_to_masterGravatar David G. Quintas2017-03-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upmerge of 1.1.x to master.
| | | | * \ \ Merge pull request #9862 from Op3n4M3/limit-gem-buildGravatar apolcyn2017-03-06
| | | | |\ \ \ | | | | | | | | | | | | | | | | Limit the gem native build resources
| | * | | | | | Use gpr_subprocess in fling_stream_testGravatar Yuchen Zeng2017-03-06
| |/ / / / / / |/| | | | | |
| | | | | * | Merge branch 'fssplit' of github.com:ctiller/grpc into fssplitGravatar Craig Tiller2017-03-06
| | | | | |\ \
| | | | | * | | Resolve sanity failuresGravatar Craig Tiller2017-03-06
| | | | | | | |
* | | | | | | | Merge pull request #9968 from makdharma/grpc_bazelGravatar makdharma2017-03-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use grpc_build_system.bzl in other projects
| | | | * \ \ \ \ Merge pull request #9962 from murgatroid99/node_no_alpn_compileGravatar Michael Lumish2017-03-06
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add option to recompile Node library without ALPN support
| | * | | | | | | | Manual changes from upmerged modificationsGravatar David Garcia Quintas2017-03-06
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9969 from grpc/wenbozhu-patch-4Gravatar Feng Li2017-03-06
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update PROTOCOL-WEB.md
| | * | | | | | | | | setting default False for use_externalGravatar Makarand Dharmapurikar2017-03-06
| | | | | | | | | | |
| | | | | * | | | | | Merge pull request #9971 from jtattermusch/csharp_fix_healthcheck_nugetGravatar Jan Tattermusch2017-03-06
| | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Grpc.HealthCheck and Grpc.Reflection packages
* | | | | | \ \ \ \ \ \ Merge pull request #8407 from jronak/fixtagGravatar Yang Gao2017-03-04
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | replaced protobuf tag
| | | | * | | | | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| |_|_|/| | | | | | | | | |/| | | | |/ / / / / / / | | | | |/| | | | | | |
| | | | | | | | | | * | Fix mac buildGravatar Craig Tiller2017-03-03
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'master' into grpc_bazelGravatar Makarand Dharmapurikar2017-03-03
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9939 from ctiller/stream_owned_sliceGravatar Craig Tiller2017-03-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add a slice type that shares a refcount with a transport stream
| | | | | * \ \ \ \ \ \ \ Merge pull request #9960 from murgatroid99/node_qps_performance_disableGravatar Michael Lumish2017-03-03
| | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable node_protobuf_async_unary_qps_unconstrained benchmark test
| | | | | | | | | | | | * | Move trickle to the end: it takes a while, and its less important (in the ↵Gravatar Craig Tiller2017-03-03
| | | | | | | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | face of failures)
* | | | | | | | | | | | | Merge pull request #9921 from ctiller/fastcreateGravatar Craig Tiller2017-03-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate cancellation if we never sent an op down
| | | | | | | | | | | | * | Update test listGravatar Craig Tiller2017-03-03
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | CleanupGravatar Craig Tiller2017-03-03
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Get back trickleGravatar Craig Tiller2017-03-03
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #9966 from y-zeng/static_areaGravatar Yuchen Zeng2017-03-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using oversized frames
| | | | | | | | | | | | | * | Further splittingGravatar Craig Tiller2017-03-03
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | Merge github.com:grpc/grpc into fssplitGravatar Craig Tiller2017-03-03
| | | | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
| | | | | | | | | | | | | * | Split bm_fullstack unary ping pong outGravatar Craig Tiller2017-03-03
| | | | | | | | | | | | | | |