Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #602 from dklempner/unary_promotion_with_concurrent_poll | Craig Tiller | 2015-02-24 |
|\ | | | | | Ensure there is no concurrent poller for unary->multipoll | ||
* \ | Merge pull request #776 from jboeuf/ssl_cipher_suites | Abhishek Kumar | 2015-02-24 |
|\ \ | | | | | | | Using HTTP2 compliant cipher suites by default. | ||
* \ \ | Merge pull request #778 from ctiller/mac | Nicolas Noble | 2015-02-24 |
|\ \ \ | | | | | | | | | Fix mac build | ||
* \ \ \ | Merge pull request #735 from jboeuf/fix_ssl_san | Craig Tiller | 2015-02-24 |
|\ \ \ \ | | | | | | | | | | | Verifying the peer name on the X509 Certs correctly. | ||
| | * | | | Fix mac build | Craig Tiller | 2015-02-24 |
| |/ / / |/| | | | |||
| | * | | Addressing comments. | Julien Boeuf | 2015-02-24 |
| | | | | |||
| | * | | Using HTTP2 compliant cipher suites by default. | Julien Boeuf | 2015-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. | Julien Boeuf | 2015-02-24 |
| |/ / |/| | | | | | | | | - Should fix #746. | ||
* | | | Merge pull request #771 from murgatroid99/node_auth_dependency | donnadionne | 2015-02-24 |
|\ \ \ | | | | | | | | | Fixed import of google-auth-library | ||
| | * | | Addressing another round of comments. | Julien Boeuf | 2015-02-24 |
| | | | | |||
* | | | | Merge pull request #768 from ctiller/http | Nicolas Noble | 2015-02-24 |
|\ \ \ \ | | | | | | | | | | | Add HTTP2 header tracing | ||
| | | | * | Move close() to when the fd refcount goes to zero | David Klempner | 2015-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. | ||
| * | | | | Also get rid of CHTTP2 settings spam | Craig Tiller | 2015-02-24 |
| | | | | | |||
* | | | | | Spam cleanup | Craig Tiller | 2015-02-24 |
| | | | | | |||
| | * | | | Fixed import of google-auth-library | murgatroid99 | 2015-02-24 |
| | | | | | |||
* | | | | | Merge pull request #755 from nicolasnoble/feedback | Craig Tiller | 2015-02-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Second batch of feedback. | ||
* \ \ \ \ \ | Merge pull request #769 from ↵ | Michael Lumish | 2015-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. | Nicolas Noble | 2015-02-24 |
| | | | | | | | |||
| | | | | * | | Addressing comments. | Julien Boeuf | 2015-02-24 |
| | | | | | | | |||
* | | | | | | | Merge pull request #763 from ctiller/fix2 | Nicolas Noble | 2015-02-24 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove redundant variable set | ||
* \ \ \ \ \ \ \ | Merge pull request #764 from ctiller/fix3 | Nicolas Noble | 2015-02-24 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove unused variable | ||
| | | | | * | | | | Add HTTP2 header tracing | Craig Tiller | 2015-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/fix1 | jboeuf | 2015-02-24 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | Fix potential leak | ||
| | | | * | | | | | Temporarily suspend some tests that started failing because during the final ↵ | Tim Emiola | 2015-02-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shutdown | ||
* | | | | | | | | | Merge pull request #743 from murgatroid99/node_status_errors | Tim Emiola | 2015-02-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make status errors actual Error objects when passing them to callbacks | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #765 from tbetbetbe/grpc_rb_rename_c_creds_api | Michael Lumish | 2015-02-24 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | Reflect a C-api name change | ||
* | | | | | | | | | | Merge pull request #750 from murgatroid99/node_interop_compatibility | Tim Emiola | 2015-02-24 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Updated interop proto for compatibility with proto3 servers | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #760 from murgatroid99/node_default_credentials_fix | Tim Emiola | 2015-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixed reference to grpc_default_credentials_create | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #753 from nathanielmanistaatgoogle/cancellation-ticket-kind | Masood Malekghassemi | 2015-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid CANCELLATION ticket kind for back-to-front tickets. | ||
| | | | | | | * | | | | | | Remove unused variable | Craig Tiller | 2015-02-24 |
| | | | | | | | | | | | | | |||
| | | | | | | | * | | | | | Remove redundant variable set | Craig Tiller | 2015-02-24 |
| | | | | | | |/ / / / / | |||
| | | | | | * / / / / / | Fix potential leak | Craig Tiller | 2015-02-24 |
| | | | | | |/ / / / / | |||
* | | | | | | / / / / | Add Server.Wait | Craig Tiller | 2015-02-24 |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||
| | | | * | | | | | | Reflect a C-api name change | Tim Emiola | 2015-02-24 |
| |_|_|/ / / / / / |/| | | | | | | | | |||
| | * | | | | | | | Fixed reference to grpc_default_credentials_create | murgatroid99 | 2015-02-24 |
| |/ / / / / / / |/| | | | | | | | |||
| | | | | | | * | Add a shutdown API to pollset | David Klempner | 2015-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. | ||
| * | | | | | | | Avoid CANCELLATION ticket kind for back-to-front tickets. | Nathaniel Manista | 2015-02-24 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not (yet, see issue 752) allowed and code at the higher level doesn't know how to deal with it. | ||
| * | | | | | | Updated interop proto for compatibility with proto3 servers | murgatroid99 | 2015-02-24 |
| | | | | | | | |||
* | | | | | | | Fixed copyright format in some example files | murgatroid99 | 2015-02-24 |
|/ / / / / / | |||
| * | | | | | Merge branch 'master' into node_status_errors | murgatroid99 | 2015-02-24 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||
* | | | | | | Merge pull request #737 from murgatroid99/node_fix_lint | Tim Emiola | 2015-02-24 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fixed old lint errors | ||
* | | | | | | Merge pull request #727 from ctiller/deprecate-c++ | Yang Gao | 2015-02-23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | s/CreateChannel/CreateChannelDeprecated | ||
| | * | | | | | Fixed old lint errors | murgatroid99 | 2015-02-23 |
| |/ / / / / |/| | | | | | |||
| | * | | | | Fixed old lint errors | murgatroid99 | 2015-02-23 |
| | | | | | | |||
| | * | | | | Return error status as actual errors to client callbacks | murgatroid99 | 2015-02-23 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #721 from yang-g/master | Michael Lumish | 2015-02-23 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove stale comment | ||
* \ \ \ \ \ | Merge pull request #736 from nathanielmanistaatgoogle/propagate-link-join | Masood Malekghassemi | 2015-02-23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Propagate ForeLink-joining to the inner RearLink. | ||
| | | * \ \ \ | Merge github.com:google/grpc into deprecate-c++ | Craig Tiller | 2015-02-23 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc | ||
| | | | | | * | Merge branch 'master' into unary_promotion_with_concurrent_poll | David Klempner | 2015-02-23 |
| | | | | | |\ | |||
* | | | | | | \ | Merge pull request #725 from ctiller/unique | Yang Gao | 2015-02-23 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Move to unique_ptr for all GRPC returned objects |