aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #9414 from jboeuf/fix_alpn_msanGravatar Nicolas Noble2017-01-20
|\ | | | | Fixing msan issue in client_ssl.c
* \ 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 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 #9410 from nathanielmanistaatgoogle/issue-7971Gravatar Nathaniel Manista2017-01-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Doc string fix and tweaks.
| | | | | * | 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
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #9389 from y-zeng/registry_commentsGravatar Yuchen Zeng2017-01-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document new args in grpc_resolver_create
| * | | | | | | | | | | Document new args in grpc_resolver_createGravatar Yuchen Zeng2017-01-18
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #9339 from makdharma/dockerfileGravatar makdharma2017-01-18
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | dockerfile update for http2_badserver_interop
* | | | | | | | | | | Merge pull request #9106 from markdroth/service_config_docGravatar Mark D. Roth2017-01-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add service config doc. Update naming and grpclb docs.
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9290 from adelez/insecure_tests2Gravatar adelez2017-01-18
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Added a flag to test insecure tests.
| | * | | | | | | | | | Attempt to fix formatting.Gravatar Mark D. Roth2017-01-18
| | | | | | | | | | | |
| | * | | | | | | | | | Code review changes and other improvements.Gravatar Mark D. Roth2017-01-18
| | | | | | | | | | | |
| | | | | | * | | | | | update path to build_artifacts_ruby.sh in jenkins scriptGravatar Alexander Polcyn2017-01-18
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #8957 from murgatroid99/makefile_ruby_version_fixesGravatar Michael Lumish2017-01-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Ruby compilation problems on MinGW
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8778 from muxi/advance-cronet-versionGravatar Muxi Yan2017-01-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Update CronetFramework version number to 0.0.4
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8684 from gcasto/change_cronet_interfaceGravatar Muxi Yan2017-01-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change cronet interface
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9310 from nathanielmanistaatgoogle/iteratorGravatar Nathaniel Manista2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass an iterator rather than an iterable in _not_found_test.
| | | | * | | | | | | | | | | Fixed sanity errorsGravatar murgatroid992017-01-17
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #9322 from apolcyn/deprecate_benchmark_core_listsGravatar apolcyn2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | Don't configure core lists in in benchmark driver
| | | | | | * | | | | | | | | mergeGravatar Adele Zhou2017-01-17
| | | | | | | | | | | | | | |