aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix bundle_install_wrapper.sh to pass shellcheckGravatar Mehrdad Afshari2017-12-15
|
* Fix build_ruby.sh to pass shellcheckGravatar Mehrdad Afshari2017-12-15
|
* Fix build_python_msys2.sh to pass shellcheckGravatar Mehrdad Afshari2017-12-15
|
* Fix build_php.sh to pass shellcheckGravatar Mehrdad Afshari2017-12-15
|
* Fix build_csharp.sh to pass shellcheckGravatar Mehrdad Afshari2017-12-15
|
* Fix build_python.sh to pass shellcheckGravatar Mehrdad Afshari2017-12-15
|
* Merge pull request #13226 from dgquintas/super_detect_flakesGravatar David G. Quintas2017-12-15
|\ | | | | Many improvements to detect flakes script
* \ Merge pull request #13774 from apolcyn/disable_soreuseport_in_ruby_testsGravatar apolcyn2017-12-15
|\ \ | | | | | | Tentatively disable so_reuseport in ruby tests
* \ \ Merge pull request #13561 from apolcyn/revise_bazel_apiGravatar apolcyn2017-12-14
|\ \ \ | | | | | | | | Carry on from #13468, simplify bazel consumption of grpc
| | | * yapf'd the new fileGravatar David Garcia Quintas2017-12-14
| | | |
| * | | Move more special cases in bazel build to the .bzl filesGravatar Alexander Polcyn2017-12-14
| | | |
| * | | Depends third_party/nanopb via workspace relative-path to pass bazel's ↵Gravatar Ning Ren2017-12-14
| | | | | | | | | | | | | | | | | | | | | | | | dependency check. Otherwise include "third_party/nanopb/pb.h" will find local ph.h rather than the one in "//external:nanopb".
| * | | Packs contents of WORKSPACE into a bzl function, so that it can be resued by ↵Gravatar Ning Ren2017-12-14
| | | | | | | | | | | | | | | | other projects, and simplifies cares build.
* | | | Merge pull request #13785 from y-zeng/cli_tokenGravatar Yuchen Zeng2017-12-14
|\ \ \ \ | | | | | | | | | | Support access token credential in grpc_cli
| | | | * Merge branch 'master' of github.com:grpc/grpc into super_detect_flakesGravatar David Garcia Quintas2017-12-14
| | | | |\ | |_|_|_|/ |/| | | |
| * | | | Address review commentsGravatar Yuchen Zeng2017-12-14
| | | | |
* | | | | Merge pull request #13789 from grpc/v1.8.xGravatar Mehrdad Afshari2017-12-14
|\ \ \ \ \ | | | | | | | | | | | | Upmerge changes from v1.8.x to master
| * \ \ \ \ Merge pull request #13786 from kpayson64/fix_python_server_raceGravatar kpayson642017-12-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixes race condition in Python server shutdown
| | * | | | | Fixes race condition in Python server shutdownGravatar Ken Payson2017-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we set the call state to "CANCELLED" after grpc_cancel_all_calls, we would block other start batch operations from happening. The rpc_state for the cancelled call would still be in the server's rpc_states set, but it would never get removed because there were no active batches for the call, and the only place we remove from rpc_states is when a batch completes. It is better to rely on c-core's cancellation. Once a call is cancelled, all subsequent ops on that call will return immediately with a cancellation error. The RLock() change is due to the possibility that _on_call_completed gets invoked immediately when the call has already completed when the rpc_future callback is created.
| * | | | | | Merge pull request #13784 from nathanielmanistaatgoogle/13752Gravatar Nathaniel Manista2017-12-14
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Reallow out-of-spec metadata.
| | | * | | | Support access token credential in grpc_cliGravatar Yuchen Zeng2017-12-14
| | | |/ / /
* | | | | | Merge pull request #13773 from ncteisen/tsanGravatar Noah Eisen2017-12-14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix tsan in bad_client tests
| | | * | | Reallow out-of-spec metadataGravatar Nathaniel Manista2017-12-14
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | This restore unsupported, de facto behavior that was dropped in 80516e884a8cd03daaa1f4a40d2bb2 but that it turns out a lot of folks have been using.
* | | | | Merge pull request #13775 from jtattermusch/dont_hardcode_boringssl_headersGravatar Jan Tattermusch2017-12-14
|\ \ \ \ \ | | | | | | | | | | | | cmake: Don't rely on boringssl headers when ssl provider is "package"
| * | | | | dont hardcode using boringssl headers when ssl provider is packageGravatar Jan Tattermusch2017-12-14
|/ / / / /
* | | | | Merge pull request #13769 from jtattermusch/cmake_exclude_custom_aresGravatar Jan Tattermusch2017-12-13
|\ \ \ \ \ | | | | | | | | | | | | Exclude artificial ares target when building with cmake
* \ \ \ \ \ Merge pull request #13763 from jtattermusch/csharp_examples_cleanupGravatar Jan Tattermusch2017-12-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cleanup C# examples
* \ \ \ \ \ \ Merge pull request #13764 from kpayson64/fix_unused_paramGravatar kpayson642017-12-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix unused parameter warning in cpp codegen
| | | | * | | | Fix tsan in bad_client testsGravatar Noah Eisen2017-12-13
| |_|_|/ / / / |/| | | | | |
| | | | | * | Disable soreuseport in ruby unit testsGravatar Alexander Polcyn2017-12-13
| | | | | | |
| | | * | | | exclude artificial ares target when building with cmakeGravatar Jan Tattermusch2017-12-14
| | | | | | |
| | | | | | * Merge branch 'master' of github.com:grpc/grpc into super_detect_flakesGravatar David Garcia Quintas2017-12-13
| | | | | | |\ | | | | |_|_|/ | | | |/| | |
* | | | | | | Merge pull request #13710 from ctiller/fix17it1Gravatar Craig Tiller2017-12-13
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fix test helper binaries
* | | | | | | Merge pull request #13758 from kpayson64/fix_yapf_codeGravatar kpayson642017-12-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ignore pyc files on yapf diff
* \ \ \ \ \ \ \ Merge pull request #13754 from muxi/fix-stream-compression-gzipGravatar Muxi Yan2017-12-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix stream_compression_payload flake
| | | | | | | | * PR commentsGravatar David Garcia Quintas2017-12-13
| | | | | | | | |
| | | | * | | | | Fix unused parameter warning in cpp codegenGravatar Ken Payson2017-12-13
| | | | | | | | |
| | | | | * | | | regenerate routeguide protosGravatar Jan Tattermusch2017-12-13
| | | | | | | | |
| | | | | * | | | regenerate helloworld protosGravatar Jan Tattermusch2017-12-13
| | | | | | | | |
| | | | | * | | | upgrade Grpc and Protobuf nugets in routeguideGravatar Jan Tattermusch2017-12-13
| | | | | | | | |
| | | | | * | | | upgrade Grpc and Protobuf nugets in helloworldGravatar Jan Tattermusch2017-12-13
| | | | | | | | |
| | | | | * | | | regenerate helloworld-from-cli protosGravatar Jan Tattermusch2017-12-13
| | | | | | | | |
| | | | | * | | | cleanup helloworld for dotnet CLIGravatar Jan Tattermusch2017-12-13
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #13736 from menghanl/release_matrixGravatar adelez2017-12-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add go release versions to client_matrix.py
* \ \ \ \ \ \ \ \ Merge pull request #13737 from menghanl/fix_release_matrixGravatar adelez2017-12-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix interop_matrix/create_matrix_images.py error
| | | | | | | * \ \ Merge pull request #13744 from jtattermusch/backport_13604Gravatar Jan Tattermusch2017-12-13
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Backport #13604 to v1.8.x
* | | | | | | | \ \ \ Merge pull request #13755 from kpayson64/1_cq_add_backGravatar kpayson642017-12-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add back 1_cq qps test
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #13756 from ncteisen/more-c-ccGravatar Noah Eisen2017-12-13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Windows Compile
| | | | | | * | | | | | | Ignore pyc files on yapf diffGravatar Ken Payson2017-12-13
| | | | | | | |/ / / / / | | | | | | |/| | | | |
| | * | | | / | | | | | Add back 1_cq qps testGravatar Ken Payson2017-12-13
| | | |_|_|/ / / / / / | | |/| | | | | | | |