Craig Tiller
|
c357749b48
|
Merge pull request #4625 from murgatroid99/ruby_client_stub_fix_typo
Fix a bug recently reported in the mailing list
|
9 years ago |
Craig Tiller
|
9a781b7e56
|
Merge pull request #4620 from murgatroid99/ruby_auth_plugin_event_loop
Use specific ruby thread to handle auth metadata plugin callbacks
|
9 years ago |
murgatroid99
|
69108a335e
|
Resolved merge conflicts with upstream/release-0_12
|
9 years ago |
murgatroid99
|
cc2b8d423b
|
Fixed mutex and cond var usage
|
9 years ago |
Craig Tiller
|
ad8bc063dd
|
Merge pull request #4640 from murgatroid99/node_use_core_metadata_check
Use core metadata validation functions in Node library
|
9 years ago |
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
|
b9ff149ca6
|
Merge branch 'core_metadata_validation_empty_check' into node_use_core_metadata_check
|
9 years ago |
murgatroid99
|
58bb40fe74
|
Make metadata validation functions reject empty keys
|
9 years ago |
murgatroid99
|
f776f90058
|
Make Node library use core metadata validation instead of duplicating it
|
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 |
murgatroid99
|
7fac30dd1b
|
Update copyright
|
9 years ago |
murgatroid99
|
00450af711
|
Made ruby per-rpc creds interop use auth plugin API
|
9 years ago |
murgatroid99
|
a4d3d2c76b
|
Fix typo in method call
|
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 |
murgatroid99
|
f58404e1d5
|
Free what we alloc
|
9 years ago |
murgatroid99
|
9b83bd7c95
|
Use specific ruby thread to handle auth metadata plugin callbacks
|
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 |