aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Python service account cleanup.Gravatar Julien Boeuf2015-08-27
|
* Addressing comments, round 2.Gravatar Julien Boeuf2015-08-27
|
* Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2015-08-27
|\ | | | | | | credentials_naming_and_cleanup
* \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-08-27
|\ \ | | | | | | | | | credentials_naming_and_cleanup
* | | Addressing comments.Gravatar Julien Boeuf2015-08-27
| | |
| * | Merge pull request #3109 from stanley-cheung/move_grpc_common_examples_hereGravatar Tim Emiola2015-08-27
|/| | | | | | | | Move grpc common examples here
| * | fix linksGravatar Stanley Cheung2015-08-27
| | |
| * | remove examples/pubsubGravatar Stanley Cheung2015-08-27
| | |
| * | replace all grpc-common occurances with examplesGravatar Stanley Cheung2015-08-27
| | |
| * | move examples to correct locationsGravatar Stanley Cheung2015-08-27
| | |
| * | move grpc-common examples to hereGravatar Stanley Cheung2015-08-27
|/| |
* | | Merge pull request #3103 from nathanielmanistaatgoogle/force_client_authGravatar Masood Malekghassemi2015-08-27
|\ \ \ | | | | | | | | Add force_client_auth to grpc._adapter._low.ServerCredentials.
| | * | prepare for moveGravatar Stanley Cheung2015-08-27
| | | |
* | | | Merge pull request #3026 from stanley-cheung/php_update_gen_code_testGravatar Michael Lumish2015-08-27
|\ \ \ \ | | | | | | | | | | PHP: fix interop stub construction after codegen change
| | | * \ Merge pull request #278 from yang-g/async_docGravatar Abhishek Kumar2015-08-27
| | | |\ \ | | | | | | | | | | | | Add sync and async doc in README for helloworld
| | * | | | Add force_client_auth to _low.ServerCredentialsGravatar Nathaniel Manista2015-08-27
| |/ / / / |/| | | |
| | | * | Resolve commentsGravatar yang-g2015-08-27
| | | | |
* | | | | Merge pull request #3062 from dgquintas/interop_specGravatar Yang Gao2015-08-27
|\ \ \ \ \ | | | | | | | | | | | | Added compression to interop spec
* \ \ \ \ \ Merge pull request #3105 from nathanielmanistaatgoogle/update-protobuf-submoduleGravatar Jan Tattermusch2015-08-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update protobuf submodule to v3.0.0-beta-1
* \ \ \ \ \ \ Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | First draft at addressing #1799 for grpc_security.
| | * | | | | | Update protobuf submodule to v3.0.0-beta-1Gravatar Nathaniel Manista2015-08-27
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #3070 from ctiller/winlogGravatar Jan Tattermusch2015-08-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make C core log output readable
* \ \ \ \ \ \ \ Merge pull request #2863 from jtattermusch/csharp_upgrade_to_proto3Gravatar Michael Lumish2015-08-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Upgrade C# to proto3
| | | | | * | | | php: add comment for why cancel_after_begin cannot be doneGravatar Stanley Cheung2015-08-27
| | | | | | | | |
| | | | | * | | | php: fix interop stub construction after codegen fixGravatar Stanley Cheung2015-08-27
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #3093 from nathanielmanistaatgoogle/channelGravatar Masood Malekghassemi2015-08-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | The Beta API Channel
| | * | | | | | | switch C# projects to Google.Protobuf 3.0.0-alpha4 packageGravatar Jan Tattermusch2015-08-27
| | | | | | | | |
| | * | | | | | | upgrade third_party/protobufs to 3.0.0-beta-1Gravatar Jan Tattermusch2015-08-27
| | | | | | | | |
* | | | | | | | | Merge pull request #3090 from maxwell-demon/masterGravatar Alistair Veitch2015-08-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix include guard of census/grpc_filter.h
* \ \ \ \ \ \ \ \ \ Merge pull request #3095 from grpc/revert-3025-endpointsGravatar Craig Tiller2015-08-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Revert "Refactor Endpoint API"
| * | | | | | | | | | Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #3025 from ctiller/endpointsGravatar Yang Gao2015-08-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Refactor Endpoint API
* \ \ \ \ \ \ \ \ \ \ Merge pull request #3094 from yang-g/string_ref_authGravatar jboeuf2015-08-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | minor fixes to string_ref
| * | | | | | | | | | | minor fixesGravatar yang-g2015-08-26
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #3052 from nathanielmanistaatgoogle/crustGravatar Masood Malekghassemi2015-08-27
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | The RPC Framework crust package
| | | | * | | | | | | | The Beta API ChannelGravatar Nathaniel Manista2015-08-27
| |_|_|/ / / / / / / / |/| | | | | | | | | |
| | | * | | | | | | | Fix include guard of census/grpc_filter.hGravatar Hongyu Chen2015-08-26
| |_|/ / / / / / / / |/| | | | | | | | |
| | | | | | | | * | sync and async docGravatar yang-g2015-08-26
| | | | | | | |/ /
* | | | | | | | | Merge pull request #3086 from ctiller/radio-ga-gaGravatar David G. Quintas2015-08-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Increase msan timeout also
| * | | | | | | | | Increase msan timeout alsoGravatar Craig Tiller2015-08-26
|/ / / / / / / / /
| | * | | | | | | Properly reset incoming bufferGravatar Craig Tiller2015-08-26
| | | | | | | | |
| | * | | | | | | Merge branch 'endpoints' of github.com:ctiller/grpc into endpointsGravatar Craig Tiller2015-08-26
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix uninitialized dataGravatar Craig Tiller2015-08-26
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3077 from yang-g/string_ref_authGravatar Craig Tiller2015-08-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | auth_context api change to use string_ref
* \ \ \ \ \ \ \ \ \ \ Merge pull request #3085 from crast/fix-googletest-submoduleGravatar Yang Gao2015-08-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | googletest uses https like all the other submodules
| * | | | | | | | | | | Use https like all the other submodulesGravatar James Crasta2015-08-26
|/ / / / / / / / / / /
| | | | | | | | | * | Merge pull request #276 from yang-g/masterGravatar Craig Tiller2015-08-26
| | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Update c++ examples to API changes.
| | | | * | | | | | | | Make port_windows compile againGravatar Craig Tiller2015-08-26
| | | |/ / / / / / / /
* | | | | | | | | | | Merge pull request #2993 from murgatroid99/node_server_graceful_shutdownGravatar Tim Emiola2015-08-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Prevent the Node server from locking up when shutting down
| | | | * | | | | | | | Use port server on windowsGravatar Craig Tiller2015-08-26
| | | | | | | | | | | |