Tim Emiola
517aa0c535
Merge pull request #722 from jtattermusch/csharp_performance
...
Added support for true synchronous unary call & some performance tests.
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
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
Nicolas Noble
9d316190e6
Merge pull request #763 from ctiller/fix2
...
Remove redundant variable set
10 years ago
Nicolas Noble
ce99abffe6
Merge pull request #764 from ctiller/fix3
...
Remove unused variable
10 years ago
Nicolas Noble
f4f0b685b6
Merge pull request #759 from ctiller/test
...
Support writes failing
10 years ago
Craig Tiller
d50e565cda
Add HTTP2 header tracing
...
HPACK makes headers on the wire very difficult to read. Add a trace facility to print them on the receive path.
Later this will be expanded no doubt for sending headers, stream creation, etc...
10 years ago
jboeuf
a6792f336b
Merge pull request #762 from ctiller/fix1
...
Fix potential leak
10 years ago
Tim Emiola
18180f0e84
Temporarily suspend some tests that started failing because during the final shutdown
10 years ago
Tim Emiola
ce5dd73193
Merge pull request #743 from murgatroid99/node_status_errors
...
Make status errors actual Error objects when passing them to callbacks
10 years ago
Michael Lumish
a8d8a96877
Merge pull request #765 from tbetbetbe/grpc_rb_rename_c_creds_api
...
Reflect a C-api name change
10 years ago
Tim Emiola
b7835ab788
Merge pull request #744 from ctiller/copyright
...
Add copyrights to some Dockerfiles
10 years ago
Tim Emiola
0e3e0ae843
Merge pull request #750 from murgatroid99/node_interop_compatibility
...
Updated interop proto for compatibility with proto3 servers
10 years ago
Tim Emiola
c667eb23d0
Merge pull request #760 from murgatroid99/node_default_credentials_fix
...
Fixed reference to grpc_default_credentials_create
10 years ago
Masood Malekghassemi
78c96071b6
Merge pull request #753 from nathanielmanistaatgoogle/cancellation-ticket-kind
...
Avoid CANCELLATION ticket kind for back-to-front tickets.
10 years ago
Yang Gao
ab399fa559
Merge pull request #761 from ctiller/chexxy
...
Add Server.Wait
10 years ago
Craig Tiller
9b070fa2de
Remove unused variable
10 years ago
Craig Tiller
4090993657
Remove redundant variable set
10 years ago
Craig Tiller
3be76ac74f
Fix potential leak
10 years ago
Craig Tiller
6e57b9edb1
Add Server.Wait
10 years ago
Tim Emiola
957537e016
Reflect a C-api name change
10 years ago
murgatroid99
e4939830c0
Fixed reference to grpc_default_credentials_create
10 years ago
Craig Tiller
23d2f3f2b1
Support writes failing
10 years ago
Nathaniel Manista
175533c8e4
Merge pull request #758 from ctiller/test
...
Use signals instead of sleep to wait for jobs
10 years ago