Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 #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 |
| | | | |||
| * | | wrap all bundle install commands outside docker with check for mac workaround | Alexander Polcyn | 2017-02-02 |
| | | | |||
| * | | also pick up latest version of google-protobuf | Alexander Polcyn | 2017-02-02 |
| | | | |||
| * | | ruby bundle install work around to build packages on mac | Alexander Polcyn | 2017-02-01 |
| | | | |||
* | | | Merge pull request #9537 from nicolasnoble/ruby-fix-ldlibs | Nicolas Noble | 2017-02-01 |
|\ \ \ | | | | | | | | | Ruby windows build fix. | ||
| * | | | Ruby sucks. | Nicolas "Pixel" Noble | 2017-02-01 |
| | | | | |||
* | | | | Merge pull request #9533 from murgatroid99/version_1.1.1_bump | Michael Lumish | 2017-02-01 |
|\ \ \ \ | | | | | | | | | | | Bump version to 1.1.1 | ||
| | * | | | Ruby windows fix - LDLIBS always belongs last, for link order reasons. | Nicolas "Pixel" Noble | 2017-02-01 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #9506 from murgatroid99/uv_tcp_header_fix_backport | Michael Lumish | 2017-01-31 |
|\ \ \ \ | | | | | | | | | | | Backport "Add missing header include in tcp_uv.c" | ||
* \ \ \ \ | Merge pull request #9525 from murgatroid99/uv_tcp_connection_fix | Michael Lumish | 2017-01-31 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix bugs in UV DNS resolver implementation | ||
* \ \ \ \ \ | Merge pull request #9527 from murgatroid99/yapf_code | Michael Lumish | 2017-01-31 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Run yapf_code on v1.1.x | ||
| | | | * | | Bump version to 1.1.1 | murgatroid99 | 2017-01-31 |
| |_|_|/ / |/| | | | | |||
* | | | | | Merge pull request #9516 from murgatroid99/node_addservice_argument_validation | Michael Lumish | 2017-01-31 |
|\ \ \ \ \ | | | | | | | | | | | | | Node: Validate arguments to addService, fix a couple of minor issues | ||
| | * | | | | Run yapf_code on v1.1.x | murgatroid99 | 2017-01-31 |
| |/ / / / |/| | | | | |||
| | * | | | Fix bugs in UV DNS resolver implementation | murgatroid99 | 2017-01-31 |
| | | | | | |||
| | * | | | Add tcp_client_uv tracing | murgatroid99 | 2017-01-31 |
| |/ / / |/| | | | |||
| * | | | Node: Validate arguments to addService, fix a couple of minor issues | murgatroid99 | 2017-01-30 |
|/ / / | |||
* | | | Merge pull request #9514 from muxi/advance-objc-version-1.1.0 | Nicolas Noble | 2017-01-30 |
|\ \ \ | | | | | | | | | Advance objc version to v1.1.0 | ||
* \ \ \ | Merge pull request #9512 from nicolasnoble/version-1.1.0 | Nicolas Noble | 2017-01-30 |
|\ \ \ \ | | | | | | | | | | | Flagging version 1.1.0. | ||
| * | | | | Flagging version 1.1.0. | Nicolas "Pixel" Noble | 2017-01-30 |
|/ / / / | |||
* | | | | Merge pull request #9507 from nicolasnoble/ruby_2.4.0 | Nicolas Noble | 2017-01-30 |
|\ \ \ \ | | | | | | | | | | | Ruby 2.4.0 support. | ||
* \ \ \ \ | Merge pull request #9505 from muxi/fix-grpc-v1.1.0-pre1-release | Muxi Yan | 2017-01-30 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes for gRPC ObjC v1.1.0 release | ||
| | | * | | | Advance objc version to v1.1.0 | Muxi Yan | 2017-01-30 |
| |_|/ / / |/| | | | | |||
| | | | * | Update protoc dependency version in template | Muxi Yan | 2017-01-30 |
| | | | | | |||
| | | | * | Merge remote-tracking branch 'upstream/v1.1.x' into ↵ | Muxi Yan | 2017-01-30 |
| | | | |\ | | | | | | | | | | | | | | | | | | | automate-objc-version-advancement-v1.1.x | ||
| | * | | | | revert update of rake-compiler for lack of effect | Alexander Polcyn | 2017-01-30 |
| | | | | | | |||
| | * | | | | fix missing static ruby lib on 2.4.0 | Alexander Polcyn | 2017-01-30 |
| | | | | | | |||
| | * | | | | Add ruby 2.4.0 targets to Rakefile. | Nicolas "Pixel" Noble | 2017-01-30 |
| | | | | | |