aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
|
* Merge pull request #3029 from jtattermusch/csharp_responseheaders_and_testsGravatar Jan Tattermusch2015-08-24
|\ | | | | c# response headers support and code simplification
* \ Merge pull request #2968 from nathanielmanistaatgoogle/nathaniel-coreGravatar Masood Malekghassemi2015-08-23
|\ \ | | | | | | The RPC Framework core package.
| | * revert AssemblyInfo.csGravatar Jan Tattermusch2015-08-21
| | |
| | * fix stylecop issuesGravatar Jan Tattermusch2015-08-21
| | |
| | * support for reading response headers on client sideGravatar Jan Tattermusch2015-08-21
| | |
| | * simplify stream reads on client sideGravatar Jan Tattermusch2015-08-21
| | |
| | * reading of response headers for unary response callsGravatar Jan Tattermusch2015-08-21
| | |
| | * introduce INativeCall interface to simplify testingGravatar Jan Tattermusch2015-08-21
| |/ |/|
| * Add new core tests to run_tests/run_python.shGravatar Masood Malekghassemi2015-08-21
| | | | | | | | | | The tests don't currently get discovered by py.test due to their use of the Python 2.7+ load_tests protocol.
* | Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairsGravatar Tim Emiola2015-08-21
|\ \ | | | | | | Allow Node server credentials to have multiple key/cert pairs
* \ \ Merge pull request #3023 from yang-g/node_healthGravatar Michael Lumish2015-08-21
|\ \ \ | | | | | | | | Update node health check service
| | | * The RPC Framework core package.Gravatar Nathaniel Manista2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | This is the second generation of the old base package (framework.base) and implements the translation between the new links and base interfaces.
| * | | regenerate projectsGravatar yang-g2015-08-21
| | | |
| * | | Update node health check serviceGravatar yang-g2015-08-21
|/ / /
* | | Merge pull request #3017 from stanley-cheung/php_update_gen_code_testGravatar Michael Lumish2015-08-21
|\ \ \ | | | | | | | | PHP: update codegen, client now extends basestub
* \ \ \ Merge pull request #3018 from jtattermusch/get_rid_of_shutdownGravatar Michael Lumish2015-08-21
|\ \ \ \ | | | | | | | | | | C# fixes and beta API polishing
| * | | | implement timeout_on_sleeping_server interop testGravatar Jan Tattermusch2015-08-20
| | | | |
| * | | | get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
|/ / / /
* | | | Merge pull request #3013 from ↵Gravatar Michael Lumish2015-08-20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-support-per-message-compression Adds support for per message compression
| | * | | php: add tests for waitForReadyGravatar Stanley Cheung2015-08-20
| | | | |
| | * | | php: update codegen, client now extends basestubGravatar Stanley Cheung2015-08-20
| | | | |
* | | | | Merge pull request #2988 from madongfly/backoffGravatar Eric Anderson2015-08-20
|\ \ \ \ \ | | | | | | | | | | | | Add backoff reset spec to the Connection Backoff Protocol
* \ \ \ \ \ Merge pull request #2973 from yang-g/reconnect_interop_specGravatar Eric Anderson2015-08-20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | update reconnection interop spec
* | | | | | Merge pull request #2997 from jtattermusch/metadata_polishingGravatar Michael Lumish2015-08-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | metadata polishing
| | | | * | | Adds support for per message compressionGravatar Tim Emiola2015-08-20
| | | | | | |
* | | | | | | Merge pull request #2999 from murgatroid99/node_test_fixesGravatar Tim Emiola2015-08-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Stop dereferencing an optional parameter without checking it
* \ \ \ \ \ \ \ Merge pull request #2998 from stanley-cheung/php_null_call_hostGravatar Michael Lumish2015-08-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: expose per-call host override option
* \ \ \ \ \ \ \ \ Merge pull request #2978 from hongweiwang/remove-unregister-all-pluginsGravatar David G. Quintas2015-08-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove grpc_unregister_all_plugins in grpc.h
* \ \ \ \ \ \ \ \ \ Merge pull request #2995 from ctiller/timewhatGravatar David G. Quintas2015-08-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Exclude qps_test from tsan runs
* \ \ \ \ \ \ \ \ \ \ Merge pull request #3005 from dgquintas/head_vs_tailsGravatar Yang Gao2015-08-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed wrong creation of metadata in compression.
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2977 from ctiller/shutdown-c++Gravatar Yang Gao2015-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add a deadline to Server::Shutdown
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3002 from dgquintas/client_helper_to_headersGravatar Yang Gao2015-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved methods' impl to header for simplicity
| | | * | | | | | | | | | | Fixed wrong creation of metadata in compression.Gravatar David Garcia Quintas2015-08-19
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2991 from murgatroid99/core_shutdown_idempotencyGravatar Masood Malekghassemi2015-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Short-circuit shutdown when it is already published (core)
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2990 from stanley-cheung/update_debian_instructionsGravatar Tim Emiola2015-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | Update debian install instructions
| * | | | | | | | | | | | | | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Moved methods' impl to header for simplicityGravatar David Garcia Quintas2015-08-19
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2984 from stanley-cheung/php_fix_timeout_testGravatar Tim Emiola2015-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | php: fix timeout interop test
* | | | | | | | | | | | | | Merge pull request #3001 from yang-g/temp_strGravatar David G. Quintas2015-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fix. Called c_str on a temp string
| * | | | | | | | | | | | | | Bug fix. Called c_str on a temp stringGravatar yang-g2015-08-19
|/ / / / / / / / / / / / / /
| | | | | | | * | | | | | | php: expose per-call host override option, review feedbackGravatar Stanley Cheung2015-08-19
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Fixed testsGravatar murgatroid992015-08-19
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Merge branch 'node_test_fixes' into node_server_creds_multiple_pairsGravatar murgatroid992015-08-19
| | | | | | | | | | | | |\ \ | | | | | | | | | |_|_|_|/ / | | | | | | | | |/| | | | |
| | | | | | | | * | | | | | Stop dereferencing an optional parameter without checking itGravatar murgatroid992015-08-19
| |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| | | | | | | | | | | * | Modified server SSL certs to allow multiple pairs and force_client_auth flagGravatar murgatroid992015-08-19
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| | * | | | | | | | | | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
| | | | | | | | | | | |
| | * | | | | | | | | | update debian install instructionsGravatar Stanley Cheung2015-08-19
| |/ / / / / / / / / / |/| | | | | | | | | |
| | | | | | * | | | | php: expose per-call host override optionGravatar Stanley Cheung2015-08-19
| |_|_|_|_|/ / / / / |/| | | | | | | | |