Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #908 from ctiller/ssl | Nicolas Noble | 2015-03-02 |
|\ | | | | | Hookup TSI tracer | ||
* | | Fix flake | Craig Tiller | 2015-03-02 |
| | | |||
* | | Add clarifying comment | Craig Tiller | 2015-03-02 |
| | | |||
* | | Completion queue cleanup | Craig Tiller | 2015-03-02 |
| | | | | | | | | Make debugging a little easier, and remove an unnecessary assert | ||
| * | Capitalization | Craig Tiller | 2015-03-02 |
| | | |||
| * | Rename flag | Craig Tiller | 2015-03-02 |
| | | |||
* | | Fix some shutdown races | Craig Tiller | 2015-03-02 |
| | | |||
* | | Make debugging a little easier | Craig Tiller | 2015-03-02 |
| | | |||
* | | Potential fix for stuck RPCs at shutdown | Craig Tiller | 2015-03-02 |
| | | |||
| * | Fix memory allocation | Craig Tiller | 2015-03-01 |
| | | |||
| * | Tracer registration. | Craig Tiller | 2015-03-01 |
| | | | | | | | | | | | | | | | | First: ugh. Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable. Expose TSI trace config variable directly to ease this a little. | ||
| * | Merge github.com:grpc/grpc into ssl | Craig Tiller | 2015-03-01 |
| |\ | |/ |/| | | | | | Conflicts: src/core/tsi/ssl_transport_security.c | ||
* | | Merge pull request #854 from jboeuf/tsi_tracing | Craig Tiller | 2015-03-01 |
|\ \ | | | | | | | Adding support to enable tracing in tsi. | ||
* | | | Update log_posix.c | bjorn | 2015-03-01 |
| | | | | | | | | | size error | ||
| * | | Adding support to enable tracing in tsi. | Julien Boeuf | 2015-03-01 |
|/ / | |||
* | | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | | |||
* | | 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. | ||
* | | Fix read through null pointer | Craig Tiller | 2015-02-25 |
| | | |||
| * | Spam cleanup | Craig Tiller | 2015-02-24 |
| | | |||
* | | 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 |
| | | | | | |||
| | * | | | 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. | ||
| * | | | 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 |
| |_|_|/ |/| | | | |||
* | | | | Merge pull request #755 from nicolasnoble/feedback | Craig Tiller | 2015-02-24 |
|\ \ \ \ | | | | | | | | | | | Second batch of feedback. | ||
| * | | | | 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... | ||
| * | | | | | | 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 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. | ||
| | | * | Merge branch 'master' into unary_promotion_with_concurrent_poll | David Klempner | 2015-02-23 |
| | | |\ | |_|_|/ |/| | | | |||
| | * | | Verifying the peer name on the X509 Certs correctly. | Julien Boeuf | 2015-02-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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... | ||
* | | | | Addressing a first batch of feedback. | Nicolas Noble | 2015-02-23 |
| |/ / |/| | | |||
* | | | Merge pull request #710 from jboeuf/default_google_creds | Craig Tiller | 2015-02-23 |
|\ \ \ | | | | | | | | | Added support for default credentials. | ||
* \ \ \ | Merge pull request #719 from nicolasnoble/security | jboeuf | 2015-02-23 |
|\ \ \ \ | | | | | | | | | | | Addressing security concerns. | ||
* | | | | | Fix memory leak | Craig Tiller | 2015-02-23 |
| |_|/ / |/| | | |