aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update Swift sample’s XCode project to latest Swift versionGravatar Jorge Canizales2015-12-15
|
* Merge pull request #4323 from soltanmm/LD50Gravatar Jan Tattermusch2015-12-07
|\ | | | | Fix interop Python test invocation
| * Fix interop Python test invocationGravatar Masood Malekghassemi2015-12-07
| | | | | | | | | | The ideal fix would be to have a tox test command for running the interop server and client.
* | Merge pull request #4260 from jtattermusch/auth_interceptor_contextGravatar jboeuf2015-12-07
|\ \ | | | | | | Introduce auth interceptor context for C#
* \ \ Merge pull request #4290 from murgatroid99/node_auth_plugin_param_changeGravatar Jan Tattermusch2015-12-07
|\ \ \ | | | | | | | | Generalize metadata plugin arguments to future-proof it
* \ \ \ Merge pull request #4281 from soltanmm/LD50Gravatar Nathaniel Manista2015-12-04
|\ \ \ \ | | |_|/ | |/| | Make Python testing predictable again.
| * | | Generate coverage HTML reports for JenkinsGravatar Masood Malekghassemi2015-12-04
| | | |
| * | | Use toxGravatar Masood Malekghassemi2015-12-04
| | | |
| | * | Generalize metadata plugin arguments to future-proof itGravatar murgatroid992015-12-04
| |/ / |/| |
* | | Merge pull request #4282 from jcanizales/custom-mutable-dictGravatar Michael Lumish2015-12-04
|\ \ \ | | | | | | | | Use a custom NSMutableDictionary subclass for request headers
* \ \ \ Merge pull request #4277 from murgatroid99/node_backport_memory_leak_fixGravatar Nicolas Noble2015-12-04
|\ \ \ \ | | | | | | | | | | Node backport memory leak fix
| | * | | Mark the GRPCRequestHeaders protocol deprecatedGravatar Jorge Canizales2015-12-03
| | | | |
| | * | | Add the protocol back for backward compatibility.Gravatar Jorge Canizales2015-12-03
| | | | |
| | * | | Makes GRPCRequestHeaders a NSMutableDictionaryGravatar Jorge Canizales2015-12-03
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods
| | * | Fix Python interop test invocation in run_interop_tests.pyGravatar Masood Malekghassemi2015-12-03
| | | |
| | * | Make Python testing predictable againGravatar Masood Malekghassemi2015-12-03
| |/ / |/| | | | | | | | | | | | | | | | | This reorganizes the Python code, scraps the current testing infrastructure, and implements a simple test discovery and run script based on the standard Python unittest library so we can trust that our tests are running.
* | | Merge pull request #4269 from nathanielmanistaatgoogle/lifecycleGravatar Masood Malekghassemi2015-12-03
|\ \ \ | | | | | | | | Stub and server lifecycle fixes
| | * | Fixes memory leak when receiving dataGravatar Seongjin Cho2015-12-03
| | | |
| | * | Memory leak fix?Gravatar Seongjin Cho2015-12-03
| |/ / |/| |
* | | Merge pull request #4235 from jcanizales/use-boringsslGravatar Michael Lumish2015-12-03
|\ \ \ | | | | | | | | Use BoringSSL instead of OpenSSL
| | * | Fixes to stub and server lifecycleGravatar Nathaniel Manista2015-12-03
| | | | | | | | | | | | | | | | | | | | | | | | Context management is implemented. Stub deletion now cancels all RPCs immediately.
| | * | Migrate _termination_action into _EndGravatar Nathaniel Manista2015-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For a termination action to properly mark an _End as having stopped it must clear the _End's _cycle attribute. To be able to do that the termination action must hold a reference to the _End instance. Migrating the _termination_action behavior that creates termination actions into the scope of the _End instance is the best way to afford the needed instance reference.
| | | * introduce auth interceptor contextGravatar Jan Tattermusch2015-12-02
| | |/
* | | 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
| |