Craig Tiller
|
b7e22b9686
|
Merge github.com:grpc/grpc into y12kdm3
|
9 years ago |
Craig Tiller
|
849c7ca4b2
|
prettify comment
|
9 years ago |
yang-g
|
9fb35a5332
|
split stream.h into sync_stream.h and async_stream.h
|
9 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
9 years ago |
Masood Malekghassemi
|
71e29ef459
|
Add new core tests to run_tests/run_python.sh
The tests don't currently get discovered by py.test due to their use of
the Python 2.7+ load_tests protocol.
|
9 years ago |
Tim Emiola
|
b7e55a2002
|
Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs
Allow Node server credentials to have multiple key/cert pairs
|
9 years ago |
Michael Lumish
|
3c807eac69
|
Merge pull request #3023 from yang-g/node_health
Update node health check service
|
9 years ago |
Nathaniel Manista
|
f36e1b74b5
|
The RPC Framework core package.
This is the second generation of the old base package (framework.base)
and implements the translation between the new links and base
interfaces.
|
9 years ago |
yang-g
|
2f5ea5f244
|
regenerate projects
|
9 years ago |
yang-g
|
3cb49e054b
|
Update node health check service
|
9 years ago |
Michael Lumish
|
0ea28f1ca5
|
Merge pull request #3017 from stanley-cheung/php_update_gen_code_test
PHP: update codegen, client now extends basestub
|
9 years ago |
Michael Lumish
|
a753ba1309
|
Merge pull request #3018 from jtattermusch/get_rid_of_shutdown
C# fixes and beta API polishing
|
9 years ago |
David Garcia Quintas
|
a4c4f02a63
|
Added C API functions for compression args handling (w/ tests)
|
9 years ago |
Jan Tattermusch
|
e4134ddf6c
|
implement timeout_on_sleeping_server interop test
|
9 years ago |
Jan Tattermusch
|
2b3579541b
|
get rid of explicit GrpcEnvironment.Shutdown()
|
9 years ago |
Michael Lumish
|
10cab1396f
|
Merge pull request #3013 from tbetbetbe/grpc-ruby-support-per-message-compression
Adds support for per message compression
|
9 years ago |
Masood Malekghassemi
|
41a166f97b
|
Add cancel_all_calls to Python server
Also format _low_test.py to fit within the 80 character fill-limit and
re-style test assertions.
|
9 years ago |
Stanley Cheung
|
4c0fcda20c
|
php: add tests for waitForReady
|
9 years ago |
David G. Quintas
|
b2a1c599a7
|
Update grpc.h
|
9 years ago |
Stanley Cheung
|
2e405d4123
|
php: update codegen, client now extends basestub
|
9 years ago |
Eric Anderson
|
083b4d3de3
|
Merge pull request #2988 from madongfly/backoff
Add backoff reset spec to the Connection Backoff Protocol
|
9 years ago |
Eric Anderson
|
f53d058094
|
Merge pull request #2973 from yang-g/reconnect_interop_spec
update reconnection interop spec
|
9 years ago |
David G. Quintas
|
025632a138
|
Expanded grpc_server_request_call's docstring
|
9 years ago |
yang-g
|
d392fa04c5
|
fix shutdown_test
|
9 years ago |
yang-g
|
dbe7104305
|
Merge remote-tracking branch 'upstream/master' into docs
|
9 years ago |
Michael Lumish
|
3b4ebb0293
|
Merge pull request #2997 from jtattermusch/metadata_polishing
metadata polishing
|
9 years ago |
Tim Emiola
|
7840a55736
|
Adds support for per message compression
|
9 years ago |
yang-g
|
11e3028e65
|
regenerate projects
|
9 years ago |
yang-g
|
961eeb0b44
|
Merge remote-tracking branch 'upstream/master' into docs
|
9 years ago |
yang-g
|
c317f07b56
|
Make Channel ctor private
|
9 years ago |
Tim Emiola
|
6f98162b0c
|
Merge pull request #2999 from murgatroid99/node_test_fixes
Stop dereferencing an optional parameter without checking it
|
9 years ago |
David Garcia Quintas
|
2bfd275b2b
|
sockaddr_resolver now supports comma-separated list of IPs
|
9 years ago |
yang-g
|
ef00308e39
|
remove internal_stub
|
9 years ago |
yang-g
|
c2bd8a6d1a
|
Fix server side and generic stub
|
9 years ago |
yang-g
|
431f8c2b5f
|
make registermethod private
|
9 years ago |
David Garcia Quintas
|
a14ce859a6
|
comment
|
9 years ago |
David Garcia Quintas
|
5bb30c764b
|
if to assert
|
9 years ago |
David Garcia Quintas
|
2670086806
|
Assert http2 header ordering
|
9 years ago |
Michael Lumish
|
43a53ffa0a
|
Merge pull request #2998 from stanley-cheung/php_null_call_host
PHP: expose per-call host override option
|
9 years ago |
David G. Quintas
|
fc5dd155d3
|
Merge pull request #2978 from hongweiwang/remove-unregister-all-plugins
Remove grpc_unregister_all_plugins in grpc.h
|
9 years ago |
David G. Quintas
|
2d7db89c68
|
Merge pull request #2995 from ctiller/timewhat
Exclude qps_test from tsan runs
|
9 years ago |
Yang Gao
|
f0ee18d935
|
Merge pull request #3005 from dgquintas/head_vs_tails
Fixed wrong creation of metadata in compression.
|
9 years ago |
Julien Boeuf
|
ee3dbb0078
|
Have a richer interface for auth metadata processors.
|
9 years ago |
Yang Gao
|
48c9f250c2
|
Merge pull request #2977 from ctiller/shutdown-c++
Add a deadline to Server::Shutdown
|
9 years ago |
Yang Gao
|
2262bf7900
|
Merge pull request #3002 from dgquintas/client_helper_to_headers
Moved methods' impl to header for simplicity
|
9 years ago |
David Garcia Quintas
|
bdfc7ad957
|
Fixed wrong creation of metadata in compression.
|
9 years ago |
Masood Malekghassemi
|
b714648e51
|
Merge pull request #2991 from murgatroid99/core_shutdown_idempotency
Short-circuit shutdown when it is already published (core)
|
9 years ago |
Tim Emiola
|
d7c27c61a8
|
Merge pull request #2990 from stanley-cheung/update_debian_instructions
Update debian install instructions
|
9 years ago |
Stanley Cheung
|
1894f188bf
|
update installation instructions, review feedback
|
9 years ago |
yang-g
|
8c2be9f228
|
Remove ChannelInterface and replace it with Channel
|
9 years ago |