Jorge Canizales
d1908b10dd
Move podspec version to 0.12
9 years ago
Yang Gao
4ffc9d85f1
Merge pull request #4208 from jboeuf/cpp_new_creds_plugin_api
...
Cpp new creds plugin api
9 years ago
Julien Boeuf
6489740a7c
Improving documentation.
9 years ago
Julien Boeuf
67c2c95788
Fixing typo.
9 years ago
Julien Boeuf
2b8e9ca49d
Merge branch 'release-0_12' of github.com:grpc/grpc into cpp_new_creds_plugin_api
9 years ago
jboeuf
b1c41d7b0d
Merge pull request #4154 from jboeuf/new_creds_plugin_api
...
Changing the credentials plugin API.
9 years ago
Julien Boeuf
eb029c93fb
Better documentation of the method_name field.
...
Also passing empty string as opposed to NULL when the method name is not
found. This is much less error-prone.
9 years ago
Julien Boeuf
114f39475f
Cpp example of how the plugins can be done.
9 years ago
Julien Boeuf
caf9935e45
Also adding a credentials type to the plugin API.
...
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);
9 years ago
Jan Tattermusch
c1c5f2e8b8
Merge pull request #4166 from murgatroid99/node_0.12.0_version_bump
...
Updated Node package version to 0.12.0
9 years ago
murgatroid99
f37a90c0d9
Updated Node package version to 0.12.0
9 years ago
Michael Lumish
315fe61640
Merge pull request #4162 from jtattermusch/bump_csharp_version
...
bump C# version to 0.12.0
9 years ago
Jan Tattermusch
1db095d442
bump C# version to 0.12.0
9 years ago
Julien Boeuf
35b6b94667
Fixing node build.
9 years ago
Julien Boeuf
3c957e60a3
Fixing implementations.
9 years ago
Julien Boeuf
ea44bba3b9
Changing the credentials plugin API.
...
- The plugin is now passed more information that it can use to create
auth metadata:
- service_url (as before)
- method name
- channel_auth_context
9 years ago
jboeuf
731c83f9d3
Merge pull request #3765 from jboeuf/core_creds_api_change
...
Core credentials API refactoring
9 years ago
Julien Boeuf
25e46bf034
Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change
9 years ago
jboeuf
1505b69e9f
Merge pull request #4150 from jboeuf/fix_null_terminator_in_cert
...
Fixing NULL terminator for test cert.
9 years ago
Julien Boeuf
0c9e0b1e2d
Fixing NULL terminator for test cert.
...
Forgot to do that when I replaced the cert in #4096 . Thanks asan for
catching that!
9 years ago
Julien Boeuf
232d625a84
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
9 years ago
jboeuf
930df6f13c
Merge pull request #4096 from jboeuf/update_ssl_cert
...
Updating the server1 cert so that it can be used with Go.
9 years ago
Julien Boeuf
802f6b6724
Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert
9 years ago
Julien Boeuf
6049ebd8d2
More C++ fixes (the merge did not quite work...).
9 years ago
Julien Boeuf
9a437c2c46
Forgot to fix driver.cc somehow...
9 years ago
Julien Boeuf
e32075fd8a
Fixing tests.
9 years ago
Jan Tattermusch
7fc77e06ba
Merge pull request #4139 from grpc/release-0_11
...
Merge release-0_11 into master
9 years ago
David G. Quintas
f3923f0316
Merge pull request #4142 from yang-g/cancel
...
Handle Cancel before start.
9 years ago
Nathaniel Manista
fb080a754a
Merge pull request #4135 from soltanmm/example-fix
...
Add missing grace value to server stop in Python example.
9 years ago
Julien Boeuf
675b5ce861
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
9 years ago
jboeuf
b0d1e3d95f
Merge pull request #8 from soltanmm/credz
...
Update Python C wrapping layers to new credentials API
9 years ago
Jan Tattermusch
ab88da26ba
Merge pull request #4141 from carl-mastrangelo/fixLink
...
Fix dead link in doc
9 years ago
yang-g
b0e5e082b0
include header
9 years ago
yang-g
a89bf50cf1
Handle cancel before start case
9 years ago
Masood Malekghassemi
7fdfe1afd8
Bandaid over differences in the C API for Python credentials
9 years ago
Carl Mastrangelo
f030b8dae8
Fix dead link in doc
9 years ago
Nicolas Noble
bef0d6d9f6
Merge pull request #4058 from murgatroid99/node_build_yaml
...
Generate all file lists and build target lists in binding.gyp from build.yaml
9 years ago
Sree Kuchibhotla
3cabe69f02
Merge pull request #4138 from dgquintas/std_thread
...
Fix naming issue in stress_test
9 years ago
David Garcia Quintas
5dc96fb5b8
Comments
9 years ago
David Garcia Quintas
5de1616336
Fix naming issue in stress_test
...
(via ahh@google.com )
Under some configurations gRPC includes google3 base headers. google3
has a namespace "thread" which mixes poorly with unqualified use of the
type std::thread; adding that namespace to various google3 headers
breaks this test.
9 years ago
Jorge Canizales
6b116ac825
Merge pull request #4134 from ejona86/improve-language
...
Improve grammar/language for clarity
9 years ago
Masood Malekghassemi
77ebadc662
Add grace=0 to server stop in Python example
...
Fixes #4122
9 years ago
Eric Anderson
94aa0fd393
Improve grammar/language for clarity
9 years ago
Masood Malekghassemi
8e269cfd62
Merge pull request #4044 from nathanielmanistaatgoogle/exception-str
...
Add a useful __str__ method to face exceptions
9 years ago
Michael Lumish
118c0a0eec
Merge pull request #4127 from olostan/patch-1
...
Small typo of NodeJS version in README.md
9 years ago
Valentyn Shybanov
2e5ba81668
Small typo of NodeJS version in README.md
9 years ago
Tim Emiola
e695941aeb
Merge pull request #4091 from murgatroid99/node_channel_args_malloc
...
Fixed incorrect type in a malloc in Node extension
9 years ago
Michael Lumish
06029a03c5
Merge pull request #4120 from tbetbetbe/grpc_ruby_fix_compile_on_2_0_typed_free_immediately
...
Corrects compile error on ruby 2.0
9 years ago
Tim Emiola
9161a82565
Corrects compile error on ruby 2.0
9 years ago
Yang Gao
0af4b59f52
Merge pull request #4114 from jboeuf/ssl_override_doc
...
Fixing the doc to warn of the dangers for overriding the target name …
9 years ago