Craig Tiller
9c7a6afaac
Merge pull request #806 from grpc/oaktowner-patch-2
...
Changing to use node instead of nodejs
10 years ago
Craig Tiller
82942f44ed
Merge pull request #807 from grpc/oaktowner-patch-1-1
...
Clarify INSTALL
10 years ago
Tim Emiola
874f9c9d3b
Merge pull request #789 from jtattermusch/interop_testing
...
In-process unit tests with test service, some interop test fixes.
10 years ago
Tim Emiola
201362637b
Merge pull request #810 from murgatroid99/node_instructions
...
Add Debian nodejs-legacy instructions
10 years ago
Michael Lumish
b189cbe7c0
Add Debian nodejs-legacy instructions
10 years ago
donnadionne
4e535a0954
Merge pull request #809 from nicolasnoble/python-emplace
...
Removing emplace from python plugin.
10 years ago
Nicolas "Pixel" Noble
e6d72c2b4e
Removing emplace from python plugin.
10 years ago
Dan Ciruli
de3c654bc9
Clarify INSTALL
...
Added better instructions (including the git instructions).
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
Dan Ciruli
80f62e7c50
Changing to use node instead of nodejs
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
Dan Ciruli
60fcca5dec
Update binding.gyp
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
Jayant Kolhe
c61127d156
Merge pull request #1 from a11r/a11r-patch-1
...
Update CONTRIBUTING.md
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
Jan Tattermusch
4788e78d10
fixed server streaming
10 years ago
Jan Tattermusch
0e1f527914
fix to make empty_stream pass against C++ server
10 years ago
Jan Tattermusch
208313895d
Added interop server, interop unit tests and fixes to pingpong
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
Craig Tiller
c1f1162787
Drastic speed up
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
Craig Tiller
4b5c4dbbb8
Drastic speed up
10 years ago