Jan Tattermusch
|
04715888e6
|
Merge pull request #3029 from jtattermusch/csharp_responseheaders_and_tests
c# response headers support and code simplification
|
10 years ago |
Masood Malekghassemi
|
03d281ab1b
|
Merge pull request #2968 from nathanielmanistaatgoogle/nathaniel-core
The RPC Framework core package.
|
10 years ago |
Jan Tattermusch
|
578c7c5fe9
|
revert AssemblyInfo.cs
|
10 years ago |
Jan Tattermusch
|
dca145bcfe
|
fix stylecop issues
|
10 years ago |
Jan Tattermusch
|
4c25efa519
|
support for reading response headers on client side
|
10 years ago |
Jan Tattermusch
|
3af838a2d7
|
simplify stream reads on client side
|
10 years ago |
Jan Tattermusch
|
fb34a99d98
|
reading of response headers for unary response calls
|
10 years ago |
Jan Tattermusch
|
ea02eb619d
|
introduce INativeCall interface to simplify testing
|
10 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.
|
10 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
|
10 years ago |
Michael Lumish
|
3c807eac69
|
Merge pull request #3023 from yang-g/node_health
Update node health check service
|
10 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.
|
10 years ago |
yang-g
|
2f5ea5f244
|
regenerate projects
|
10 years ago |
yang-g
|
3cb49e054b
|
Update node health check service
|
10 years ago |
Michael Lumish
|
0ea28f1ca5
|
Merge pull request #3017 from stanley-cheung/php_update_gen_code_test
PHP: update codegen, client now extends basestub
|
10 years ago |
Michael Lumish
|
a753ba1309
|
Merge pull request #3018 from jtattermusch/get_rid_of_shutdown
C# fixes and beta API polishing
|
10 years ago |
Jan Tattermusch
|
e4134ddf6c
|
implement timeout_on_sleeping_server interop test
|
10 years ago |
Jan Tattermusch
|
2b3579541b
|
get rid of explicit GrpcEnvironment.Shutdown()
|
10 years ago |
Michael Lumish
|
10cab1396f
|
Merge pull request #3013 from tbetbetbe/grpc-ruby-support-per-message-compression
Adds support for per message compression
|
10 years ago |
Stanley Cheung
|
4c0fcda20c
|
php: add tests for waitForReady
|
10 years ago |
Stanley Cheung
|
2e405d4123
|
php: update codegen, client now extends basestub
|
10 years ago |
Eric Anderson
|
083b4d3de3
|
Merge pull request #2988 from madongfly/backoff
Add backoff reset spec to the Connection Backoff Protocol
|
10 years ago |
Eric Anderson
|
f53d058094
|
Merge pull request #2973 from yang-g/reconnect_interop_spec
update reconnection interop spec
|
10 years ago |
Michael Lumish
|
3b4ebb0293
|
Merge pull request #2997 from jtattermusch/metadata_polishing
metadata polishing
|
10 years ago |
Tim Emiola
|
7840a55736
|
Adds support for per message compression
|
10 years ago |
Tim Emiola
|
6f98162b0c
|
Merge pull request #2999 from murgatroid99/node_test_fixes
Stop dereferencing an optional parameter without checking it
|
10 years ago |
Michael Lumish
|
43a53ffa0a
|
Merge pull request #2998 from stanley-cheung/php_null_call_host
PHP: expose per-call host override option
|
10 years ago |
David G. Quintas
|
fc5dd155d3
|
Merge pull request #2978 from hongweiwang/remove-unregister-all-plugins
Remove grpc_unregister_all_plugins in grpc.h
|
10 years ago |
David G. Quintas
|
2d7db89c68
|
Merge pull request #2995 from ctiller/timewhat
Exclude qps_test from tsan runs
|
10 years ago |
Yang Gao
|
f0ee18d935
|
Merge pull request #3005 from dgquintas/head_vs_tails
Fixed wrong creation of metadata in compression.
|
10 years ago |
Yang Gao
|
48c9f250c2
|
Merge pull request #2977 from ctiller/shutdown-c++
Add a deadline to Server::Shutdown
|
10 years ago |
Yang Gao
|
2262bf7900
|
Merge pull request #3002 from dgquintas/client_helper_to_headers
Moved methods' impl to header for simplicity
|
10 years ago |
David Garcia Quintas
|
bdfc7ad957
|
Fixed wrong creation of metadata in compression.
|
10 years ago |
Masood Malekghassemi
|
b714648e51
|
Merge pull request #2991 from murgatroid99/core_shutdown_idempotency
Short-circuit shutdown when it is already published (core)
|
10 years ago |
Tim Emiola
|
d7c27c61a8
|
Merge pull request #2990 from stanley-cheung/update_debian_instructions
Update debian install instructions
|
10 years ago |
Stanley Cheung
|
1894f188bf
|
update installation instructions, review feedback
|
10 years ago |
Stanley Cheung
|
5329e4bd3f
|
update installation instructions, review feedback
|
10 years ago |
David Garcia Quintas
|
5fd685556f
|
Moved methods' impl to header for simplicity
|
10 years ago |
Tim Emiola
|
690e010ef3
|
Merge pull request #2984 from stanley-cheung/php_fix_timeout_test
php: fix timeout interop test
|
10 years ago |
David G. Quintas
|
e710e2bb99
|
Merge pull request #3001 from yang-g/temp_str
Bug fix. Called c_str on a temp string
|
10 years ago |
yang-g
|
2f543f205c
|
Bug fix. Called c_str on a temp string
|
10 years ago |
Stanley Cheung
|
ddb16a8436
|
php: expose per-call host override option, review feedback
|
10 years ago |
murgatroid99
|
6b3737d4a7
|
Fixed tests
|
10 years ago |
murgatroid99
|
fe0afc2084
|
Merge branch 'node_test_fixes' into node_server_creds_multiple_pairs
|
10 years ago |
murgatroid99
|
fa266cadeb
|
Stop dereferencing an optional parameter without checking it
|
10 years ago |
murgatroid99
|
c2fdfcf0cd
|
Modified server SSL certs to allow multiple pairs and force_client_auth flag
|
10 years ago |
Stanley Cheung
|
a79a896d4c
|
update installation instructions, review feedback
|
10 years ago |
Stanley Cheung
|
dbeb1cd90c
|
update debian install instructions
|
10 years ago |
Stanley Cheung
|
478fb00a2c
|
php: expose per-call host override option
|
10 years ago |
Jan Tattermusch
|
249fc8048d
|
improving the tests
|
10 years ago |