Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move from cmp --> eq, and provide a good implementation for interning | Craig Tiller | 2016-11-21 |
| | |||
* | All core tests compile without grpc_mdstr | Craig Tiller | 2016-11-17 |
| | |||
* | Finish moving to new APIs | Craig Tiller | 2016-11-09 |
| | |||
* | clang-format | Craig Tiller | 2016-10-26 |
| | |||
* | Merge branch 'buffer_pools_for_realsies' into grpc_slice | Craig Tiller | 2016-10-26 |
|\ | |||
* | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| | | |||
| * | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-12 |
| |\ | |/ |/| | |||
* | | Adding a method in channel creds to remove any attached call creds. | Julien Boeuf | 2016-09-22 |
| | | | | | | | | | | | | This will be useful when talking to non-trusted load balancer (balancers which are not able to impersonate real backends) as these balancers should not receive bearer tokens. | ||
| * | Only use unsetenv where available | murgatroid99 | 2016-08-10 |
| | | |||
| * | Removed GPR_POSIX_FILE, and changed the files that used it | murgatroid99 | 2016-08-09 |
|/ | |||
* | Merge pull request #6798 from jboeuf/fix_3803 | Jan Tattermusch | 2016-06-24 |
|\ | | | | | Fix #3803 | ||
| * | Merge branch 'master' into fix_3803 | Julien Boeuf | 2016-06-04 |
| |\ | |||
* | | | Rename functions | Craig Tiller | 2016-05-24 |
| | | | |||
| * | | Starting the work to fix #3803. | Julien Boeuf | 2016-05-18 |
| | | | | | | | | | | | | - We still need a way to bubble up this error. | ||
* | | | Address some memory leaks | Craig Tiller | 2016-05-18 |
| | | | |||
* | | | Cleanup error handling for google_default_credentials | Craig Tiller | 2016-05-17 |
| | | | |||
* | | | Convert tests to new error scheme | Craig Tiller | 2016-05-06 |
| |/ |/| | |||
* | | Refactoring the core security code. | Julien Boeuf | 2016-05-04 |
|/ | | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough... | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Add HTTP request parsing. | Matthew Iselin | 2016-03-23 |
| | | | | | | | | | This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in). | ||
* | Regenerate files, fix bugs | Craig Tiller | 2016-02-22 |
|\ | |||
* | | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
|/ | |||
* | Fixing copyrights. | Nicolas "Pixel" Noble | 2016-02-01 |
| | |||
* | Replacing grpc_max_auth_token_lifetime by an accessor. | Nicolas "Pixel" Noble | 2016-01-31 |
| | |||
* | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | |||
* | One more test for default google creds. | Julien Boeuf | 2015-12-10 |
| | |||
* | Testing cached google default creds. | Julien Boeuf | 2015-12-10 |
| | |||
* | Fix Windows build | Craig Tiller | 2015-12-10 |
| | | | | To do pollset work we need grpc to be initialized | ||
* | Testing GCE detection in google default credentials. | Julien Boeuf | 2015-12-09 |
| | |||
* | Fix memory leak | Craig Tiller | 2015-12-07 |
| | |||
* | Add test for grpc_get_well_known_google_credentials_file_path | Craig Tiller | 2015-12-07 |
| | |||
* | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 |
|\ | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
| * | Fixing implementations. | Julien Boeuf | 2015-11-18 |
| | | |||
* | | clang-format | Craig Tiller | 2015-11-18 |
|/ | |||
* | Addressing comments. | Julien Boeuf | 2015-10-20 |
| | | | | | The composite channel credentials creation does not change the passed-in channel creds anymore. | ||
* | Fixing mem leak and compilation error in tsan. | Julien Boeuf | 2015-10-10 |
| | |||
* | Got the core test passing. | Julien Boeuf | 2015-10-09 |
| | |||
* | Fix Windows compilation | Craig Tiller | 2015-09-23 |
| | |||
* | Finish cleanup | Craig Tiller | 2015-09-22 |
| | |||
* | clang-format all core files | Craig Tiller | 2015-09-22 |
| | |||
* | Move argument passing to start of list | Craig Tiller | 2015-09-22 |
| | |||
* | Rename init | Craig Tiller | 2015-09-22 |
| | |||
* | Rename run | Craig Tiller | 2015-09-22 |
| | |||
* | Move argument passing to start of list | Craig Tiller | 2015-09-22 |
| | |||
* | Move arguments to the start of lists | Craig Tiller | 2015-09-22 |
| | |||
* | indent pass to get logical source lines on one physical line | Craig Tiller | 2015-09-22 |
| | |||
* | Rename call_list to closure_list | Craig Tiller | 2015-09-22 |
| | |||
* | Merge github.com:grpc/grpc into we-are-one | Craig Tiller | 2015-09-22 |
|\ |