Craig Tiller
6924aaa517
Merge pull request #4637 from murgatroid99/core_metadata_validation_empty_check
...
Make metadata validation functions reject empty keys
9 years ago
Craig Tiller
6b4066c131
Merge pull request #4634 from murgatroid99/ruby_metadata_downcasing
...
Make the Ruby extension throw an error when passed invalid metadata
9 years ago
Craig Tiller
b698eda17f
Merge pull request #4610 from murgatroid99/node_dependencies_version_update
...
Update some Node dependencies to more recent versions
9 years ago
murgatroid99
5e7a9fef0f
Slightly loosen dependencies
9 years ago
murgatroid99
58bb40fe74
Make metadata validation functions reject empty keys
9 years ago
Craig Tiller
160a690a4c
Merge pull request #4633 from murgatroid99/core_validate_metadata
...
Expose core metadata validation functions in public headers
9 years ago
murgatroid99
24e826ec56
Updated dependencies, fixed a couple of tests
9 years ago
murgatroid99
56fada5dfe
Make the Ruby extension throw an error when passed invalid metadata
9 years ago
murgatroid99
c9d3084b10
Merge branch 'core_validate_metadata' into ruby_metadata_downcasing
9 years ago
murgatroid99
36187ab66b
Fix header include syntax
9 years ago
murgatroid99
c3910cadb4
Expose core metadata validation functions in public headers
9 years ago
murgatroid99
c2ea3aec65
Parital implementation of ruby header checking
9 years ago
Craig Tiller
296ae72581
Merge pull request #4611 from murgatroid99/ruby_0.12_version_update
...
Update Ruby library version for next release
9 years ago
Craig Tiller
9b28987b66
Merge pull request #4615 from murgatroid99/backport_copyright_sanity_test
...
Backport copyright changes
9 years ago
Craig Tiller
a5c5e3144e
Merge pull request #4579 from jboeuf/security_connector_fixes-0_12
...
Security connector fixes for 0.12 branch
9 years ago
Craig Tiller
e3b7beeb38
Update copyrights
9 years ago
Craig Tiller
896ef305bc
Add copyright checks to sanity; make them verify copyright year is valid
9 years ago
Craig Tiller
8cf42d415d
Happy new year
9 years ago
Craig Tiller
889d50ff21
Fix newline at end of file
9 years ago
Craig Tiller
cb6ce54e31
Update copyrights
9 years ago
murgatroid99
73cefb8b90
Updated copyright in Ruby version file
9 years ago
murgatroid99
0e59927b87
Update Ruby library version for next release
9 years ago
murgatroid99
496ca7668e
Fixed a too-long line in a file
9 years ago
murgatroid99
17e781a928
Updated some Node dependencies to more recent versions
9 years ago
Craig Tiller
04cd49b552
Merge pull request #4560 from murgatroid99/node_generate_package.json
...
Generate the Node package.json from build.yaml
9 years ago
Michael Lumish
1702918247
Merge pull request #4480 from jcanizales/swift-sample
...
Update Swift sample’s XCode project to latest Swift version
9 years ago
Yang Gao
c0d41c3674
Merge pull request #4580 from jboeuf/cpp_auth_doc
...
Fixing cpp auth doc pointers.
9 years ago
Julien Boeuf
77bc16e38e
Fixing cpp auth doc pointers.
9 years ago
Julien Boeuf
b0437efbff
Unit testing the peer from auth context functionality.
9 years ago
Julien Boeuf
4d75f259bc
Removing the peer from the SSL security connector.
...
- Missing unit tests.
9 years ago
Julien Boeuf
05a8341cf1
Making the stack work with outgoing channel args.
9 years ago
Julien Boeuf
9a79e28c4e
Removing the auth context from the security connector.
...
The security connector is a channel/server port wide construct. On the
other hand, the auth_context is a per-connection construct.
9 years ago
murgatroid99
0bb6fcfb5a
Generate the Node package.json from build.yaml
9 years ago
Michael Lumish
d5e59e2a4a
Merge pull request #4540 from murgatroid99/node_minor_fixes
...
Fix a couple of minor issues in the Node library
9 years ago
murgatroid99
72dcfc73ab
Fix a couple of minor issues in the Node library
9 years ago
Craig Tiller
b9f0253a26
Merge pull request #4539 from jboeuf/roots_refresh
...
Refreshing the etc/roots.pem file.
9 years ago
Michael Lumish
3a6958ee12
Merge pull request #4538 from murgatroid99/ruby_bundle_core_release
...
Bundled C core with Ruby library
9 years ago
murgatroid99
28013eb554
Generate gemspec with a template
9 years ago
murgatroid99
b5703222a5
Include roots.pem with Ruby package
9 years ago
Julien Boeuf
64279c7c31
Refreshing the etc/roots.pem file.
...
Also added some documentation on how this file is generated.
9 years ago
murgatroid99
d7e1a10628
Bundled C core with Ruby library
9 years ago
Stanley Cheung
08ae945aac
Merge pull request #4534 from stanley-cheung/php_insecure_channel_creds_0_12
...
PHP: make ChannelCredentials::createInsecure explicit
9 years ago
Stanley Cheung
6aee7a8c45
php: make channel
...
credentials createInsecure explicit
9 years ago
Stanley Cheung
17ab6a1c50
php: bump version for release
9 years ago
Michael Lumish
0d1d054289
Merge pull request #4511 from grpc/fix-dictionary-warning
...
Prevent warnings on dictionaries w/o string keys
9 years ago
Jorge Canizales
47a7b9ebb0
Prevent warnings on dictionaries w/o string keys
...
Because the category makes the protocol apply to all `NSMutableDictionaries`, it can't assume keys are `NSString`. Because these types are covariant, the change is not breaking.
9 years ago
Nathaniel Manista
1f3b18de01
Merge pull request #4510 from soltanmm/typo-fix-0_12
...
Fix "+ +" typo in Python test harness.
9 years ago
Masood Malekghassemi
1e006e59f6
Fix typo in Python test harness
9 years ago
jboeuf
62058c56d2
Merge pull request #4489 from murgatroid99/ruby_explicit_insecure
...
Made insecure channel/stub explicit, in all layers
9 years ago
murgatroid99
d24424ff66
Fixed stub construction in interop client
9 years ago