Nicolas "Pixel" Noble
e6d72c2b4e
Removing emplace from python plugin.
10 years ago
Masood Malekghassemi
3c17f04af9
Merge pull request #795 from nathanielmanistaatgoogle/python-client-credentials
...
Python ClientCredentials object.
10 years ago
Masood Malekghassemi
02a74dd244
Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changes
...
Final changes to the early_adopter API.
10 years ago
Craig Tiller
08d27fcd11
Merge pull request #805 from tbetbetbe/grpc_ruby_temp_split_hostname_from_host_stering
...
Tmp fix: splits the hostname from the host before creating a call
10 years ago
jboeuf
3a0e41c28d
Merge pull request #801 from ctiller/sec-wtf
...
Strip port in peer name check
10 years ago
Craig Tiller
deb49dd1aa
Strip port in peer name check
...
This string comes from an authority field, which is allowed to contain a
':' port (see https://tools.ietf.org/html/rfc3986#section-3.2 ).
We need to strip it before performing host name verification.
10 years ago
Yang Gao
ad60177519
Merge pull request #800 from a11r/a11r-patch-1
...
Update examples/pubsub/README
10 years ago
Tim Emiola
7708998b5a
Tmp fix: splits the hostname from the host before creating a call
10 years ago
Abhishek Kumar
85f9963e14
Update README
10 years ago
Jayant Kolhe
8542900a2e
Merge pull request #799 from a11r/a11r-patch-1
...
Update CONTRIBUTING.md
10 years ago
Craig Tiller
7ff92c84ef
Merge pull request #798 from nicolasnoble/version
...
We have decided our release version number shall be 0.5.0.
10 years ago
Nicolas "Pixel" Noble
d32eab2a44
We have decided our release version number shall be 0.5.0.
10 years ago
Qi Zhao
dd3a1a8204
Merge pull request #777 from donnadionne/go-auth-tests
...
Go auth tests
10 years ago
Nathaniel Manista
c855d57666
Python ClientCredentials object.
10 years ago
Abhishek Kumar
9e81817ee5
Update CONTRIBUTING.md
...
Massage wording and fix the instructions for run_tests to remove reference to non-existsant -l all option.
10 years ago
donnadionne
e7209aed93
Merge pull request #794 from tbetbetbe/grpc_ruby_clear_default_creds_canary
...
Removes a redundant canary test
10 years ago
Tim Emiola
1d5f2d26df
Removes a redundant canary test
10 years ago
Michael Lumish
b63518a341
Merge pull request #786 from ctiller/travis-wrap
...
Make PHP compile
10 years ago
donnadionne
89654e5ea6
Merge pull request #793 from tbetbetbe/grpc_ruby_remove_default_creds_canary
...
Grpc ruby remove default creds canary
10 years ago
Craig Tiller
009c22e431
Merge pull request #792 from murgatroid99/node_interop_tls_fix
...
Fixed TLS host resolution problems
10 years ago
murgatroid99
3061606fde
Fixed TLS host resolution problems
10 years ago
Nathaniel Manista
c753c19b79
Merge pull request #791 from jtattermusch/python_testing
...
Python readme fixes
10 years ago
Jan Tattermusch
e0172a86a0
fix readme
10 years ago
Michael Lumish
46f8495266
Merge pull request #788 from ctiller/sec-wtf
...
Fix read through null pointer
10 years ago
Michael Lumish
da93f7988d
Merge pull request #787 from jtattermusch/log_redirection
...
Improvements in gRPC C# support for Windows
10 years ago
Jan Tattermusch
44553b5810
clang-format
10 years ago
Craig Tiller
363eb8e27b
Fix read through null pointer
10 years ago
Craig Tiller
035a904266
Make PHP compile
10 years ago
Jan Tattermusch
b17b00b541
Fix to make the conditional include under Windows
10 years ago
Jan Tattermusch
5ffb4c33dc
Include grpc_csharp_ext.dll only under Windows
10 years ago
Jan Tattermusch
abf2202246
grpc_csharp_ext.dll added to the project to force automatic copying to the output dir
10 years ago
Jan Tattermusch
5339814591
Added ability for c# to redirect C core logs to arbitrary sink
10 years ago
Nathaniel Manista
afae27cf5e
Merge pull request #739 from soltanmm/py-update
...
Updated Python protoc plugin and Python plugin testing.
10 years ago
Nathaniel Manista
9280790a5d
Final changes to the early_adopter API.
...
This makes grpc.early_adopter much more independent of RPC
Framework and cleaner at the cost of reexporting most of the
interfaces and writing several delegation classes.
10 years ago
Michael Lumish
886144544c
Merge pull request #783 from tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby
...
Grpc ruby switch auth to google auth library ruby
10 years ago
Tim Emiola
b7a64640bb
Fixes the GCE creds test flags
10 years ago
Tim Emiola
d2bff8e8ca
Updates the docker test commands
10 years ago
Tim Emiola
fca1eb454c
Remove the ruby gRPC auth implementation
10 years ago
Tim Emiola
71034819fd
Updates the pubsub demo to use the new auth library
10 years ago
Tim Emiola
d6e652716a
Updates the interop client to use the new auth library
10 years ago
Tim Emiola
f73fdfbbb3
Adds a reference to GoogleAuth
10 years ago
Tim Emiola
635dbbe2fc
Fixes the GCE creds test flags
10 years ago
Tim Emiola
fa4a4b52d8
Updates the docker test commands
10 years ago
Tim Emiola
517aa0c535
Merge pull request #722 from jtattermusch/csharp_performance
...
Added support for true synchronous unary call & some performance tests.
10 years ago
Tim Emiola
494f2f9706
Remove the ruby gRPC auth implementation
10 years ago
Tim Emiola
2731d3f40d
Updates the pubsub demo to use the new auth library
10 years ago
Tim Emiola
b44da465d6
Updates the interop client to use the new auth library
10 years ago
Tim Emiola
cc1150f49f
Adds a reference to GoogleAuth
10 years ago
David Klempner
2175674f97
Merge pull request #779 from ctiller/32B
...
Fix shutdown race in CHTTP2
10 years ago
Craig Tiller
d1345ded70
Fix shutdown race in CHTTP2
...
After we have called closed() ensure that no other callbacks are ever made.
10 years ago