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
Craig Tiller
ac6915797d
Fix compilation
8 years ago
Mark D. Roth
6c07bf85a3
Fix allocation bug.
8 years ago
Craig Tiller
7ae081b9f0
Merge github.com:grpc/grpc into slice_with_exec_ctx
8 years ago
Mark D. Roth
42841414fa
Fix submodule checkout.
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
Jan Tattermusch
9fe161c789
readable output from run_tests.py on windows
8 years ago
Jan Tattermusch
e3e2106fad
make protobuf building consistent
8 years ago
yang-g
6c8de363ca
Use user provided method name when using binary files in cli
8 years ago
apolcyn
c204647295
Merge pull request #8699 from apolcyn/run_perf_on_benchmarks
...
Add perf option to benchmark runner script, create text profiles and flamegraphs
8 years ago
Alexander Polcyn
fa5e31c6e8
remove ruby thread pool unit test of exception on overload
8 years ago
kpayson64
a44d3145c9
Allow handlers to hint at the services they export
8 years ago
Alexander Polcyn
9f08d110f8
add a "perf" option to benchmarks script, generate profile text reports and flamegraphs
8 years ago
Mark D. Roth
3c1cd53187
Merge remote-tracking branch 'upstream/master' into handshaker_early_exit
8 years ago
Sree Kuchibhotla
8bebcbcf7c
Remove pollset_set_test for now and send it in a separate PR
8 years ago
apolcyn
ad13e597e5
Merge pull request #8969 from apolcyn/fix_netperf_quit_job_timeout
...
handle empty string for qps workers in driver and dont quit them after netperf test
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
Sree Kuchibhotla
d36e8069cb
Merge branch 'master' into pss_pi
8 years ago
Mark D. Roth
5b850b2194
clang-format
8 years ago
Mark D. Roth
c898417302
Fix race condition on shutdown.
8 years ago
Craig Tiller
ef17501a60
Merge pull request #8898 from rjshade/fix_tsan
...
Fix TSAN failure when running DEBUG mode.
8 years ago
Masood Malekghassemi
edcd491648
Merge pull request #8990 from soltanmm-google/have-fun-filling-in-the-blanks-of-reality-with-belief-structures
...
Backport Python features to v1.0.x
8 years ago
Muxi Yan
17ebccffe7
Merge pull request #8344 from muxi/cronet-stream-read
...
Fix Cronet end2end tests
8 years ago