Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format | Craig Tiller | 2015-11-18 |
| | |||
* | Merge pull request #3993 from ctiller/new_op | David G. Quintas | 2015-11-18 |
|\ | | | | | Core transport & call cleanup | ||
* \ | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ \ | |||
* \ \ | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ \ \ | |||
| | * | | include header | yang-g | 2015-11-17 |
| | | | | |||
| | * | | Handle cancel before start case | yang-g | 2015-11-17 |
| |/ / | |||
| | * | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-16 |
| | |\ | | |/ | |/| | |||
| * | | Fixing the doc to warn of the dangers for overriding the target name when ↵ | Julien Boeuf | 2015-11-11 |
| | | | | | | | | | | | | using SSL. | ||
| | * | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition | Craig Tiller | 2015-11-04 |
| |\ \ | | | | | | | | | Move static value grpc::string_ref::npos definition to cc file | ||
| | | * | stream_op cleanup: miscellany | Craig Tiller | 2015-11-02 |
| | |/ | |/| | |||
| * | | remove log spam | yang-g | 2015-10-27 |
| | | | |||
| * | | Merge pull request #3969 from grpc/release-0_11 | Nicolas Noble | 2015-10-26 |
| |\ \ | | | | | | | | | Release 0 11 -> master | ||
| | * | | Mark WaitForInitialMetadata as override, for Clang | Jorge Canizales | 2015-10-23 |
| | | | | |||
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-10-17 |
|\| | | | |||
* | | | | Successfully compile C++ libary (not tests yet). | Julien Boeuf | 2015-10-12 |
| | | | | |||
| * | | | C++ Alarm implementation (with tests). | David Garcia Quintas | 2015-10-07 |
|/ / / | |||
* | | | Merge github.com:grpc/grpc into clang_format | Craig Tiller | 2015-09-25 |
|\ \ \ | |||
* | | | | Add clang-format to sanity | Craig Tiller | 2015-09-24 |
| | | | | |||
| * | | | Windows fixes | Craig Tiller | 2015-09-23 |
|/ / / | |||
| * | | Do not use string_ref for output params. | Julien Boeuf | 2015-09-22 |
| | | | | | | | | | | | | | | | It is very much unsafe to do so as the string_ref could point on a stack variable of the callee. | ||
* | | | It is a bad idea to have a map with string_refs as output params. | Julien Boeuf | 2015-09-22 |
| | | | | | | | | | | | | | | | This is very much unsafe as the string_ref could point on a stack variable of the callee. | ||
* | | | Credentials plugin fixes (after the branch was merged). | Julien Boeuf | 2015-09-21 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin | Julien Boeuf | 2015-09-15 |
|\ \ \ | |||
| * | | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 2015-09-08 |
| |\| | | |||
| | * | | Removed grpc_security.h from auth_context.h | David Garcia Quintas | 2015-09-03 |
| | | | | |||
| | * | | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
| | | | | | | | | | | | | | | | | Original PR #3074 by @dgquintas | ||
| | | * | Move static value grpc::string_ref::npos definition to cc file | Konstantin Podsvirov | 2015-09-01 |
| | |/ | |||
* | / | Design and implementation of the core credentials plugin API. | Julien Boeuf | 2015-08-31 |
| |/ |/| | | | | | | | | | - We use C++ as an example to show how this API can be used while still providing an idiomatic interface in the wrapped language of choice. - No testing yet. | ||
* | | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | | |||
* | | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
|\ \ | |||
| * \ | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-08-28 |
| |\ \ | | | | | | | | | | | | | credentials_naming_and_cleanup | ||
* | \ \ | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
|\ \ \ \ | | |/ / | |/| | | |||
* | | | | Adding C++ metadata processor. | Julien Boeuf | 2015-08-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow). | ||
| * | | | Merge pull request #3104 from yang-g/create_channel | Craig Tiller | 2015-08-27 |
| |\ \ \ | | | | | | | | | | | Create channel API change | ||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 |
|\| | | | | |||
| | | * | | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵ | Julien Boeuf | 2015-08-27 |
| | |/| | | |/| | | | | | | | | | | | | | credentials_naming_and_cleanup | ||
| | * | | | implementation fix | yang-g | 2015-08-27 |
| | | | | | |||
| | * | | | channel creation API change | yang-g | 2015-08-27 |
| | | | | | |||
* | | | | | Aligning C++ interface with C for the auth metadata processor. | Julien Boeuf | 2015-08-26 |
| | | | | | |||
| * | | | | minor fixes | yang-g | 2015-08-26 |
| |/ / / | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 |
|\ \ \ \ | |||
| | * \ \ | Merge remote-tracking branch 'upstream/master' into string_ref_auth | yang-g | 2015-08-26 |
| | |\ \ \ | |||
| | | * | | | Add ostream support for string_ref | Craig Tiller | 2015-08-26 |
| | | | | | | |||
| | | | * | | Credentials cleanup: | Julien Boeuf | 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. | ||
| | * | | | auth context api change for string_ref | yang-g | 2015-08-25 |
| | |/ / | |||
| | * | | impl | yang-g | 2015-08-25 |
| | | | | |||
| | * | | api change to string_ref | yang-g | 2015-08-25 |
| | | | | |||
| | * | | remove constexpr since gcc 4.4 or vs2010 does not support it | yang-g | 2015-08-25 |
| |/ / |