aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #602 from dklempner/unary_promotion_with_concurrent_pollGravatar Craig Tiller2015-02-24
|\ | | | | Ensure there is no concurrent poller for unary->multipoll
* \ Merge pull request #776 from jboeuf/ssl_cipher_suitesGravatar Abhishek Kumar2015-02-24
|\ \ | | | | | | Using HTTP2 compliant cipher suites by default.
* \ \ Merge pull request #778 from ctiller/macGravatar Nicolas Noble2015-02-24
|\ \ \ | | | | | | | | Fix mac build
* \ \ \ Merge pull request #735 from jboeuf/fix_ssl_sanGravatar Craig Tiller2015-02-24
|\ \ \ \ | | | | | | | | | | Verifying the peer name on the X509 Certs correctly.
| | * | | Fix mac buildGravatar Craig Tiller2015-02-24
| |/ / / |/| | |
| | * | Addressing comments.Gravatar Julien Boeuf2015-02-24
| | | |
| | * | 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 #771 from murgatroid99/node_auth_dependencyGravatar donnadionne2015-02-24
|\ \ \ | | | | | | | | Fixed import of google-auth-library
| | * | 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
| | | | * 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.
| * | | | 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
| | | | | * | | | 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 #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.
| | | | | | | * | | | | | 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
| |/ / / / / / / |/| | | | | | |
| | | | | | | * 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.
| * | | | | | | 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.
| * | | | | | Updated interop proto for compatibility with proto3 serversGravatar murgatroid992015-02-24
| | | | | | |
* | | | | | | Fixed copyright format in some example filesGravatar murgatroid992015-02-24
|/ / / / / /
| * | | | | Merge branch 'master' into node_status_errorsGravatar murgatroid992015-02-24
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #737 from murgatroid99/node_fix_lintGravatar Tim Emiola2015-02-24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fixed old lint errors
* | | | | | Merge pull request #727 from ctiller/deprecate-c++Gravatar Yang Gao2015-02-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | s/CreateChannel/CreateChannelDeprecated
| | * | | | | Fixed old lint errorsGravatar murgatroid992015-02-23
| |/ / / / / |/| | | | |
| | * | | | Fixed old lint errorsGravatar murgatroid992015-02-23
| | | | | |
| | * | | | Return error status as actual errors to client callbacksGravatar murgatroid992015-02-23
| |/ / / / |/| | | |
* | | | | Merge pull request #721 from yang-g/masterGravatar Michael Lumish2015-02-23
|\ \ \ \ \ | | | | | | | | | | | | Remove stale comment
* \ \ \ \ \ Merge pull request #736 from nathanielmanistaatgoogle/propagate-link-joinGravatar Masood Malekghassemi2015-02-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Propagate ForeLink-joining to the inner RearLink.
| | | * \ \ \ Merge github.com:google/grpc into deprecate-c++Gravatar Craig Tiller2015-02-23
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc
| | | | | | * Merge branch 'master' into unary_promotion_with_concurrent_pollGravatar David Klempner2015-02-23
| | | | | | |\
* | | | | | | \ Merge pull request #725 from ctiller/uniqueGravatar Yang Gao2015-02-23
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Move to unique_ptr for all GRPC returned objects