aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add CallCredentials class to Ruby wrapping codeGravatar murgatroid992015-12-04
|
* Merge pull request #4235 from jcanizales/use-boringsslGravatar Michael Lumish2015-12-03
|\ | | | | Use BoringSSL instead of OpenSSL
* \ Merge pull request #4226 from nicolasnoble/format-0_12Gravatar Craig Tiller2015-12-02
|\ \ | | | | | | Clang format.
| | * Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01
| | |
| | * Point gRPC.podspec to pushed BoringSSL versionGravatar Jorge Canizales2015-12-01
| | | | | | | | | | | | (1.0)
| | * Prepare pod for submission.Gravatar Jorge Canizales2015-12-01
| | |
| | * BoringSSL.podspec: Workaround Swift compiler problem.Gravatar Jorge Canizales2015-12-01
| | | | | | | | | | | | Maybe it’s Cocoapods.
| | * Point spec to BoringSSLGravatar Jorge Canizales2015-12-01
| |/ |/|
| * Clang format.Gravatar Nicolas "Pixel" Noble2015-12-01
|/
* Merge pull request #4223 from jcanizales/filter-protobuf-warningsGravatar Michael Lumish2015-12-01
|\ | | | | Filter Protobuf nullable warnings
* \ Merge pull request #4210 from jcanizales/objc-012Gravatar Michael Lumish2015-12-01
|\ \ | | | | | | Update ObjC versions for 0.12 release
| * | The podspec is a template. The podspec is a template.Gravatar Jorge Canizales2015-12-01
| | | | | | | | | The podspec is a template.
| | * Filter Protobuf nullable warningsGravatar Jorge Canizales2015-12-01
| |/ |/|
| * Adjust version requirements through samples and tests.Gravatar Jorge Canizales2015-11-25
| |
| * Move podspec version to 0.12Gravatar Jorge Canizales2015-11-25
|/
* Merge pull request #4208 from jboeuf/cpp_new_creds_plugin_apiGravatar Yang Gao2015-11-25
|\ | | | | Cpp new creds plugin api
| * Improving documentation.Gravatar Julien Boeuf2015-11-25
| |
| * Fixing typo.Gravatar Julien Boeuf2015-11-25
| |
| * Merge branch 'release-0_12' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-11-25
| |\ | |/ |/| | | cpp_new_creds_plugin_api
* | Merge pull request #4154 from jboeuf/new_creds_plugin_apiGravatar jboeuf2015-11-25
|\ \ | | | | | | Changing the credentials plugin API.
| * | Better documentation of the method_name field.Gravatar Julien Boeuf2015-11-25
| | | | | | | | | | | | | | | Also passing empty string as opposed to NULL when the method name is not found. This is much less error-prone.
| | * Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
| |/
| * Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy);
* | Merge pull request #4166 from murgatroid99/node_0.12.0_version_bumpGravatar Jan Tattermusch2015-11-19
|\ \ | | | | | | Updated Node package version to 0.12.0
| * | Updated Node package version to 0.12.0Gravatar murgatroid992015-11-19
|/ /
* | Merge pull request #4162 from jtattermusch/bump_csharp_versionGravatar Michael Lumish2015-11-19
|\ \ | | | | | | bump C# version to 0.12.0
| * | bump C# version to 0.12.0Gravatar Jan Tattermusch2015-11-19
|/ /
| * Fixing node build.Gravatar Julien Boeuf2015-11-18
| |
| * Fixing implementations.Gravatar Julien Boeuf2015-11-18
| |
| * Changing the credentials plugin API.Gravatar Julien Boeuf2015-11-18
|/ | | | | | | | - The plugin is now passed more information that it can use to create auth metadata: - service_url (as before) - method name - channel_auth_context
* Merge pull request #3765 from jboeuf/core_creds_api_changeGravatar jboeuf2015-11-17
|\ | | | | Core credentials API refactoring
| * Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| |\ | |/ |/|
* | Merge pull request #4150 from jboeuf/fix_null_terminator_in_certGravatar jboeuf2015-11-17
|\ \ | | | | | | Fixing NULL terminator for test cert.
| * | Fixing NULL terminator for test cert.Gravatar Julien Boeuf2015-11-17
|/ / | | | | | | | | Forgot to do that when I replaced the cert in #4096. Thanks asan for catching that!
| * Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| |\ | |/ |/|
* | Merge pull request #4096 from jboeuf/update_ssl_certGravatar jboeuf2015-11-17
|\ \ | | | | | | Updating the server1 cert so that it can be used with Go.
| * \ Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_certGravatar Julien Boeuf2015-11-17
| |\ \ | |/ / |/| |
| | * More C++ fixes (the merge did not quite work...).Gravatar Julien Boeuf2015-11-17
| | |
| | * Forgot to fix driver.cc somehow...Gravatar Julien Boeuf2015-11-17
| | |
| | * Fixing tests.Gravatar Julien Boeuf2015-11-17
| | |
* | | Merge pull request #4139 from grpc/release-0_11Gravatar Jan Tattermusch2015-11-18
|\ \ \ | | | | | | | | Merge release-0_11 into master
* \ \ \ Merge pull request #4142 from yang-g/cancelGravatar David G. Quintas2015-11-18
|\ \ \ \ | | | | | | | | | | Handle Cancel before start.
* \ \ \ \ Merge pull request #4135 from soltanmm/example-fixGravatar Nathaniel Manista2015-11-17
|\ \ \ \ \ | | | | | | | | | | | | Add missing grace value to server stop in Python example.
| | | | | * Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | | * Merge pull request #8 from soltanmm/credzGravatar jboeuf2015-11-17
| | | | | |\ | | | | | | | | | | | | | | Update Python C wrapping layers to new credentials API
* | | | | | \ Merge pull request #4141 from carl-mastrangelo/fixLinkGravatar Jan Tattermusch2015-11-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix dead link in doc
| | | * | | | | include headerGravatar yang-g2015-11-17
| | | | | | | |
| | | * | | | | Handle cancel before start caseGravatar yang-g2015-11-17
| |_|/ / / / / |/| | | | | |
| | | | | | * Bandaid over differences in the C API for Python credentialsGravatar Masood Malekghassemi2015-11-17
| | | | | | |
| * | | | | | Fix dead link in docGravatar Carl Mastrangelo2015-11-17
|/ / / / / /