Vijay Pai
6d8d0144c8
Merge pull request #2975 from dgquintas/no_foreach_44
...
removed foreach loops for gcc 4.4
10 years ago
Craig Tiller
5bcc557258
Merge pull request #2976 from yang-g/only_run_tests_for_those_with_binaries
...
Only run built binaries
10 years ago
Nathaniel Manista
86395e5cb1
Merge pull request #2970 from msiedlarek/customize-pool-size
...
Allow customization of thread pool size in Python.
10 years ago
Mikołaj Siedlarek
c3134bc955
Allow customization of thread pool size in Python.
10 years ago
Yang Gao
3526db5d1c
Merge pull request #2987 from dgquintas/removed_wrong_include_interop
...
Removed function introducing dependency on proto in .h
10 years ago
Nicolas Noble
8e48247ad5
Merge pull request #2986 from jtattermusch/fix_win_build
...
Disable grpc_zookeeper target on windows
10 years ago
David G. Quintas
99e12977e5
Merge pull request #2981 from ctiller/bad-merge
...
Fix build breakage
10 years ago
David Garcia Quintas
81491b6043
Removed function introducing dependency on proto in .h
10 years ago
Jan Tattermusch
9876077fde
disable grpc_zookeeper target on windows
10 years ago
Tim Emiola
0137ae3561
Merge pull request #2958 from murgatroid99/node_deadline_internal
...
Made deadline tests accept INTERNAL status
10 years ago
Craig Tiller
f900fb84b2
Fix build breakage
10 years ago
Craig Tiller
7ff63f6aba
Merge pull request #2979 from yang-g/docs
...
add a README for include/grpc++/impl
10 years ago
yang-g
b9b9d6ee8e
add a README for include/grpc++/impl
10 years ago
yang-g
6c1fdc6c89
Only run built binaries
10 years ago
David Garcia Quintas
2a6427ffdb
removed foreach loops for gcc 4.4
10 years ago
David G. Quintas
4f21d3549c
Merge pull request #2971 from ctiller/wtf-happened-to-our-formatting
...
clang-format all source
10 years ago
Craig Tiller
d6c98df792
clang-format all source
10 years ago
Craig Tiller
bb1c795f99
Merge pull request #2965 from yang-g/lame_client_error_message
...
Let lame_client accept error status
10 years ago
Yang Gao
e4fec620b5
Merge pull request #2603 from dgquintas/compression-interop
...
Updated interop tests with support for compression.
10 years ago
David Garcia Quintas
935c171ee8
Merge branch 'master' of github.com:grpc/grpc into compression-interop
10 years ago
Masood Malekghassemi
3447c08ed1
Merge pull request #2963 from nathanielmanistaatgoogle/base-test-suite
...
A test suite for the RPC Framework base interface
10 years ago
Nathaniel Manista
04b4ca121f
A test suite for the RPC Framework base interface
...
I wasn't able to flesh this out nearly as much as I had wanted to but I
can come back to it after Beta (issue #2959 ).
10 years ago
yang-g
c31cd86a74
Let lame_client accept error status
10 years ago
Michael Lumish
6de6cbf599
Merge pull request #2961 from stanley-cheung/php_waitforready
...
php: fixed constant typo
10 years ago
Craig Tiller
9038579ee1
Merge pull request #2962 from grpc/docs-be-good
...
docstrings for gprc_subchannel_{add,del}_interested_party
10 years ago
David G. Quintas
d0efbdbcf7
Update subchannel.h
10 years ago
David G. Quintas
eb12fbdaee
docstrings for gprc_subchannel_{add,del}_interested_party
10 years ago
Stanley Cheung
fea1f68f7e
php: fixed constant typo
10 years ago
Vijay Pai
2461bf675e
Merge pull request #2907 from yang-g/error_code_conforming
...
return StatusCode::INTERNAL for proto parsing error
10 years ago
Masood Malekghassemi
d6225ee6eb
Merge pull request #2951 from nathanielmanistaatgoogle/base-interface
...
The (new) base interface of RPC Framework
10 years ago
murgatroid99
aac8f141cb
Made deadline tests accept INTERNAL status
10 years ago
Michael Lumish
4e62e83a76
Merge pull request #2956 from tbetbetbe/grpc-ruby-make-logging-gem-a-dev-dependency
...
Remove the runtime dependency on the logging gem.
10 years ago
Nathaniel Manista
9df83ab9e2
The base interface of RPC Framework
...
This is the public API of the old base package of RPC Framework
extracted into a first-class interface and adapted to metadata, status,
and flow control.
10 years ago
Tim Emiola
25f501132b
Remove the runtime dependency on the logging gem.
...
- provides a noop logger unless the user explicit adds a logging method
to the GRPC namespace
10 years ago
Michael Lumish
b7eefcf757
Merge pull request #2954 from tbetbetbe/grpc-ruby-mv-interop-test-to-pb
...
Grpc ruby mv interop test to pb
10 years ago
Tim Emiola
ac1a8d340a
Adds a test for ruby code generation.
10 years ago
Michael Lumish
2194cd8fd4
Merge pull request #2942 from murgatroid99/node_parent_call
...
Add parent call propagation API to Node library
10 years ago
Tim Emiola
19e436dac4
Removes the dependency on Minitest
...
- replaces it with a simple assertion function
10 years ago
Tim Emiola
f4ee961bed
Reorganize interop test files.
...
- moves the client/server behaviour to pb/test
- deprecate current bin/interop/interop_{client,server}.rb
- adds executable endpoints to bin
- grpc_ruby_interop_{client, server}
- these will be added to the ruby bin path when the grpc gem
gem is installed, making them easier to execute
10 years ago
David G. Quintas
1892b787d8
Merge pull request #2939 from vjpai/emplace
...
Use emplace_back properly, considering limitations of gcc 4.4
10 years ago
Tim Emiola
53c85d68f9
Update the generated code for the interop service.
...
- Updates the code generated for the interop service
- Moves the generated interop service/client from bin to pb
Also
- removes an empty file from the health pb directories
10 years ago
Stanley Cheung
d21ce04218
Merge pull request #2949 from grpc/jtattermusch-patch-1
...
Fix version of Google.Apis.Auth required by Grpc.Auth nuget.
10 years ago
Jan Tattermusch
c7cfe9d35b
Fix version of Google.Apis.Auth required by Grpc.Auth nuget.
10 years ago
Jan Tattermusch
723569b260
Merge pull request #2943 from tbetbetbe/grpc-ruby-add-health-check-service
...
Add a health checker service implementation.
10 years ago
Stanley Cheung
3a2b223523
Merge pull request #2944 from murgatroid99/node_server_listen_remnants
...
Replaced remaining references to 'listen' with 'start'
10 years ago
murgatroid99
2cc1ed94ab
Fixed typo in argument error message
10 years ago
Michael Lumish
591c8ee864
Merge pull request #2934 from tbetbetbe/grpc-ruby-add-more-auth-interop-tests
...
Adds the remaining ruby interop tests
10 years ago
Tim Emiola
a5d39f7e78
Merges timeout interop test change
10 years ago
Michael Lumish
6cc1715796
Merge pull request #2937 from tbetbetbe/grpc-ruby-add-timeout-interop-test
...
Grpc ruby add timeout interop test
10 years ago
murgatroid99
bc15a78a53
Replaced remaining references to 'listen' with 'start'
10 years ago