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
Craig Tiller
336ad50973
Use signals instead of sleep to wait for jobs
10 years ago
David Klempner
a512c33e74
Merge pull request #756 from ctiller/test
...
Support taking a regex on test short name
10 years ago
David Klempner
b505661b1a
Add a shutdown API to pollset
...
This allows us to safely asynchronously add FDs in the
possibly-promoting unary add case.
Also fix the unary add async path to properly handle more of the extra
cases it needs to handle.
10 years ago
Craig Tiller
fe406ec601
Support taking a regex on test short name
...
Allows run_tests to focus on one particular test if necessary.
Useful in combination with runs_per_test.
10 years ago
Nicolas Noble
47f523b508
Merge pull request #754 from yang-g/master
...
suppress output of 'which protoc'
10 years ago
Yang Gao
044fe221b1
suppress output of which
10 years ago
Nathaniel Manista
f4e3f3f8d6
Avoid CANCELLATION ticket kind for back-to-front tickets.
...
It's not (yet, see issue 752) allowed and code at the higher
level doesn't know how to deal with it.
10 years ago
Yang Gao
8e7a7dbdf3
Merge pull request #751 from nicolasnoble/typos
...
Fixing typo in Makefile.
10 years ago
Nicolas "Pixel" Noble
2c23a725c0
Fixing typo in Makefile.
...
Closes #742 .
10 years ago
murgatroid99
7d2adf0e11
Updated interop proto for compatibility with proto3 servers
10 years ago
jayantkolhe
2e397c5d5f
Merge remote-tracking branch 'upstream/master'
10 years ago
Craig Tiller
eeef8cd52b
Merge pull request #745 from murgatroid99/node_copyright_format
...
Fixed copyright format in some example files
10 years ago
murgatroid99
b0028270e6
Fixed copyright format in some example files
10 years ago
Craig Tiller
a6e8c20115
Add copyrights to some Dockerfiles
10 years ago
murgatroid99
b1b3dea600
Merge branch 'master' into node_status_errors
10 years ago
Tim Emiola
a29a1223d7
Merge pull request #737 from murgatroid99/node_fix_lint
...
Fixed old lint errors
10 years ago
Jan Tattermusch
5b141669e6
Added some measurement numbers to comments.
10 years ago
Jan Tattermusch
a0fcfcc1fa
Fixed formatting
10 years ago
Yang Gao
f7c87c2741
Merge pull request #727 from ctiller/deprecate-c++
...
s/CreateChannel/CreateChannelDeprecated
10 years ago
murgatroid99
99885c9834
Fixed old lint errors
10 years ago
murgatroid99
98cbc5a496
Fixed old lint errors
10 years ago
murgatroid99
4075f2a0b6
Return error status as actual errors to client callbacks
10 years ago
Michael Lumish
a7552b9d4c
Merge pull request #721 from yang-g/master
...
Remove stale comment
10 years ago
Masood Malekghassemi
34fb751feb
Merge pull request #736 from nathanielmanistaatgoogle/propagate-link-join
...
Propagate ForeLink-joining to the inner RearLink.
10 years ago
Craig Tiller
b9d91eb454
Merge github.com:google/grpc into deprecate-c++
...
Conflicts:
test/cpp/end2end/async_end2end_test.cc
test/cpp/end2end/end2end_test.cc
10 years ago
David Klempner
c75beaa016
Merge branch 'master' into unary_promotion_with_concurrent_poll
10 years ago
Yang Gao
0b9dfcf02a
Merge pull request #725 from ctiller/unique
...
Move to unique_ptr for all GRPC returned objects
10 years ago
Nathaniel Manista
4ad01246e3
Propagate ForeLink-joining to the inner RearLink.
...
rear._ActivatedRearLink's inner RearLink should of
course send its tickets to whatever ForeLink was joined
to the rear._ActivatedRearLink.
10 years ago
Julien Boeuf
597a4f2273
Verifying the peer name on the X509 Certs correctly.
...
- The SANs take precedence over the CN.
- The CN is only checked if there are no SANs.
- Fixing the tests as the test cert did not list *.test.google.com in
the SANs. Will fix the test cert another time...
10 years ago
Craig Tiller
ebda87a9a7
Merge pull request #734 from nicolasnoble/feedback
...
Addressing a first batch of feedback.
10 years ago
Nicolas Noble
65b0759653
Addressing a first batch of feedback.
10 years ago
Masood Malekghassemi
571a9c8df4
Merge pull request #732 from nathanielmanistaatgoogle/assembly-level-port-method
...
Add a port method to assembly-level servers.
10 years ago
Qi Zhao
cb1f8c01d0
Merge pull request #733 from donnadionne/go-auth-tests
...
Go auth tests
10 years ago