Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-09 |
|\ | |||
* | | Resolve comments | yang-g | 2015-07-09 |
| | | |||
| * | Merge pull request #2271 from jboeuf/oauth2_access_token | Yang Gao | 2015-07-08 |
| |\ | | | | | | | Adding support for raw access token credentials. | ||
| * \ | Merge pull request #2320 from ctiller/hosts-need-names-too | Yang Gao | 2015-07-08 |
| |\ \ | | | | | | | | | Support registering services against specific hosts | ||
| * \ \ | Merge pull request #2308 from ctiller/metadata-wants-to-be-debugged | Yang Gao | 2015-07-08 |
| |\ \ \ | | | | | | | | | | | Add metadata refcount debug helpers | ||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token | Julien Boeuf | 2015-07-08 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge branch 'master' of github.com:grpc/grpc into jwt_verifier | Julien Boeuf | 2015-07-08 |
| |\ \ \ \ | |||
| | | | * \ | Merge github.com:grpc/grpc into hosts-need-names-too | Craig Tiller | 2015-07-08 |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
* | | | | | | merge head and resolve conflict | yang-g | 2015-07-07 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #2200 from jboeuf/slice_to_cstring | Craig Tiller | 2015-07-07 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Adding util to get a NULL terminated string from a slice. | ||
* | | | | | | | resolve comments | yang-g | 2015-07-07 |
| | | | | | | | |||
| * | | | | | | Merge pull request #2174 from nicolasnoble/makefile-npn-check | jboeuf | 2015-07-07 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding a check to find NPN-capable OpenSSL. | ||
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-07 |
|\| | | | | | | | |||
| | | | | | * | | Support registering services against specific hosts | Craig Tiller | 2015-07-07 |
| | |_|_|_|/ / | |/| | | | | | |||
| | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-07-08 |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| | | | | * | | Merge github.com:grpc/grpc into metadata-wants-to-be-debugged | Craig Tiller | 2015-07-07 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
* | | | | | | | add a test case in end2end_test | yang-g | 2015-07-06 |
| | | | | | | | |||
| * | | | | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-06 |
| |\ \ \ \ \ \ | |||
* | | | | | | | | Add a unit test | yang-g | 2015-07-06 |
| |/ / / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #2279 from vjpai/openleaks | Yang Gao | 2015-07-06 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | qps_test memory leak elimination: delete spare contexts lying around at the end of test | ||
| | * | | | | | | Fixup some tests | Craig Tiller | 2015-07-06 |
| | | | | | | | | |||
| | | | | | * | | Add metadata refcount debugging | Craig Tiller | 2015-07-06 |
| | | |_|_|/ / | | |/| | | | | |||
| | * | | | | | Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-name | Craig Tiller | 2015-07-06 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #2151 from sidrakesh93/master | Vijay Pai | 2015-07-06 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Changes required for reporting metrics to performance database server | ||
| | | * \ \ \ \ | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-06 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #2117 from dgquintas/bb_from_bbreader | Craig Tiller | 2015-07-05 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Introduced function to create byte buffers from the output of a byte buffer reader. | ||
* | | | | | | | | | Pluck some low hanging concurrency fruit | Craig Tiller | 2015-07-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the shutdown flag on servers be per thread to save contention on the lock that must guard it. | ||
| | | * | | | | | | if->while | Vijay Pai | 2015-07-01 |
| | | | | | | | | | |||
| | | * | | | | | | Delete spare contexts lying around at the end of the test to avoid | Vijay Pai | 2015-07-01 |
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | showing up as memory leaks Also reduce the rate of the openloop test - this may be an issue with sanitizers particularly because of issue #2278 | ||
| | | * | | | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-01 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #2273 from vjpai/bit-race | Craig Tiller | 2015-07-01 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Eliminate data-race caused by specialization in vector<bool> | ||
| * | | | | | | | | Eliminate data-race caused by specialization in vector<bool> | Vijay Pai | 2015-07-01 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #2216 from jboeuf/unpadded_base64 | Nicolas Noble | 2015-07-01 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Base64 decode improvements | ||
| | | | | | | * \ \ | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-07-01 |
| | | | | | | |\ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | |||
| | | | | * | | | | | Merge branch 'buggy-mcbugglet' into tis-but-thy-name | Craig Tiller | 2015-07-01 |
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||
| | | | | * | | | | | Expand uri tests | Craig Tiller | 2015-07-01 |
| | | | | | | | | | | |||
* | | | | | | | | | | Memory leak fix | Craig Tiller | 2015-07-01 |
| |/ / / / / / / / |/| | | | | | | | | |||
| | | | | | | | * | Adding support for raw access token credentials. | Julien Boeuf | 2015-07-01 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||
| | | * | | | | | Removing this pointers | Siddharth Rakesh | 2015-06-30 |
| | | | | | | | | |||
| | | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc | Siddharth Rakesh | 2015-06-30 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
* | | | | | | | | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-30 |
|\ \ \ \ \ \ \ \ | |||
| | | | * | | | | | Changes introduced for passing hashed user id instead of access token | Siddharth Rakesh | 2015-06-30 |
| | | | | | | | | | |||
| | | | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc | Siddharth Rakesh | 2015-06-30 |
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||
| | | | | * | | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-30 |
| | | | | |\ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/core/end2end/tests/request_with_flags.c | ||
| * | | | | | | | | Fix leaked string in bad_client.c | Craig Tiller | 2015-06-30 |
| | | | | | | | | | |||
| * | | | | | | | | SSL refcounting fixes | Craig Tiller | 2015-06-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle the case where we recreate an auth context. Add (opt-in) debugging for refcounts on auth contexts. | ||
| | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into makefile-npn-check | Nicolas "Pixel" Noble | 2015-06-30 |
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
| * | | | | | | | | | Wait for expectations to be fulfilled | Craig Tiller | 2015-06-30 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||
| | | | | * | | | | clang-format affected files | Craig Tiller | 2015-06-30 |
| | | | | | | | | | |||
| | | | | | | | * | Adding JWT verifier. | Julien Boeuf | 2015-06-30 |
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification. |