aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #9340 from stanley-cheung/update-boringsslGravatar Nicolas Noble2017-01-20
|\ | | | | Update boringssl
* \ Merge pull request #9388 from ericgribkoff/java_http2_testGravatar Eric Gribkoff2017-01-20
|\ \ | | | | | | | | | | | | Update path to http2 Java test client Failing test is known issue #9150
* \ \ Merge pull request #8842 from ctiller/metadata_filterGravatar Nicolas Noble2017-01-20
|\ \ \ | | | | | | | | Metadata handling rewrite
| * \ \ Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filterGravatar Craig Tiller2017-01-20
| |\ \ \
| * | | | Update projectsGravatar Craig Tiller2017-01-20
| | | | |
| | * | | Fix test under MSVCGravatar Craig Tiller2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | Optimizer was spotting that src1 and src2 would be identical and merging them.
| * | | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-20
| |\ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Update projectsGravatar Craig Tiller2017-01-20
| | | |
| | * | Update path to http2 Java test clientGravatar Eric Gribkoff2017-01-20
| |/ / |/| |
| | * re-run generate-project.sh after rebaseGravatar Stanley Cheung2017-01-20
| | |
| | * Update boringssl to latest chromium-stableGravatar Stanley Cheung2017-01-20
| |/ |/|
* | Merge pull request #9414 from jboeuf/fix_alpn_msanGravatar Nicolas Noble2017-01-20
|\ \ | | | | | | Fixing msan issue in client_ssl.c
| | * Fix Python testGravatar Craig Tiller2017-01-20
| | |
* | | Merge pull request #9346 from stevej/stevej/content_type_in_example_responseGravatar Eric Anderson2017-01-20
|\ \ \ | | | | | | | | adding content-type to the example response
* \ \ \ Merge pull request #8819 from ncteisen/cpp_stress_flagsGravatar Noah Eisen2017-01-20
|\ \ \ \ | | | | | | | | | | Tweaked cpp stress client flags
* \ \ \ \ Merge pull request #9362 from grpc/rjshade-patch-1Gravatar Robbie Shade2017-01-20
|\ \ \ \ \ | | | | | | | | | | | | Fix GRPC_TRACE doc formatting
| | | | | * Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filterGravatar Craig Tiller2017-01-20
| | | | | |\
* | | | | | \ Merge pull request #9406 from yang-g/no_method_serviceGravatar Yang Gao2017-01-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Stop generating method name array when there is no method.
* \ \ \ \ \ \ \ Merge pull request #9348 from ncteisen/python_negative_http2_fixGravatar Noah Eisen2017-01-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change expected error code in Python negative interop client
| | | | | | * | | Fixing msan issue in client_ssl.cGravatar Julien Boeuf2017-01-19
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See this error (somehow triggered by a new version of boringssl): https://grpc-testing.appspot.com/job/gRPC_pull_requests_msan_c/1154/testReport/junit/(root)/c_linux_msan/bins_msan_handshake_client_GRPC_POLL_STRATEGY_poll_cv/ In the alpn callback, in_len is the size of the in buffer and not the number of alpn elements.
| | | | | | | * Merge pull request #47 from ↵Gravatar Craig Tiller2017-01-19
| | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/if-you-keep-getting-disappointed-do-you-start-to-just-accept-good-faith-or-get-jaded-about-good-faith Fix Python memory errors
* | | | | | | | \ Merge pull request #9410 from nathanielmanistaatgoogle/issue-7971Gravatar Nathaniel Manista2017-01-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Doc string fix and tweaks.
| | | | | | | | | * Fix Python memory errorsGravatar Masood Malekghassemi2017-01-19
| | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | ... but for real this time.
| | | | | * | | | Regenerate projectGravatar ncteisen2017-01-19
| | | | | | | | |
| | | | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flagsGravatar ncteisen2017-01-19
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Doc string fix and tweaksGravatar Nathaniel Manista2017-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In those places where we return an object that implements two interfaces (let's say P and Q), consistently describe it as a "P-Q" rather than once mentioning that it is a P and describing it as a "Q" for the rest of prose.
* | | | | | | | | Merge pull request #9374 from nathanielmanistaatgoogle/yapf_code.shGravatar Nathaniel Manista2017-01-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pyformat_code.sh → yapf_code.sh.
* \ \ \ \ \ \ \ \ \ Merge pull request #8830 from vjpai/its_compatGravatar Vijay Pai2017-01-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C++11: Support compat with 1.0.x generated PB files
| | | | | | | * \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flagsGravatar ncteisen2017-01-19
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| | | | * | | | | | | Expect INTERNAL in Python negative interop clientGravatar ncteisen2017-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test now expects to receive StatusCode.INTERNAL when it receives a RST_STREAM from the server in order to comply with https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md Also added wait for ready behavior on the client channel.
* | | | | | | | | | | Merge pull request #9400 from markdroth/c++_max_message_size_methodsGravatar Mark D. Roth2017-01-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add ChannelArguments methods for setting max send/recv message size.
| | | | | | * | | | | | Stop generating method name array when there is no method.Gravatar yang-g2017-01-19
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into its_compatGravatar Vijay Pai2017-01-19
| | |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #9397 from jtattermusch/fix_win_protoc_artifactGravatar Jan Tattermusch2017-01-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix building protoc artifacts on windows
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9382 from jtattermusch/enable_cmake_testsGravatar Jan Tattermusch2017-01-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | CMake: Enable building of test targets
| | | * | | | | | | | | | Add ChannelArguments methods for setting max send/recv message size.Gravatar Mark D. Roth2017-01-19
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9373 from apolcyn/fix_ruby_artifacts_pathGravatar apolcyn2017-01-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | update path to build_artifacts_ruby.sh in jenkins script
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9181 from daniel-j-born/resource_quotaGravatar Craig Tiller2017-01-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Method to expose the resource quota of a resource user
| | | | * | | | | | | | | | | fix building protoc artifacts on windowsGravatar Jan Tattermusch2017-01-19
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | regenerateGravatar Jan Tattermusch2017-01-19
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | gflags library target renamed in v2.2.0Gravatar Jan Tattermusch2017-01-19
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | upgrade third_party/gflags to v2.2.0Gravatar Jan Tattermusch2017-01-19
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | enable building of tests with cmakeGravatar Jan Tattermusch2017-01-19
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9358 from jtattermusch/mingw_docsGravatar Jan Tattermusch2017-01-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs on windows build
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9361 from jtattermusch/cmake_protobufGravatar Jan Tattermusch2017-01-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | CMake: Support generating from .proto files
| | * | | | | | | | | | | | fix sanityGravatar Jan Tattermusch2017-01-19
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Delete generate_projects-old.shGravatar Jan Tattermusch2017-01-19
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Delete generate_debug_projects.shGravatar Jan Tattermusch2017-01-19
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Improve docs on windows buildingGravatar Jan Tattermusch2017-01-19
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| | | | | | | | | * | | | Simplify cpp stress flagsGravatar ncteisen2017-01-18
| | | | | | | | | | | | |