Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights | 2016-01-28 | |
| | |||
* | Preparatory changes for work shedding | 2016-01-28 | |
| | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions | ||
* | Updated copyrights | 2016-01-12 | |
| | |||
* | Merge github.com:grpc/grpc into ints | 2016-01-04 | |
|\ | |||
| * | Update copyrights | 2015-12-22 | |
| | | |||
* | | Eliminate gpr_ int types - and insist on C99 variants instead | 2015-12-22 | |
|/ | |||
* | Unit testing the peer from auth context functionality. | 2015-12-18 | |
| | |||
* | Removing the peer from the SSL security connector. | 2015-12-17 | |
| | | | | - Missing unit tests. | ||
* | clang-format after last weeks test-fest | 2015-12-14 | |
| | |||
* | One more test for default google creds. | 2015-12-10 | |
| | |||
* | Testing cached google default creds. | 2015-12-10 | |
| | |||
* | Fix Windows build | 2015-12-10 | |
| | | | | To do pollset work we need grpc to be initialized | ||
* | Testing GCE detection in google default credentials. | 2015-12-09 | |
| | |||
* | Fix memory leak | 2015-12-07 | |
| | |||
* | Add test for grpc_get_well_known_google_credentials_file_path | 2015-12-07 | |
| | |||
* | Merge branch 'release-0_12' | 2015-12-01 | |
|\ | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
| * | Fixing implementations. | 2015-11-18 | |
| | | |||
* | | clang-format | 2015-11-18 | |
|/ | |||
* | Addressing comments. | 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. | 2015-10-10 | |
| | |||
* | Got the core test passing. | 2015-10-09 | |
| | |||
* | Fix Windows compilation | 2015-09-23 | |
| | |||
* | Finish cleanup | 2015-09-22 | |
| | |||
* | clang-format all core files | 2015-09-22 | |
| | |||
* | Final patches for rename | 2015-09-22 | |
| | |||
* | Move argument passing to start of list | 2015-09-22 | |
| | |||
* | Rename init | 2015-09-22 | |
| | |||
* | Rename run | 2015-09-22 | |
| | |||
* | Move argument passing to start of list | 2015-09-22 | |
| | |||
* | Move arguments to the start of lists | 2015-09-22 | |
| | |||
* | indent pass to get logical source lines on one physical line | 2015-09-22 | |
| | |||
* | Rename call_list to closure_list | 2015-09-22 | |
| | |||
* | Merge github.com:grpc/grpc into we-are-one | 2015-09-22 | |
|\ | |||
* | | Fix tests | 2015-09-22 | |
| | | |||
* | | Fixes | 2015-09-21 | |
| | | |||
* | | Call list progress | 2015-09-21 | |
| | | |||
* | | Call list progress | 2015-09-18 | |
| | | |||
* | | Getting stuff working | 2015-09-16 | |
| | | |||
* | | Tests compile | 2015-09-16 | |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin | 2015-09-15 | |
| |\ | |/ |/| | |||
| * | Adding tests for credentials plugin. | 2015-09-14 | |
| | | |||
* | | Core compiles with -Wsign-conversion | 2015-09-10 | |
| | | |||
* | | Merge pull request #3255 from ctiller/we-should-build | 2015-09-04 | |
|\ \ | | | | | | | Fix compilation | ||
| * | | Fix compilation | 2015-09-04 | |
| | | | |||
* | | | Secure endpoint test should call grpc_init. | 2015-09-04 | |
| | | | |||
* | | | Merge github.com:grpc/grpc into second-coming | 2015-08-31 | |
|\ \ \ | | |/ | |/| | |||
* | | | Revert "Revert "Refactor Endpoint API"" | 2015-08-27 | |
| | | | |||
* | | | Revert "Refactor Endpoint API" | 2015-08-27 | |
| | | | |||
| * | | Credentials cleanup: | 2015-08-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages. | ||
| * | | Fixing tests. | 2015-08-25 | |
| | | |