aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | 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
| | | | | | | | * | | | Added C API functions for compression args handling (w/ tests)Gravatar David Garcia Quintas2015-08-21
| | | | | | | | | | | |
| * | | | | | | | | | | 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
| | | | | | | * | | | Add cancel_all_calls to Python serverGravatar Masood Malekghassemi2015-08-20
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also format _low_test.py to fit within the 80 character fill-limit and re-style test assertions.
| | * | | | | | | | php: add tests for waitForReadyGravatar Stanley Cheung2015-08-20
| | | | | | | | | |
| | | | | | | * | | Update grpc.hGravatar David G. Quintas2015-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
| | | | | | | | * | | Expanded grpc_server_request_call's docstringGravatar David G. Quintas2015-08-20
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| | | | | | | | | * fix shutdown_testGravatar yang-g2015-08-20
| | | | | | | | | |
| | | | | | | | | * Merge remote-tracking branch 'upstream/master' into docsGravatar yang-g2015-08-20
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge pull request #2997 from jtattermusch/metadata_polishingGravatar Michael Lumish2015-08-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | metadata polishing
| | | | * | | | | | | Adds support for per message compressionGravatar Tim Emiola2015-08-20
| | | | | | | | | | |
| | | | | | | | | | * regenerate projectsGravatar yang-g2015-08-20
| | | | | | | | | | |
| | | | | | | | | | * Merge remote-tracking branch 'upstream/master' into docsGravatar yang-g2015-08-20
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | | | | | | | | | * Make Channel ctor privateGravatar yang-g2015-08-20
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2999 from murgatroid99/node_test_fixesGravatar Tim Emiola2015-08-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Stop dereferencing an optional parameter without checking it
| | | | | | | | | | | * remove internal_stubGravatar yang-g2015-08-20
| | | | | | | | | | | |
| | | | | | | | | | | * Fix server side and generic stubGravatar yang-g2015-08-20
| | | | | | | | | | | |
| | | | | | | | | | | * make registermethod privateGravatar yang-g2015-08-20
| | | | | | | | | | | |
| | | | | | | | | | * | commentGravatar David Garcia Quintas2015-08-20
| | | | | | | | | | | |
| | | | | | | | | | * | if to assertGravatar David Garcia Quintas2015-08-20
| | | | | | | | | | | |
| | | | | | | | | | * | Assert http2 header orderingGravatar David Garcia Quintas2015-08-20
| | | | | | | | | | | |
* | | | | | | | | | | | 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.
| | | | | | | | | | | | * | | Have a richer interface for auth metadata processors.Gravatar Julien Boeuf2015-08-19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-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
| |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |