Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Limit the gem native build resources | J. Martin | 2017-03-02 |
| | | | | | | | When building the native extension make -j can absorb all available resources on a system. Implement "reasonable" limits on the number of compiling jobs when the number of processors can be detected and use a conservative count when ruby version does not provide detection. | ||
* | Merge pull request #9946 from muxi/advance-v1.1.4 | Muxi Yan | 2017-03-02 |
|\ | | | | | Advance grpc version to v1.1.4 | ||
| * | Boost grpc version to v1.1.4 | Muxi Yan | 2017-03-01 |
|/ | |||
* | Merge pull request #9920 from muxi/backport-9893 | Muxi Yan | 2017-03-01 |
|\ | | | | | Backport #9893: Relieve ios deployment version from 7.1 to 7.0 | ||
| * | Relieve ios deployment version to 7.0 | Muxi Yan | 2017-02-28 |
|/ | |||
* | Merge pull request #9886 from jtattermusch/latest_release_dashboard | Jan Tattermusch | 2017-02-28 |
|\ | | | | | Add script for running "latest released" benchmarks | ||
* \ | Merge pull request #9839 from y-zeng/1_1_x_address_arg_fix | Yuchen Zeng | 2017-02-27 |
|\ \ | | | | | | | Preserve ipv6 scope id in grpc_channel_args | ||
| | * | add script for running "latest released" benchmarks | Jan Tattermusch | 2017-02-27 |
| |/ |/| | |||
* | | Merge pull request #9856 from kpayson64/bump_v1_1_3 | kpayson64 | 2017-02-23 |
|\ \ | | | | | | | Bump version to v1.1.3 | ||
| * | | Bump version to v1.1.3 | Ken Payson | 2017-02-23 |
|/ / | |||
* | | Merge pull request #9787 from kpayson64/build_python_36 | kpayson64 | 2017-02-22 |
|\ \ | | | | | | | Add Python3.6 to build artifacts | ||
* \ \ | Merge pull request #9766 from murgatroid99/node_uv_testing | Michael Lumish | 2017-02-22 |
|\ \ \ | | | | | | | | | Improve Node and libuv testing and test coverage | ||
| | * | | Add Python3.6 to build artifacts | Ken Payson | 2017-02-22 |
| | | | | |||
| | | * | Use the internal slice api | Yuchen Zeng | 2017-02-22 |
| | | | | | | | | | | | | | | | | Address review comments | ||
| | | * | Add parse_address_test | Yuchen Zeng | 2017-02-22 |
| | | | | |||
| | | * | Enclose sin6_scope_id in uri | Yuchen Zeng | 2017-02-22 |
| |_|/ |/| | | |||
| * | | Fix segfault in Node server destructor | murgatroid99 | 2017-02-22 |
| | | | |||
| * | | Generalize build_node.bat argument propagation | murgatroid99 | 2017-02-21 |
| | | | |||
| * | | Minor fixes to tests | murgatroid99 | 2017-02-21 |
| | | | |||
| * | | Clang format | murgatroid99 | 2017-02-17 |
| | | | |||
| * | | Improve Node and libuv testing and test coverage | murgatroid99 | 2017-02-17 |
| | | | | | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv | ||
* | | | Merge pull request #9672 from kpayson64/v1_1_x_cherrypick | kpayson64 | 2017-02-10 |
|\ \ \ | | | | | | | | | Use unique namespace for each python protoc test | ||
| * | | | Use unique namespace for each python protoc test | Ken Payson | 2017-02-10 |
| | |/ | |/| | | | | | | | | | | Using the same namespace results in errors when using the c-extension version of protobuf due to name collisions | ||
* | | | Merge pull request #9640 from jtattermusch/csharp_readme_update | Jan Tattermusch | 2017-02-10 |
|\ \ \ | | | | | | | | | C# Readme improvements | ||
| * | | | remove an extra blank line | Jan Tattermusch | 2017-02-10 |
| | | | | |||
* | | | | Merge pull request #9654 from apolcyn/fix_ruby_mac_package_builds | apolcyn | 2017-02-09 |
|\ \ \ \ | | | | | | | | | | | ruby mac build environment updates | ||
| * | | | | build fixes for ruby on mac | Alexander Polcyn | 2017-02-09 |
|/ / / / | |||
* | | | | Merge pull request #9639 from apolcyn/add_ruby_example_without_protobuf | apolcyn | 2017-02-08 |
|\ \ \ \ | |_|_|/ |/| | | | add ruby example that doesn't use protobuf | ||
| | * | | Update README.md | Jan Tattermusch | 2017-02-08 |
| |/ / |/| | | |||
| * | | add ruby example that doesn't use protobuf | Alexander Polcyn | 2017-02-08 |
| | | | |||
* | | | Merge pull request #9613 from murgatroid99/node_disable_libuv_core | Michael Lumish | 2017-02-07 |
|\ \ \ | | | | | | | | | Disable libuv core changes in Node library and bump version number | ||
* \ \ \ | Merge pull request #9625 from nathanielmanistaatgoogle/user-agent | Nathaniel Manista | 2017-02-07 |
|\ \ \ \ | | | | | | | | | | | User-Agent "Python-gRPC-" → "grpc-python/". | ||
| | * | | | Regenerate projects | murgatroid99 | 2017-02-07 |
| | | | | | |||
| | * | | | Merge remote-tracking branch 'upstream/v1.1.x' into node_disable_libuv_core | murgatroid99 | 2017-02-07 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| * | | | | User-Agent "Python-gRPC-" → "grpc-python/" | Nathaniel Manista | 2017-02-07 |
|/ / / / | | | | | | | | | | | | | | | | | This brings gRPC Python into conformance with the recommendation in https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md. | ||
| * | | | Node: refactor non-uv completion queue wrapping code | Michael Lumish | 2017-02-07 |
| | | | | |||
* | | | | Merge pull request #9480 from muxi/automate-objc-version-advancement-v1.1.x | Muxi Yan | 2017-02-06 |
|\ \ \ \ | | | | | | | | | | | Backport #9479: Automatedly advance ObjC version numbers | ||
| | * | | | Update version to 1.1.2 | murgatroid99 | 2017-02-06 |
| | | | | | |||
| | * | | | Disable libuv core changes in Node library | murgatroid99 | 2017-02-06 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #9600 from kpayson64/pin_yapf_1.1.x | kpayson64 | 2017-02-06 |
|\ \ \ \ | | | | | | | | | | | Pin yapf for v1.1.x | ||
| | * \ \ | Merge remote-tracking branch 'upstream/v1.1.x' into ↵ | Muxi Yan | 2017-02-06 |
| | |\ \ \ | |_|/ / / |/| | | | | | | | | | automate-objc-version-advancement-v1.1.x | ||
| * | | | | Ran Yapf code, pinned version | Ken Payson | 2017-02-06 |
| | |_|/ | |/| | | |||
| | * | | Correct commet style of version.h | Muxi Yan | 2017-02-04 |
| | | | | |||
| | * | | Add regeneration info to version.h | Muxi Yan | 2017-02-03 |
| | | | | |||
* | | | | Merge pull request #9553 from apolcyn/fix_ruby_mac_build | apolcyn | 2017-02-03 |
|\ \ \ \ | | | | | | | | | | | ruby bundle install work around to build packages on mac | ||
* \ \ \ \ | Merge pull request #9567 from murgatroid99/node_serialization_error_handling_fix | Michael Lumish | 2017-02-03 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Node: fix handling/propagation of server-side serialization errors | ||
| | * | | | remove -Werror compiler option in ruby Makefile to build on mac in opt ↵ | Alexander Polcyn | 2017-02-02 |
| | | | | | | | | | | | | | | | | | | | | configuration | ||
| | * | | | clean up bundle install wrapper and set SYSTEM within it | Alexander Polcyn | 2017-02-02 |
| | | | | | |||
| * | | | | Node: fix handling/propagation of server-side serialization errors | murgatroid99 | 2017-02-02 |
|/ / / / | |||
| * | | | update dependency in template | Alexander Polcyn | 2017-02-02 |
| | | | |