Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Strip port in peer name check | Craig Tiller | 2015-02-25 |
| | | | | | | | This string comes from an authority field, which is allowed to contain a ':' port (see https://tools.ietf.org/html/rfc3986#section-3.2). We need to strip it before performing host name verification. | ||
* | Merge pull request #799 from a11r/a11r-patch-1 | Jayant Kolhe | 2015-02-25 |
|\ | | | | | Update CONTRIBUTING.md | ||
* \ | Merge pull request #798 from nicolasnoble/version | Craig Tiller | 2015-02-25 |
|\ \ | | | | | | | We have decided our release version number shall be 0.5.0. | ||
| * | | We have decided our release version number shall be 0.5.0. | Nicolas "Pixel" Noble | 2015-02-25 |
|/ / | |||
* | | Merge pull request #777 from donnadionne/go-auth-tests | Qi Zhao | 2015-02-25 |
|\ \ | | | | | | | Go auth tests | ||
| | * | Update CONTRIBUTING.md | Abhishek Kumar | 2015-02-25 |
| | | | | | | | | | Massage wording and fix the instructions for run_tests to remove reference to non-existsant -l all option. | ||
* | | | Merge pull request #794 from tbetbetbe/grpc_ruby_clear_default_creds_canary | donnadionne | 2015-02-25 |
|\ \ \ | | | | | | | | | Removes a redundant canary test | ||
| * | | | Removes a redundant canary test | Tim Emiola | 2015-02-25 |
| | | | | |||
* | | | | Merge pull request #786 from ctiller/travis-wrap | Michael Lumish | 2015-02-25 |
|\ \ \ \ | |/ / / |/| | | | Make PHP compile | ||
* | | | | Merge pull request #793 from tbetbetbe/grpc_ruby_remove_default_creds_canary | donnadionne | 2015-02-25 |
|\ \ \ \ | | | | | | | | | | | Grpc ruby remove default creds canary | ||
* \ \ \ \ | Merge pull request #792 from murgatroid99/node_interop_tls_fix | Craig Tiller | 2015-02-25 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Fixed TLS host resolution problems | ||
| * | | | | Fixed TLS host resolution problems | murgatroid99 | 2015-02-25 |
| | | | | | |||
* | | | | | Merge pull request #791 from jtattermusch/python_testing | Nathaniel Manista | 2015-02-25 |
|\ \ \ \ \ | |/ / / / |/| | | | | Python readme fixes | ||
| * | | | | fix readme | Jan Tattermusch | 2015-02-25 |
| | | | | | |||
* | | | | | Merge pull request #788 from ctiller/sec-wtf | Michael Lumish | 2015-02-25 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix read through null pointer | ||
* | | | | | Merge pull request #787 from jtattermusch/log_redirection | Michael Lumish | 2015-02-25 |
|\ \ \ \ \ | | | | | | | | | | | | | Improvements in gRPC C# support for Windows | ||
| * | | | | | clang-format | Jan Tattermusch | 2015-02-25 |
| | | | | | | |||
| | * | | | | Fix read through null pointer | Craig Tiller | 2015-02-25 |
| |/ / / / |/| | | | | |||
| | | * | | Make PHP compile | Craig Tiller | 2015-02-25 |
| |_|/ / |/| | | | |||
| * | | | Fix to make the conditional include under Windows | Jan Tattermusch | 2015-02-25 |
| | | | | |||
| * | | | Include grpc_csharp_ext.dll only under Windows | Jan Tattermusch | 2015-02-25 |
| | | | | |||
| * | | | grpc_csharp_ext.dll added to the project to force automatic copying to the ↵ | Jan Tattermusch | 2015-02-25 |
| | | | | | | | | | | | | | | | | output dir | ||
| * | | | Added ability for c# to redirect C core logs to arbitrary sink | Jan Tattermusch | 2015-02-25 |
|/ / / | |||
* | | | Merge pull request #739 from soltanmm/py-update | Nathaniel Manista | 2015-02-25 |
|\ \ \ | | | | | | | | | Updated Python protoc plugin and Python plugin testing. | ||
* \ \ \ | Merge pull request #783 from ↵ | Michael Lumish | 2015-02-25 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby Grpc ruby switch auth to google auth library ruby | ||
| | | * | | Fixes the GCE creds test flags | Tim Emiola | 2015-02-25 |
| | | | | | |||
| | | * | | Updates the docker test commands | Tim Emiola | 2015-02-25 |
| | | | | | |||
| | | * | | Remove the ruby gRPC auth implementation | Tim Emiola | 2015-02-25 |
| | | | | | |||
| | | * | | Updates the pubsub demo to use the new auth library | Tim Emiola | 2015-02-25 |
| | | | | | |||
| | | * | | Updates the interop client to use the new auth library | Tim Emiola | 2015-02-25 |
| | | | | | |||
| | | * | | Adds a reference to GoogleAuth | Tim Emiola | 2015-02-25 |
| |_|/ / |/| | | | |||
| * | | | Fixes the GCE creds test flags | Tim Emiola | 2015-02-25 |
| | | | | |||
| * | | | Updates the docker test commands | Tim Emiola | 2015-02-25 |
| | | | | |||
* | | | | Merge pull request #722 from jtattermusch/csharp_performance | Tim Emiola | 2015-02-25 |
|\ \ \ \ | | | | | | | | | | | Added support for true synchronous unary call & some performance tests. | ||
| | * | | | Remove the ruby gRPC auth implementation | Tim Emiola | 2015-02-25 |
| | | | | | |||
| | * | | | Updates the pubsub demo to use the new auth library | Tim Emiola | 2015-02-25 |
| | | | | | |||
| | * | | | Updates the interop client to use the new auth library | Tim Emiola | 2015-02-25 |
| | | | | | |||
| | * | | | Adds a reference to GoogleAuth | Tim Emiola | 2015-02-25 |
| | | | | | |||
* | | | | | Merge pull request #779 from ctiller/32B | David Klempner | 2015-02-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix shutdown race in CHTTP2 | ||
| * | | | | | Fix shutdown race in CHTTP2 | Craig Tiller | 2015-02-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | After we have called closed() ensure that no other callbacks are ever made. | ||
* | | | | | | 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 |
| | | | | | | | | | |||
| | | | | | | | * | Merge branch 'master' of github.com:google/grpc into go-auth-tests | Donna Dionne | 2015-02-24 |
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||
| | | | | | | | * | Fixing go commands | Donna Dionne | 2015-02-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing test names | ||
* | | | | | | | | | Merge pull request #775 from jboeuf/strip_port_from_target_in_ssl | Craig Tiller | 2015-02-24 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | Removing port from checked ssl target name. | ||
| | | * | | | | | | 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. |