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
Makarand Dharmapurikar
8c57917f56
fixed feedback from review
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
bcd54cdf7d
Fix sockaddr_resolver_test.
8 years ago
Mark D. Roth
be5e3ca505
Move internal channel arg definitions out of public headers.
8 years ago
Mark D. Roth
b14ed413f4
Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup
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
6d379a90af
Merge github.com:grpc/grpc into slice_with_exec_ctx
8 years ago
Craig Tiller
4603a1c7a4
Merge pull request #9062 from grpc/revert-9019-short_deadlines
...
Revert "Handle (and test) short call deadlines"
8 years ago
Craig Tiller
de58cd07b1
Merge pull request #9063 from grpc/revert-8951-revert-8949-revert-8922-slice_cleanup
...
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
b995e8bcda
Merge github.com:grpc/grpc into slice_with_exec_ctx
8 years ago
Jan Tattermusch
b62bffbea5
Merge pull request #9026 from jtattermusch/protobuf_consistent_cmake
...
Make cmake protobuf building consistent with third_party/protobuf
8 years ago
Jan Tattermusch
92f059e692
Merge pull request #9028 from jtattermusch/remove_releasesigned_config
...
Get rid of unused ReleaseSigned config
8 years ago
Craig Tiller
d225241b4a
Merge pull request #9055 from randvis/patch-1
...
Fix the incorrect number of states
8 years ago
Nathaniel Manista
30492b90a3
Merge pull request #9041 from nathanielmanistaatgoogle/servicer_context_doc_strings-v1.0.x
...
ServicerContext methods doc string fix and tweak.
8 years ago
randvis
0a588c6453
Fix the incorrect number of states
...
There're five states: CONNECTING, READY, TRANSIENT_FAILURE, IDLE, SHUTDOWN.
8 years ago
Sree Kuchibhotla
e33daabb88
Merge branch 'master' into reduce_cq
8 years ago
David G. Quintas
48b1558823
Merge pull request #8797 from sreecha/pss_pi
...
Rewrite pollset_set implementation
8 years ago
David G. Quintas
8cbaeb89f3
Merge pull request #9019 from dgquintas/short_deadlines
...
Handle (and test) short call deadlines
8 years ago
Masood Malekghassemi
e528890bbc
Merge pull request #9051 from soltanmm-google/I-used-to-hate-history-class,then-I-learned-for-myself-that-so-long-as-we're-all-human-we-will-make-the-same-human-mistakes-again-and-again-and-that's-worth-studying
...
Backport Python setuptools unpinning
8 years ago
Noah Eisen
af604281c1
Merge pull request #9044 from ncteisen/go_docker_fix_backport
...
Fix Go Docker Backport
8 years ago
kpayson64
9b1d0f9260
Merge pull request #9043 from kpayson64/service_rpchandler
...
Add ServiceRpcHandler to exported names
8 years ago
Masood Malekghassemi
2562b532e0
Backport Python setuptools unpinning
...
This should allow our tests to build on newer virtualenvs.
8 years ago
Masood Malekghassemi
5395006d6b
Merge pull request #9042 from soltanmm-google/science-illiteracy-is-becoming-an-existential-threat-as-we-turn-scientists-into-living-cassandra-metaphors
...
Up-version Python for backports
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
Noah Eisen
4625b8bb94
Fix go docker
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
389f272b49
Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup
8 years ago
Yang Gao
a3727aa8d5
Merge pull request #8940 from yang-g/cli
...
Use user provided method name when using binary files in cli
8 years ago
Mark D. Roth
be37dff6d3
Merge pull request #8979 from markdroth/handshaker_cleanup
...
Address comments from #8913 . Also make changes needed for import.
8 years ago
Mark D. Roth
d03dfccd26
Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanup
...
Revert "Revert "Remove redundant includes from string.h and tmpfile.h""
8 years ago
Mark D. Roth
aa6f24b81b
Merge pull request #8980 from markdroth/handshaker_early_exit
...
Provide a way to exit handshaking early without an error.
8 years ago
kpayson64
5431135ce5
Merge pull request #8742 from kpayson64/service_names_hint
...
Allow handlers to hint at the services they export
8 years ago
kpayson64
a98778f33d
Merge pull request #8745 from kpayson64/sigpipe_handle
...
Return status unavailable (over internal) on EPIPE
8 years ago
Mark D. Roth
39b1f913d4
Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup
8 years ago
Mark D. Roth
32f35f8576
Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-slice_cleanup
8 years ago
Jan Tattermusch
cf9e317e83
Merge pull request #9027 from jtattermusch/run_tests_windows_output
...
Readable output from run_tests.py on windows
8 years ago
Mark D. Roth
0ee1dbbfa9
Catch the case where we were shutdown after a handoff.
8 years ago
Mark D. Roth
96ba68d7cd
Fix more allocation bugs.
8 years ago
Craig Tiller
298d481f1e
clang-format
8 years ago