aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | Merge pull request #775 from jboeuf/strip_port_from_target_in_sslGravatar Craig Tiller2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | Removing port from checked ssl target name.
| | | * | | | | | | | Using HTTP2 compliant cipher suites by default.Gravatar Julien Boeuf2015-02-24
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * | | | | | | | | Removing port from checked ssl target name.Gravatar Julien Boeuf2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Should fix #746.
* | | | | | | | | | Merge pull request #774 from donnadionne/go-auth-testsGravatar Qi Zhao2015-02-24
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Adding auth test into suite to be run automatically
| * | | | | | | | | Adding auth test into suite to be run automaticallyGravatar Donna Dionne2015-02-24
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporarly taking out time out as it is not working properly on gcloud command Restore a flag incorrectly removed earlier
| | | | | | * | | Updated Python protoc plugin testing.Gravatar Masood Malekghassemi2015-02-24
| | | | | | | | |
* | | | | | | | | Merge pull request #773 from murgatroid99/node_cloud_prod_interop_commandGravatar donnadionne2015-02-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed node cloud-prod commands
* \ \ \ \ \ \ \ \ \ Merge pull request #771 from murgatroid99/node_auth_dependencyGravatar donnadionne2015-02-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed import of google-auth-library
| | * | | | | | | | | Fixed node cloud-prod commandsGravatar murgatroid992015-02-24
| | | | | | | | | | |
| | * | | | | | | | | Fixed environment variable passing in node cloud-prod commandGravatar murgatroid992015-02-24
| |/ / / / / / / / / |/| | | | | | | | |
| | * | | | | | | | Addressing another round of comments.Gravatar Julien Boeuf2015-02-24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #768 from ctiller/httpGravatar Nicolas Noble2015-02-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add HTTP2 header tracing
* \ \ \ \ \ \ \ \ \ \ Merge pull request #772 from ctiller/stfuGravatar Nicolas Noble2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | Spam cleanup
| | | | | * | | | | | Move close() to when the fd refcount goes to zeroGravatar David Klempner2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | | | | | | | | * Merge remote-tracking branch 'upstream/master'Gravatar jayantkolhe2015-02-24
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | * | | | | | | | | Also get rid of CHTTP2 settings spamGravatar Craig Tiller2015-02-24
| | | | | | | | | | |
| * | | | | | | | | | Spam cleanupGravatar Craig Tiller2015-02-24
|/ / / / / / / / / /
| | * | | | | | | | Fixed import of google-auth-libraryGravatar murgatroid992015-02-24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #755 from nicolasnoble/feedbackGravatar Craig Tiller2015-02-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Second batch of feedback.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #769 from ↵Gravatar Michael Lumish2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_rb_temporarily_disable_some_failing_tests Temporarily suspend some tests that started failing because during the f...
| | * | | | | | | | | Second batch of feedback.Gravatar Nicolas Noble2015-02-24
| | | | | | | | | | |
| | | | | * | | | | | Addressing comments.Gravatar Julien Boeuf2015-02-24
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #763 from ctiller/fix2Gravatar Nicolas Noble2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove redundant variable set
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #764 from ctiller/fix3Gravatar Nicolas Noble2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused variable
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #759 from ctiller/testGravatar Nicolas Noble2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support writes failing
| | | | | | * | | | | | | | Add HTTP2 header tracingGravatar Craig Tiller2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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...
* | | | | | | | | | | | | | Merge pull request #762 from ctiller/fix1Gravatar jboeuf2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | Fix potential leak
| | | | | * | | | | | | | | Temporarily suspend some tests that started failing because during the final ↵Gravatar Tim Emiola2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shutdown
* | | | | | | | | | | | | | Merge pull request #743 from murgatroid99/node_status_errorsGravatar Tim Emiola2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make status errors actual Error objects when passing them to callbacks
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #765 from tbetbetbe/grpc_rb_rename_c_creds_apiGravatar Michael Lumish2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | Reflect a C-api name change
* | | | | | | | | | | | | | | Merge pull request #744 from ctiller/copyrightGravatar Tim Emiola2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add copyrights to some Dockerfiles
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #750 from murgatroid99/node_interop_compatibilityGravatar Tim Emiola2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated interop proto for compatibility with proto3 servers
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #760 from murgatroid99/node_default_credentials_fixGravatar Tim Emiola2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed reference to grpc_default_credentials_create
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #753 from nathanielmanistaatgoogle/cancellation-ticket-kindGravatar Masood Malekghassemi2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid CANCELLATION ticket kind for back-to-front tickets.
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #761 from ctiller/chexxyGravatar Yang Gao2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Server.Wait
| | | | | | | | | | * | | | | | | | | | Remove unused variableGravatar Craig Tiller2015-02-24
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | Remove redundant variable setGravatar Craig Tiller2015-02-24
| | | | | | | | | | |/ / / / / / / / /
| | | | | | | | * | / / / / / / / / / Fix potential leakGravatar Craig Tiller2015-02-24
| | | | | | | | | |/ / / / / / / / / | | | | | | | | |/| | | | | | | | |
| * | | | | | | | | | | | | | | | | Add Server.WaitGravatar Craig Tiller2015-02-24
| | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Reflect a C-api name changeGravatar Tim Emiola2015-02-24
| |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Fixed reference to grpc_default_credentials_createGravatar murgatroid992015-02-24
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | | | | * | | | | | | | Support writes failingGravatar Craig Tiller2015-02-24
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #758 from ctiller/testGravatar Nathaniel Manista2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | Use signals instead of sleep to wait for jobs
| * | | | | | | | | | | | | | Use signals instead of sleep to wait for jobsGravatar Craig Tiller2015-02-24
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #756 from ctiller/testGravatar David Klempner2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support taking a regex on test short name
| | | | | | | | | | * | | | | Add a shutdown API to pollsetGravatar David Klempner2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | | | | Support taking a regex on test short nameGravatar Craig Tiller2015-02-24
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows run_tests to focus on one particular test if necessary. Useful in combination with runs_per_test.
* | | | | | | | | | | | | | Merge pull request #754 from yang-g/masterGravatar Nicolas Noble2015-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | suppress output of 'which protoc'
| * | | | | | | | | | | | | | suppress output of whichGravatar Yang Gao2015-02-24
|/ / / / / / / / / / / / / /
| | * / / / / / / / / / / / Avoid CANCELLATION ticket kind for back-to-front tickets.Gravatar Nathaniel Manista2015-02-24
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not (yet, see issue 752) allowed and code at the higher level doesn't know how to deal with it.