aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Using "/usr/bin/env python" in run_tests.pyGravatar Tsuyoshi Ozawa2017-01-20
|
* Merge pull request #9348 from ncteisen/python_negative_http2_fixGravatar Noah Eisen2017-01-19
|\ | | | | Change expected error code in Python negative interop client
* \ Merge pull request #9410 from nathanielmanistaatgoogle/issue-7971Gravatar Nathaniel Manista2017-01-19
|\ \ | | | | | | Doc string fix and tweaks.
| * | 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
| | | | * 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.
| | * \ \ \ 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
| |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
| | | | | | | | | | | | |
| | | | | | | | | | | | * pyformat_code.sh → yapf_code.shGravatar Nathaniel Manista2017-01-17
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been a part of 06dea573daa2175b244a430bb89b49bb5c8e8.
| | * | | | | | | | | | Pass an iterator rather than an iterableGravatar Nathaniel Manista2017-01-17
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been included in dd52a31337616fe935f79debfe5d56c6d73a but was missed because it falsely passes almost all of the time.
* | | | | | | | | | | Merge pull request #9276 from ↵Gravatar Nathaniel Manista2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/remember-the-blue-flowers-they-are-important! Enable yapf (Python formatting).
* | | | | | | | | | | Merge pull request #9318 from markdroth/subchannel_addr_channel_argGravatar Mark D. Roth2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Store subchannel address in a channel arg.
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9350 from stanley-cheung/php-updateGravatar Stanley Cheung2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: Prepare for 1.1.0 release
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9326 from yang-g/licenseGravatar Yang Gao2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add licenses to all BUILD files and missing copyright
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9303 from nicolasnoble/bazel-fixesGravatar Nicolas Noble2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing a few items with the new Bazel BUILD system
| | | | | | | | | | | | | * | Document new function grpc_resource_user_quotaGravatar Dan Born2017-01-17
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #9366 from rjshade/fix_memory_profile_flakesGravatar Craig Tiller2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force client to wait for server to start in memory_usage test
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9064 from ↵Gravatar Mark D. Roth2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup Revert "Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""""