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
Mark D. Roth
4d2ea02129
Revert "Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""""
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
Craig Tiller
9e78d69faf
Start converting php
8 years ago
Craig Tiller
3ba16e4f05
Fix bug whereby errors on a call do not lead to cancellation
8 years ago
kpayson64
a44d3145c9
Allow handlers to hint at the services they export
8 years ago
Craig Tiller
78bc54e7d9
Fix stack corruption
8 years ago
Craig Tiller
f658bf0e1b
Start resolving memory issues in C++ metadata
8 years ago
Mark D. Roth
eed3815e9e
Pass ownership of grpc_tcp_server_acceptor to connector.
8 years ago
Sree Kuchibhotla
e6f516ecc9
Remove PO_DEBUG from build.yaml and move it to ev_epoll_linux.c
8 years ago
Ken Payson
83decd64e0
Revert "Add configurable exit grace periods and shutdown handlers"
...
This reverts commit 3045a379aa
.
8 years ago