Jan Tattermusch
00f66361b7
Generate param comments in C# proto plugin
8 years ago
Jan Tattermusch
726f40f046
remove leading space in C# comments
8 years ago
Jan Tattermusch
727f887cc2
remove leading space in C# comments
8 years ago
Jan Tattermusch
5b7c5f5216
fix compiler warning in hpack_parser.c
8 years ago
Jan Tattermusch
4038cbff1a
make grpc_csharp_ext compile
8 years ago
Alexander Polcyn
70f4d26e0f
convert char* to grpc_slice in ruby
8 years ago
Nathaniel Manista
1de3914d69
Style fix: pass keyword arguments by keyword
8 years ago
Nathaniel Manista
91764921bc
Use LONG_TIMEOUT for calls that do not time out
8 years ago
murgatroid99
a053f23b1d
Make Node extension work with slice changes
8 years ago
Masood Malekghassemi
e136c1a773
Up-version Python
8 years ago
Masood Malekghassemi
f096f540ee
Recover 'namespace'd Python distribution packages
...
Uses dynamic loading to paper-over the negative effects of losing
namespace packages in the previous commit.
8 years ago
Masood Malekghassemi
53f6d098a7
Recover 'namespace'd Python distribution packages
...
Uses dynamic loading to paper-over the negative effects of losing
namespace packages in the previous commit.
8 years ago
Masood Malekghassemi
7ba3527ffe
Un-namespace Python packages
...
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
8 years ago
Masood Malekghassemi
fb261bf748
Un-namespace Python packages
...
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
8 years ago
Mark D. Roth
42663fb20e
Fix bug.
8 years ago
Mark D. Roth
aa1cd14729
Clean up C++ filter API.
8 years ago
Mark D. Roth
be5e3ca505
Move internal channel arg definitions out of public headers.
8 years ago
Mark D. Roth
201db7d613
Eliminate redundant places where server name was stored.
8 years ago
Mark D. Roth
f75d26925f
Fix grpclb code.
8 years ago
Craig Tiller
30268a99e0
Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""
8 years ago
Craig Tiller
70a85ad617
Revert "Handle (and test) short call deadlines"
8 years ago
Craig Tiller
1a7c57bf6c
Fix merge error
8 years ago
Craig Tiller
58a81ac723
Undo bogus commit
8 years ago
Craig Tiller
69153e020d
Fix memory leak
8 years ago
Nathaniel Manista
e1fd78f110
Drop unnecessary sleep in interop test
8 years ago
Nathaniel Manista
8b223e2986
Correct Python cancel_after_begin interop test
...
It was a mistake that requests might be sent; the test specification
calls for no requests to be sent. It was a mistake that the response
future's cancelled() method was called; the cancelled() method returns
something more like "was this object's cancel() method called earlier?"
than "did the RPC terminate with status code CANCELLED?". Since it's
something that we'd well enough like to work I've retained the
cancelled() call with a different failure message.
8 years ago
Ken Payson
65feb6ae3d
Add ServiceRpcHandler to exported names
8 years ago
Masood Malekghassemi
6ba93f2612
Up-version Python for backports
8 years ago
Nathaniel Manista
b2b6a9eb57
ServicerContext methods doc string fix and tweak
...
ServicerContext.set_code takes a (grpc.)StatusCode, not an integer.
8 years ago
Mark D. Roth
c217e490b1
Add function to create channel arg for client channel factory.
8 years ago
David Garcia Quintas
9460166968
Short deadlines: set Status on deadline
8 years ago
Mark D. Roth
0ee1dbbfa9
Catch the case where we were shutdown after a handoff.
8 years ago
Craig Tiller
b9a5e07373
Continue updating C#
8 years ago
Craig Tiller
1bcdf17c11
Continue updating C#
8 years ago
Craig Tiller
e2e4670e09
Continue updating PHP
8 years ago
Craig Tiller
9e11a98eb4
Continue updating PHP
8 years ago
Craig Tiller
7a454c24d9
Continue updating PHP
8 years ago
Craig Tiller
cdfd15cc1a
Continue updating PHP
8 years ago
Craig Tiller
d2b0014430
Continue updating PHP
8 years ago
Craig Tiller
b4aa70ea94
Offer grpc_slice_to_c_string to simplify some code
8 years ago
Craig Tiller
75f8013ba6
Continue updating PHP
8 years ago
Craig Tiller
a25cbbc885
Convert more of PHP
8 years ago
Craig Tiller
3bfb00486a
Convert more of PHP
8 years ago
Mark D. Roth
96ba68d7cd
Fix more allocation bugs.
8 years ago
Craig Tiller
298d481f1e
clang-format
8 years ago
Craig Tiller
ac6915797d
Fix compilation
8 years ago
Mark D. Roth
6c07bf85a3
Fix allocation bug.
8 years ago
igorpeshansky
e51e72d7c9
Use snake_case names for default rpc method implementations
...
This is what `GRPC::Pool::add_rpc_descs_for` expects.
8 years ago
Jan Tattermusch
c7df4cfd7c
get rid of unused ReleaseSigned config
8 years ago
Alexander Polcyn
fa5e31c6e8
remove ruby thread pool unit test of exception on overload
8 years ago