aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
...
| * | | Rename flagGravatar Craig Tiller2015-03-02
| | | |
| | | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
| | | |\ | | | |/ | | |/|
* | | | Fix some shutdown racesGravatar Craig Tiller2015-03-02
| | | |
* | | | Make debugging a little easierGravatar Craig Tiller2015-03-02
| | | |
* | | | Potential fix for stuck RPCs at shutdownGravatar Craig Tiller2015-03-02
| |/ / |/| |
| * | Fix memory allocationGravatar Craig Tiller2015-03-01
| | |
| * | Tracer registration.Gravatar Craig Tiller2015-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 sslGravatar Craig Tiller2015-03-01
| |\ \ | |/ / |/| | | | | | | | Conflicts: src/core/tsi/ssl_transport_security.c
* | | Merge pull request #854 from jboeuf/tsi_tracingGravatar Craig Tiller2015-03-01
|\ \ \ | | | | | | | | Adding support to enable tracing in tsi.
* | | | Update log_posix.cGravatar bjorn2015-03-01
| | | | | | | | | | | | size error
| * | | Adding support to enable tracing in tsi.Gravatar Julien Boeuf2015-03-01
|/ / /
* | | Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| | |
| | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
| | |\ | |_|/ |/| |
* | | Strip port in peer name checkGravatar Craig Tiller2015-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 pointerGravatar Craig Tiller2015-02-25
| | |
| * | Spam cleanupGravatar Craig Tiller2015-02-24
| | |
* | | Merge pull request #779 from ctiller/32BGravatar David Klempner2015-02-24
|\ \ \ | |/ / |/| | Fix shutdown race in CHTTP2
| * | Fix shutdown race in CHTTP2Gravatar Craig Tiller2015-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_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.
| * | | | 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
| |_|_|/ / |/| | | |
| | | | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #755 from nicolasnoble/feedbackGravatar Craig Tiller2015-02-24
|\ \ \ \ \ | | | | | | | | | | | | Second batch of feedback.
| * | | | | 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...
| * | | | | | | Remove unused variableGravatar Craig Tiller2015-02-24
| | |/ / / / / | |/| | | | |
| | * | | | | Remove redundant variable setGravatar Craig Tiller2015-02-24
| |/ / / / /
* / / / / / Fix potential leakGravatar Craig Tiller2015-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.
| | | | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
| | | | |\ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/pubsub/publisher_test.cc examples/pubsub/subscriber_test.cc include/grpc++/create_channel.h src/cpp/client/create_channel.cc test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/util/create_test_channel.cc
| | | * | Merge branch 'master' into unary_promotion_with_concurrent_pollGravatar David Klempner2015-02-23
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-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.Gravatar Nicolas Noble2015-02-23
| |/ / / |/| | |
| | | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #710 from jboeuf/default_google_credsGravatar Craig Tiller2015-02-23
|\ \ \ \ | | | | | | | | | | Added support for default credentials.
* \ \ \ \ Merge pull request #719 from nicolasnoble/securityGravatar jboeuf2015-02-23
|\ \ \ \ \ | | | | | | | | | | | | Addressing security concerns.
* | | | | | Fix memory leakGravatar Craig Tiller2015-02-23
| |_|/ / / |/| | | |