Craig Tiller
681a291d12
Extend comment
9 years ago
murgatroid99
00a3dab83a
Short-circuit shutdown when it is already published (core)
9 years ago
murgatroid99
8a2ab3b249
Removed errant NULL setting
9 years ago
Craig Tiller
9374ce819b
Add comments, fix a subtle bug
9 years ago
Craig Tiller
b815fb234f
Zero out reserved field in node
9 years ago
Mikołaj Siedlarek
c3134bc955
Allow customization of thread pool size in Python.
9 years ago
Jan Tattermusch
e396b8dbea
add method info to auth interceptor
9 years ago
Jan Tattermusch
e7178527ff
fix comment
9 years ago
Jan Tattermusch
9e14414415
refactor auth interceptors
9 years ago
Jan Tattermusch
2250454721
forgot to expose status and trailers for unary call
9 years ago
murgatroid99
cb951f6c57
Split server shutdown into tryShutdown and forceShutdown
9 years ago
Jan Tattermusch
9876077fde
disable grpc_zookeeper target on windows
9 years ago
Craig Tiller
376076b34e
Fix TSAN reported race
9 years ago
Tim Emiola
27ccd197c4
Corrects logconfig from #2956
9 years ago
Craig Tiller
f900fb84b2
Fix build breakage
9 years ago
Craig Tiller
8f615526a3
Add missing file
9 years ago
Craig Tiller
e50e5cbde2
Add a timeout to shutdown to forcefully end calls
9 years ago
Craig Tiller
4275899297
Sprinkle reserved = NULL around
9 years ago
Craig Tiller
9928d39f4d
Add some reserved checks that need to be present
9 years ago
Craig Tiller
d6c98df792
clang-format all source
9 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 ).
9 years ago
yang-g
c31cd86a74
Let lame_client accept error status
9 years ago
Craig Tiller
629c6f534f
Re-add accidentally deleted code
9 years ago
David G. Quintas
d0efbdbcf7
Update subchannel.h
9 years ago
David G. Quintas
eb12fbdaee
docstrings for gprc_subchannel_{add,del}_interested_party
9 years ago
Stanley Cheung
fea1f68f7e
php: fixed constant typo
9 years ago
murgatroid99
14733bde54
Only use encoding for write flags if it is numeric
9 years ago
murgatroid99
4a1474f12f
Moved write flag constants to base module
9 years ago
murgatroid99
aac8f141cb
Made deadline tests accept INTERNAL status
9 years ago
Julien Boeuf
bc265583d6
Addressing comments. Thanks Yang!
9 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.
9 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
9 years ago
murgatroid99
28c37b8856
Added an inline C++ function to replace a deprecated nan function
9 years ago
Tim Emiola
ac1a8d340a
Adds a test for ruby code generation.
9 years ago
Tim Emiola
19e436dac4
Removes the dependency on Minitest
...
- replaces it with a simple assertion function
9 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
9 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
9 years ago
Jan Tattermusch
c7cfe9d35b
Fix version of Google.Apis.Auth required by Grpc.Auth nuget.
9 years ago
Hongyu Chen
58c927cede
Make census_filter more of a noop.
9 years ago
Julien Boeuf
8da211f638
Forgot to commit this file...
9 years ago
murgatroid99
2cc1ed94ab
Fixed typo in argument error message
9 years ago
Julien Boeuf
bf25bb01bb
Few improvements:
...
- Guarantee the lifetime of objects passed to the processor.
- Add an option for implementers of the processor to make it
non-blocking.
9 years ago
Tim Emiola
a5d39f7e78
Merges timeout interop test change
9 years ago
murgatroid99
bc15a78a53
Replaced remaining references to 'listen' with 'start'
9 years ago
vjpai
1c9ba198c3
Make comment look finished
9 years ago
murgatroid99
0b09457350
Made deadline tests work
9 years ago
Tim Emiola
975d0cb02e
Add a health checker service implementation.
...
- adds the code-generated health service classes to the pb along with
a README explaining how to regenerate the generated code
- adds an implementation of the Health Checker Service along with unit
tests and an integration test
Also:
- adds a pb folder
: in a follow-up PR, all ruby pbs + generated code will be moved to it
9 years ago
murgatroid99
99e2104758
Add parent call propagation API to Node library
9 years ago
Vijay Pai
8fe60a87ea
Use emplace_back properly and when appropriate, considering limitations
...
of gcc4.4
9 years ago
Jan Tattermusch
205e6c80c5
dont generate directories in C# protoc plugin
9 years ago