Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update Swift sample’s XCode project to latest Swift version | Jorge Canizales | 2015-12-15 |
| | |||
* | Merge pull request #4323 from soltanmm/LD50 | Jan Tattermusch | 2015-12-07 |
|\ | | | | | Fix interop Python test invocation | ||
| * | Fix interop Python test invocation | Masood Malekghassemi | 2015-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_context | jboeuf | 2015-12-07 |
|\ \ | | | | | | | Introduce auth interceptor context for C# | ||
* \ \ | Merge pull request #4290 from murgatroid99/node_auth_plugin_param_change | Jan Tattermusch | 2015-12-07 |
|\ \ \ | | | | | | | | | Generalize metadata plugin arguments to future-proof it | ||
* \ \ \ | Merge pull request #4281 from soltanmm/LD50 | Nathaniel Manista | 2015-12-04 |
|\ \ \ \ | | |_|/ | |/| | | Make Python testing predictable again. | ||
| * | | | Generate coverage HTML reports for Jenkins | Masood Malekghassemi | 2015-12-04 |
| | | | | |||
| * | | | Use tox | Masood Malekghassemi | 2015-12-04 |
| | | | | |||
| | * | | Generalize metadata plugin arguments to future-proof it | murgatroid99 | 2015-12-04 |
| |/ / |/| | | |||
* | | | Merge pull request #4282 from jcanizales/custom-mutable-dict | Michael Lumish | 2015-12-04 |
|\ \ \ | | | | | | | | | Use a custom NSMutableDictionary subclass for request headers | ||
* \ \ \ | Merge pull request #4277 from murgatroid99/node_backport_memory_leak_fix | Nicolas Noble | 2015-12-04 |
|\ \ \ \ | | | | | | | | | | | Node backport memory leak fix | ||
| | * | | | Mark the GRPCRequestHeaders protocol deprecated | Jorge Canizales | 2015-12-03 |
| | | | | | |||
| | * | | | Add the protocol back for backward compatibility. | Jorge Canizales | 2015-12-03 |
| | | | | | |||
| | * | | | Makes GRPCRequestHeaders a NSMutableDictionary | Jorge Canizales | 2015-12-03 |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods | ||
| | * | | Fix Python interop test invocation in run_interop_tests.py | Masood Malekghassemi | 2015-12-03 |
| | | | | |||
| | * | | Make Python testing predictable again | Masood Malekghassemi | 2015-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/lifecycle | Masood Malekghassemi | 2015-12-03 |
|\ \ \ | | | | | | | | | Stub and server lifecycle fixes | ||
| | * | | Fixes memory leak when receiving data | Seongjin Cho | 2015-12-03 |
| | | | | |||
| | * | | Memory leak fix? | Seongjin Cho | 2015-12-03 |
| |/ / |/| | | |||
* | | | Merge pull request #4235 from jcanizales/use-boringssl | Michael Lumish | 2015-12-03 |
|\ \ \ | | | | | | | | | Use BoringSSL instead of OpenSSL | ||
| | * | | Fixes to stub and server lifecycle | Nathaniel Manista | 2015-12-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | Context management is implemented. Stub deletion now cancels all RPCs immediately. | ||
| | * | | Migrate _termination_action into _End | Nathaniel Manista | 2015-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 context | Jan Tattermusch | 2015-12-02 |
| | |/ | |||
* | | | Merge pull request #4226 from nicolasnoble/format-0_12 | Craig Tiller | 2015-12-02 |
|\ \ \ | |_|/ |/| | | Clang format. | ||
| | * | Move BoringSSL.podspec into src, and point Podfiles to it | Jorge Canizales | 2015-12-01 |
| | | | |||
| | * | Point gRPC.podspec to pushed BoringSSL version | Jorge Canizales | 2015-12-01 |
| | | | | | | | | | | | | (1.0) | ||
| | * | Prepare pod for submission. | Jorge Canizales | 2015-12-01 |
| | | | |||
| | * | BoringSSL.podspec: Workaround Swift compiler problem. | Jorge Canizales | 2015-12-01 |
| | | | | | | | | | | | | Maybe it’s Cocoapods. | ||
| | * | Point spec to BoringSSL | Jorge Canizales | 2015-12-01 |
| |/ |/| | |||
| * | Clang format. | Nicolas "Pixel" Noble | 2015-12-01 |
|/ | |||
* | Merge pull request #4223 from jcanizales/filter-protobuf-warnings | Michael Lumish | 2015-12-01 |
|\ | | | | | Filter Protobuf nullable warnings | ||
* \ | Merge pull request #4210 from jcanizales/objc-012 | Michael Lumish | 2015-12-01 |
|\ \ | | | | | | | Update ObjC versions for 0.12 release | ||
| * | | The podspec is a template. The podspec is a template. | Jorge Canizales | 2015-12-01 |
| | | | | | | | | | The podspec is a template. | ||
| | * | Filter Protobuf nullable warnings | Jorge Canizales | 2015-12-01 |
| |/ |/| | |||
| * | Adjust version requirements through samples and tests. | Jorge Canizales | 2015-11-25 |
| | | |||
| * | Move podspec version to 0.12 | Jorge Canizales | 2015-11-25 |
|/ | |||
* | Merge pull request #4208 from jboeuf/cpp_new_creds_plugin_api | Yang Gao | 2015-11-25 |
|\ | | | | | Cpp new creds plugin api | ||
| * | Improving documentation. | Julien Boeuf | 2015-11-25 |
| | | |||
| * | Fixing typo. | Julien Boeuf | 2015-11-25 |
| | | |||
| * | Merge branch 'release-0_12' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-11-25 |
| |\ | |/ |/| | | | cpp_new_creds_plugin_api | ||
* | | Merge pull request #4154 from jboeuf/new_creds_plugin_api | jboeuf | 2015-11-25 |
|\ \ | | | | | | | Changing the credentials plugin API. | ||
| * | | Better documentation of the method_name field. | Julien Boeuf | 2015-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. | Julien Boeuf | 2015-11-19 |
| |/ | |||
| * | Also adding a credentials type to the plugin API. | Julien Boeuf | 2015-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_bump | Jan Tattermusch | 2015-11-19 |
|\ \ | | | | | | | Updated Node package version to 0.12.0 | ||
| * | | Updated Node package version to 0.12.0 | murgatroid99 | 2015-11-19 |
|/ / | |||
* | | Merge pull request #4162 from jtattermusch/bump_csharp_version | Michael Lumish | 2015-11-19 |
|\ \ | | | | | | | bump C# version to 0.12.0 | ||
| * | | bump C# version to 0.12.0 | Jan Tattermusch | 2015-11-19 |
|/ / | |||
| * | Fixing node build. | Julien Boeuf | 2015-11-18 |
| | | |||
| * | Fixing implementations. | Julien Boeuf | 2015-11-18 |
| | |