Jayant Kolhe
c61127d156
Merge pull request #1 from a11r/a11r-patch-1
...
Update CONTRIBUTING.md
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
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
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
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
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
Craig Tiller
08cf970991
Merge pull request #602 from dklempner/unary_promotion_with_concurrent_poll
...
Ensure there is no concurrent poller for unary->multipoll
10 years ago
Abhishek Kumar
2e6a91b7f0
Merge pull request #776 from jboeuf/ssl_cipher_suites
...
Using HTTP2 compliant cipher suites by default.
10 years ago
Nicolas Noble
e80fc7a7fd
Merge pull request #778 from ctiller/mac
...
Fix mac build
10 years ago
Craig Tiller
36ccead403
Merge pull request #735 from jboeuf/fix_ssl_san
...
Verifying the peer name on the X509 Certs correctly.
10 years ago
Craig Tiller
b5a79f62de
Fix mac build
10 years ago
Julien Boeuf
d43f0c3713
Addressing comments.
10 years ago
Craig Tiller
783eddfd6b
Merge pull request #775 from jboeuf/strip_port_from_target_in_ssl
...
Removing port from checked ssl target name.
10 years ago
Julien Boeuf
8d6ec91241
Using HTTP2 compliant cipher suites by default.
...
- Added a way to override the cipher suites with an environment
variable so that we can still do interop testing with java7.
- Takes care of #681 .
10 years ago
Julien Boeuf
7fa3f41226
Removing port from checked ssl target name.
...
- Should fix #746 .
10 years ago
Qi Zhao
5ebc6e6cbd
Merge pull request #774 from donnadionne/go-auth-tests
...
Adding auth test into suite to be run automatically
10 years ago
Donna Dionne
5d9f62a49a
Adding auth test into suite to be run automatically
...
Temporarly taking out time out as it is not working properly on gcloud command
Restore a flag incorrectly removed earlier
10 years ago
Masood Malekghassemi
59d9ff4d9f
Updated Python protoc plugin testing.
10 years ago
donnadionne
92eaffedf6
Merge pull request #773 from murgatroid99/node_cloud_prod_interop_command
...
Fixed node cloud-prod commands
10 years ago
donnadionne
a770a6bff4
Merge pull request #771 from murgatroid99/node_auth_dependency
...
Fixed import of google-auth-library
10 years ago
murgatroid99
09e4583751
Fixed node cloud-prod commands
10 years ago
murgatroid99
f5c6625847
Fixed environment variable passing in node cloud-prod command
10 years ago
Julien Boeuf
0170a6c662
Addressing another round of comments.
10 years ago
Nicolas Noble
c69786b3fa
Merge pull request #768 from ctiller/http
...
Add HTTP2 header tracing
10 years ago
Nicolas Noble
cdd8cff045
Merge pull request #772 from ctiller/stfu
...
Spam cleanup
10 years ago
David Klempner
c6bccc24d3
Move close() to when the fd refcount goes to zero
...
Instead, we do a shutdown() at the point we are currently closing, to
kick off socket teardown while ensuring an fd ref is sufficient to make
concurrent syscalls like epoll_ctl safe.
10 years ago
Craig Tiller
5c6f21eda4
Also get rid of CHTTP2 settings spam
10 years ago
Craig Tiller
2c04a53450
Spam cleanup
10 years ago
murgatroid99
042e63ca36
Fixed import of google-auth-library
10 years ago
Craig Tiller
cb0a28eb86
Merge pull request #755 from nicolasnoble/feedback
...
Second batch of feedback.
10 years ago
Michael Lumish
eef1103d3a
Merge pull request #769 from tbetbetbe/grpc_rb_temporarily_disable_some_failing_tests
...
Temporarily suspend some tests that started failing because during the f...
10 years ago
Nicolas Noble
085603c112
Second batch of feedback.
10 years ago
Julien Boeuf
9fff77e4f8
Addressing comments.
10 years ago