aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Design and implementation of the core credentials plugin API.Gravatar Julien Boeuf2015-08-31
* Forgot to finish the doc...Gravatar Julien Boeuf2015-08-31
* Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-08-31
|\
* | Adding C API for metadata credentials plugin.Gravatar Julien Boeuf2015-08-31
| * Merge pull request #2862 from jcanizales/small-analyse-fixGravatar Michael Lumish2015-08-31
| |\
| * \ Merge pull request #3162 from murgatroid99/node_remove_redundant_examplesGravatar Yang Gao2015-08-31
| |\ \
| | * | Remove redundant Node route guide examplesGravatar murgatroid992015-08-31
| |/ /
| * | Merge pull request #3152 from nathanielmanistaatgoogle/beta-codegenGravatar Nathaniel Manista2015-08-31
| |\ \
| * | | Merge pull request #2933 from jboeuf/cpp_auth_md_processorGravatar Yang Gao2015-08-31
|/| | |
| | * | Code generation for Python Beta APIGravatar Nathaniel Manista2015-08-31
* | | | Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certsGravatar Michael Lumish2015-08-31
|\ \ \ \
| * | | | Fixes a commentGravatar Tim Emiola2015-08-31
* | | | | Merge pull request #3150 from nathanielmanistaatgoogle/metadata-and-serializa...Gravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \
| | * | | | Make insecure construction explicit, to address #2614Gravatar Tim Emiola2015-08-31
| | * | | | Update sites using ServerCredentials.newGravatar Tim Emiola2015-08-31
| | * | | | Updates implementation of rb_server_credentialsGravatar Tim Emiola2015-08-31
* | | | | | Merge pull request #3134 from nathanielmanistaatgoogle/betaGravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3147 from nathanielmanistaatgoogle/servicelink-shut-downGravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #3149 from nathanielmanistaatgoogle/drop-invokerGravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #3146 from nathanielmanistaatgoogle/graceGravatar Masood Malekghassemi2015-08-31
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #3155 from stanley-cheung/php_fix_testing_dockerfileGravatar Michael Lumish2015-08-31
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge pull request #3144 from tbetbetbe/grpc-ruby-fix-math-client-serverGravatar Stanley Cheung2015-08-31
|\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | php: fix gce testing dockerfileGravatar Stanley Cheung2015-08-31
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #3142 from stanley-cheung/update_debian_source_instructionGravatar Tim Emiola2015-08-31
|\ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | Metadata plumbing and serialization tweaksGravatar Nathaniel Manista2015-08-31
| | | | | | |/ / / /
| | | | | | * / / / The rest of the Python Beta APIGravatar Nathaniel Manista2015-08-31
| | | | |_|/|\| | | | | | |/| |/ / / / | | | | |/| | | |
| | | | | | | * | Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-30
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | | | | * | Change the ownership model of the auth processor.Gravatar Julien Boeuf2015-08-30
* | | | | | | | | Merge pull request #2668 from a-veitch/tracing_apiGravatar Craig Tiller2015-08-30
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | * | | | Drop invoker during test tear-downGravatar Nathaniel Manista2015-08-30
| |_|_|_|/ / / / |/| | | | | | |
| | | | | * | | Fix gRPC links lifecycle trackingGravatar Nathaniel Manista2015-08-30
| |_|_|_|/ / / |/| | | | | |
| | | | * | | Fix grace period bug in _end.accept_ticketGravatar Nathaniel Manista2015-08-29
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #3137 from grpc/jtattermusch-patch-2Gravatar Tim Emiola2015-08-28
|\ \ \ \ \ \
| | | | * | | Updates server shutdown handlingGravatar Tim Emiola2015-08-28
| |_|_|/ / / |/| | | | |
| | | | * | Addressing comments.Gravatar Julien Boeuf2015-08-28
| | | | * | Shuffling headers around.Gravatar Julien Boeuf2015-08-28
| | | * | | update debian unstable to testingGravatar Stanley Cheung2015-08-28
| | | * | | php: update readme;Gravatar Stanley Cheung2015-08-28
| |_|/ / / |/| | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | fix opensslGravatar Alistair Veitch2015-08-28
* | | | | Merge pull request #3075 from jboeuf/credentials_naming_and_cleanupGravatar Yang Gao2015-08-28
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #3108 from murgatroid99/node_error_code_complianceGravatar Tim Emiola2015-08-28
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #3140 from jtattermusch/regenerate_csharp_docsGravatar Stanley Cheung2015-08-28
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #3126 from nathanielmanistaatgoogle/servicelink-shut-downGravatar Nathaniel Manista2015-08-28
|\ \ \ \ \ \ \ \
| | | | | | * \ \ Merge branch 'master' into tracing_apiGravatar Alistair Veitch2015-08-28
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cle...Gravatar Julien Boeuf2015-08-28
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | * | | | | | | regenerate C# docsGravatar Jan Tattermusch2015-08-28
| |/ / / / / / / |/| | | | | | |
| | | | | | * | Fixing AuthContext tests.Gravatar Julien Boeuf2015-08-28
| | | | | | * | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |