murgatroid99
|
0c73a1ad8e
|
Clang format
|
8 years ago |
murgatroid99
|
1191b7202d
|
Improve Node and libuv testing and test coverage
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
|
8 years ago |
Michael Lumish
|
fa301e3674
|
Merge pull request #9613 from murgatroid99/node_disable_libuv_core
Disable libuv core changes in Node library and bump version number
|
8 years ago |
Nathaniel Manista
|
d63d29330d
|
Merge pull request #9625 from nathanielmanistaatgoogle/user-agent
User-Agent "Python-gRPC-" → "grpc-python/".
|
8 years ago |
murgatroid99
|
ae998a37a2
|
Regenerate projects
|
8 years ago |
murgatroid99
|
3cf86542d3
|
Merge remote-tracking branch 'upstream/v1.1.x' into node_disable_libuv_core
|
8 years ago |
Nathaniel Manista
|
9e61e08065
|
User-Agent "Python-gRPC-" → "grpc-python/"
This brings gRPC Python into conformance with the recommendation in
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md.
|
8 years ago |
Michael Lumish
|
fe6b328a1b
|
Node: refactor non-uv completion queue wrapping code
|
8 years ago |
Muxi Yan
|
5b3f341e2e
|
Merge pull request #9480 from muxi/automate-objc-version-advancement-v1.1.x
Backport #9479: Automatedly advance ObjC version numbers
|
8 years ago |
murgatroid99
|
2b3e12ceee
|
Update version to 1.1.2
|
8 years ago |
murgatroid99
|
6f62c0adca
|
Disable libuv core changes in Node library
|
8 years ago |
kpayson64
|
b45791d462
|
Merge pull request #9600 from kpayson64/pin_yapf_1.1.x
Pin yapf for v1.1.x
|
8 years ago |
Muxi Yan
|
703d368794
|
Merge remote-tracking branch 'upstream/v1.1.x' into automate-objc-version-advancement-v1.1.x
|
8 years ago |
Ken Payson
|
0f5e3a87c2
|
Ran Yapf code, pinned version
|
8 years ago |
Muxi Yan
|
f24eae2d62
|
Correct commet style of version.h
|
8 years ago |
Muxi Yan
|
9ca1ee0090
|
Add regeneration info to version.h
|
8 years ago |
apolcyn
|
7c54d2929c
|
Merge pull request #9553 from apolcyn/fix_ruby_mac_build
ruby bundle install work around to build packages on mac
|
8 years ago |
Michael Lumish
|
f35c449239
|
Merge pull request #9567 from murgatroid99/node_serialization_error_handling_fix
Node: fix handling/propagation of server-side serialization errors
|
8 years ago |
Alexander Polcyn
|
6af442750a
|
remove -Werror compiler option in ruby Makefile to build on mac in opt configuration
|
8 years ago |
Alexander Polcyn
|
7f43bb25de
|
clean up bundle install wrapper and set SYSTEM within it
|
8 years ago |
murgatroid99
|
98673fa349
|
Node: fix handling/propagation of server-side serialization errors
|
8 years ago |
Alexander Polcyn
|
370e57a228
|
update dependency in template
|
8 years ago |
Alexander Polcyn
|
b7dce2dbc9
|
wrap all bundle install commands outside docker with check for mac workaround
|
8 years ago |
Alexander Polcyn
|
b39eb5302d
|
also pick up latest version of google-protobuf
|
8 years ago |
Alexander Polcyn
|
513e6b8599
|
ruby bundle install work around to build packages on mac
|
8 years ago |
Nicolas Noble
|
bb3edafea2
|
Merge pull request #9537 from nicolasnoble/ruby-fix-ldlibs
Ruby windows build fix.
|
8 years ago |
Nicolas "Pixel" Noble
|
a9fb111323
|
Ruby sucks.
|
8 years ago |
Michael Lumish
|
0e8763ffb1
|
Merge pull request #9533 from murgatroid99/version_1.1.1_bump
Bump version to 1.1.1
|
8 years ago |
Nicolas "Pixel" Noble
|
8087d70c4e
|
Ruby windows fix - LDLIBS always belongs last, for link order reasons.
|
8 years ago |
Michael Lumish
|
9bbc23cb62
|
Merge pull request #9506 from murgatroid99/uv_tcp_header_fix_backport
Backport "Add missing header include in tcp_uv.c"
|
8 years ago |
Michael Lumish
|
693a910e57
|
Merge pull request #9525 from murgatroid99/uv_tcp_connection_fix
Fix bugs in UV DNS resolver implementation
|
8 years ago |
Michael Lumish
|
be579b5608
|
Merge pull request #9527 from murgatroid99/yapf_code
Run yapf_code on v1.1.x
|
8 years ago |
murgatroid99
|
e15b5a42af
|
Bump version to 1.1.1
|
8 years ago |
Michael Lumish
|
de3ed4c670
|
Merge pull request #9516 from murgatroid99/node_addservice_argument_validation
Node: Validate arguments to addService, fix a couple of minor issues
|
8 years ago |
murgatroid99
|
ba7c059c64
|
Run yapf_code on v1.1.x
|
8 years ago |
murgatroid99
|
c4ed3b91da
|
Fix bugs in UV DNS resolver implementation
|
8 years ago |
murgatroid99
|
c73089643e
|
Add tcp_client_uv tracing
|
8 years ago |
murgatroid99
|
a171538b92
|
Node: Validate arguments to addService, fix a couple of minor issues
|
8 years ago |
Nicolas Noble
|
87b8195eba
|
Merge pull request #9514 from muxi/advance-objc-version-1.1.0
Advance objc version to v1.1.0
|
8 years ago |
Nicolas Noble
|
64d5c2301a
|
Merge pull request #9512 from nicolasnoble/version-1.1.0
Flagging version 1.1.0.
|
8 years ago |
Nicolas "Pixel" Noble
|
4dcb7862bf
|
Flagging version 1.1.0.
|
8 years ago |
Nicolas Noble
|
93934f83fa
|
Merge pull request #9507 from nicolasnoble/ruby_2.4.0
Ruby 2.4.0 support.
|
8 years ago |
Muxi Yan
|
d7bd8ad6c0
|
Merge pull request #9505 from muxi/fix-grpc-v1.1.0-pre1-release
Fixes for gRPC ObjC v1.1.0 release
|
8 years ago |
Muxi Yan
|
0aace0778c
|
Advance objc version to v1.1.0
|
8 years ago |
Muxi Yan
|
8c6d754a96
|
Update protoc dependency version in template
|
8 years ago |
Muxi Yan
|
820802b8dc
|
Merge remote-tracking branch 'upstream/v1.1.x' into automate-objc-version-advancement-v1.1.x
|
8 years ago |
Alexander Polcyn
|
299fa6ee02
|
revert update of rake-compiler for lack of effect
|
8 years ago |
Alexander Polcyn
|
a1fa5a3381
|
fix missing static ruby lib on 2.4.0
|
8 years ago |
Nicolas "Pixel" Noble
|
b230ba870e
|
Add ruby 2.4.0 targets to Rakefile.
|
8 years ago |
Alexander Polcyn
|
1b587f1705
|
update rake-compiler Dockerfile to build for ruby 2.4.0
|
8 years ago |