Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Using "/usr/bin/env python" in run_tests.py | Tsuyoshi Ozawa | 2017-01-20 |
| | |||
* | Merge pull request #9348 from ncteisen/python_negative_http2_fix | Noah Eisen | 2017-01-19 |
|\ | | | | | Change expected error code in Python negative interop client | ||
* \ | Merge pull request #9410 from nathanielmanistaatgoogle/issue-7971 | Nathaniel Manista | 2017-01-19 |
|\ \ | | | | | | | Doc string fix and tweaks. | ||
| * | | Doc string fix and tweaks | Nathaniel Manista | 2017-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.sh | Nathaniel Manista | 2017-01-19 |
|\ \ \ | | | | | | | | | pyformat_code.sh → yapf_code.sh. | ||
* \ \ \ | Merge pull request #8830 from vjpai/its_compat | Vijay Pai | 2017-01-19 |
|\ \ \ \ | | | | | | | | | | | C++11: Support compat with 1.0.x generated PB files | ||
| | | | * | Expect INTERNAL in Python negative interop client | ncteisen | 2017-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_methods | Mark D. Roth | 2017-01-19 |
|\ \ \ \ \ | | | | | | | | | | | | | Add ChannelArguments methods for setting max send/recv message size. | ||
| | * \ \ \ | Merge branch 'master' into its_compat | Vijay Pai | 2017-01-19 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
* | | | | | | Merge pull request #9397 from jtattermusch/fix_win_protoc_artifact | Jan Tattermusch | 2017-01-19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix building protoc artifacts on windows | ||
* \ \ \ \ \ \ | Merge pull request #9382 from jtattermusch/enable_cmake_tests | Jan Tattermusch | 2017-01-19 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | CMake: Enable building of test targets | ||
| | | * | | | | | Add ChannelArguments methods for setting max send/recv message size. | Mark D. Roth | 2017-01-19 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #9373 from apolcyn/fix_ruby_artifacts_path | apolcyn | 2017-01-19 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | update path to build_artifacts_ruby.sh in jenkins script | ||
* \ \ \ \ \ \ \ \ | Merge pull request #9181 from daniel-j-born/resource_quota | Craig Tiller | 2017-01-19 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Method to expose the resource quota of a resource user | ||
| | | | * | | | | | | fix building protoc artifacts on windows | Jan Tattermusch | 2017-01-19 |
| |_|_|/ / / / / / |/| | | | | | | | | |||
| | | * | | | | | | regenerate | Jan Tattermusch | 2017-01-19 |
| | | | | | | | | | |||
| | | * | | | | | | gflags library target renamed in v2.2.0 | Jan Tattermusch | 2017-01-19 |
| | | | | | | | | | |||
| | | * | | | | | | upgrade third_party/gflags to v2.2.0 | Jan Tattermusch | 2017-01-19 |
| | | | | | | | | | |||
| | | * | | | | | | enable building of tests with cmake | Jan Tattermusch | 2017-01-19 |
| |_|/ / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #9358 from jtattermusch/mingw_docs | Jan Tattermusch | 2017-01-19 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update docs on windows build | ||
* \ \ \ \ \ \ \ \ | Merge pull request #9361 from jtattermusch/cmake_protobuf | Jan Tattermusch | 2017-01-19 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | CMake: Support generating from .proto files | ||
| | * | | | | | | | fix sanity | Jan Tattermusch | 2017-01-19 |
| | | | | | | | | | |||
| | * | | | | | | | Delete generate_projects-old.sh | Jan Tattermusch | 2017-01-19 |
| | | | | | | | | | |||
| | * | | | | | | | Delete generate_debug_projects.sh | Jan Tattermusch | 2017-01-19 |
| | | | | | | | | | |||
| | * | | | | | | | Improve docs on windows building | Jan Tattermusch | 2017-01-19 |
| |/ / / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #9389 from y-zeng/registry_comments | Yuchen Zeng | 2017-01-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Document new args in grpc_resolver_create | ||
| * | | | | | | | | Document new args in grpc_resolver_create | Yuchen Zeng | 2017-01-18 |
| | |_|_|/ / / / | |/| | | | | | | |||
* | | | | | | | | Merge pull request #9339 from makdharma/dockerfile | makdharma | 2017-01-18 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | dockerfile update for http2_badserver_interop | ||
* | | | | | | | | Merge pull request #9106 from markdroth/service_config_doc | Mark D. Roth | 2017-01-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add service config doc. Update naming and grpclb docs. | ||
* \ \ \ \ \ \ \ \ | Merge pull request #9290 from adelez/insecure_tests2 | adelez | 2017-01-18 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | Added a flag to test insecure tests. | ||
| | * | | | | | | | Attempt to fix formatting. | Mark D. Roth | 2017-01-18 |
| | | | | | | | | | |||
| | * | | | | | | | Code review changes and other improvements. | Mark D. Roth | 2017-01-18 |
| | | | | | | | | | |||
| | | | | | * | | | update path to build_artifacts_ruby.sh in jenkins script | Alexander Polcyn | 2017-01-18 |
| |_|_|_|_|/ / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #8957 from murgatroid99/makefile_ruby_version_fixes | Michael Lumish | 2017-01-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix Ruby compilation problems on MinGW | ||
* \ \ \ \ \ \ \ \ | Merge pull request #8778 from muxi/advance-cronet-version | Muxi Yan | 2017-01-18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update CronetFramework version number to 0.0.4 | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #8684 from gcasto/change_cronet_interface | Muxi Yan | 2017-01-18 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Change cronet interface | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #9310 from nathanielmanistaatgoogle/iterator | Nathaniel Manista | 2017-01-17 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Pass an iterator rather than an iterable in _not_found_test. | ||
| | | | * | | | | | | | | Fixed sanity errors | murgatroid99 | 2017-01-17 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists | apolcyn | 2017-01-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't configure core lists in in benchmark driver | ||
| | | | | | * | | | | | | | merge | Adele Zhou | 2017-01-17 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | pyformat_code.sh → yapf_code.sh | Nathaniel Manista | 2017-01-17 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been a part of 06dea573daa2175b244a430bb89b49bb5c8e8. | ||
| | * | | | | | | | | | | Pass an iterator rather than an iterable | Nathaniel Manista | 2017-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 ↵ | Nathaniel Manista | 2017-01-17 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/remember-the-blue-flowers-they-are-important! Enable yapf (Python formatting). | ||
* | | | | | | | | | | | Merge pull request #9318 from markdroth/subchannel_addr_channel_arg | Mark D. Roth | 2017-01-17 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Store subchannel address in a channel arg. | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #9350 from stanley-cheung/php-update | Stanley Cheung | 2017-01-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: Prepare for 1.1.0 release | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #9326 from yang-g/license | Yang Gao | 2017-01-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add licenses to all BUILD files and missing copyright | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #9303 from nicolasnoble/bazel-fixes | Nicolas Noble | 2017-01-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing a few items with the new Bazel BUILD system | ||
| | | | | | | | | | | | | * | | Document new function grpc_resource_user_quota | Dan Born | 2017-01-17 |
| | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | Merge pull request #9366 from rjshade/fix_memory_profile_flakes | Craig Tiller | 2017-01-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force client to wait for server to start in memory_usage test | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #9064 from ↵ | Mark D. Roth | 2017-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"""" |