Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-13 |
|\ | |||
* \ | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-12 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into latent-see | Craig Tiller | 2015-10-09 |
| | |\ | | |/ | |/| | |||
| | * | Move profiling system to gpr | Craig Tiller | 2015-10-09 |
| | | | |||
| | * | Simplify adding annotations, annotate more things | Craig Tiller | 2015-10-09 |
| | | | |||
| | * | Latency traces | Craig Tiller | 2015-10-08 |
| | | | |||
* | | | C++ Alarm implementation (with tests). | David Garcia Quintas | 2015-10-07 |
| |/ |/| | |||
| * | mark unreachable code with a macro | yang-g | 2015-10-07 |
|/ | |||
* | Merge pull request #3602 from grpc/release-0_11 | Tim Emiola | 2015-10-02 |
|\ | | | | | Upmerge from beta to master. | ||
| * | Update README.mds that don't currently have Status 'Beta' | Tim Emiola | 2015-10-01 |
| | | |||
* | | Merge github.com:grpc/grpc into clangf | Craig Tiller | 2015-10-01 |
|\ \ | |||
| * | | Fix an assert | Vijay Pai | 2015-09-29 |
| | | | |||
| * | | C++ changes required to maintain gcc4.4 compatibility - reduce use | Vijay Pai | 2015-09-29 |
| | | | | | | | | | | | | of ambiguous nullptr, eliminate use of brace initializer lists | ||
* | | | Fix clang-format script | Craig Tiller | 2015-09-28 |
|/ / | |||
* | | Merge pull request #3474 from ctiller/clang_format | Nicolas Noble | 2015-09-25 |
|\ \ | | | | | | | Add clang-format to sanity | ||
| * \ | Merge github.com:grpc/grpc into clang_format | Craig Tiller | 2015-09-25 |
| |\ \ | |||
* | | | | Fast path for proto serialization for small protos | Craig Tiller | 2015-09-24 |
| |/ / |/| | | |||
| * | | Add clang-format to sanity | Craig Tiller | 2015-09-24 |
| | | | |||
* | | | Windows fixes | Craig Tiller | 2015-09-23 |
|/ / | |||
* | | 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 |
| |\| | |||
| | * | Guard against empty vector | yang-g | 2015-09-03 |
| | | | |||
| | * | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
| | | | | | | | | | | | | Original PR #3074 by @dgquintas | ||
| | * | Add missed header | yang-g | 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. | ||
* | | 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 | ||
| * | | | | Merge pull request #2947 from jboeuf/grpc_security_abi | Craig Tiller | 2015-08-27 |
| |\ \ \ \ | | | | | | | | | | | | | First draft at addressing #1799 for grpc_security. | ||
| | | * | | | 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. | ||
| | | | * / | Adding void* at then end of security related method in order to have a ↵ | Julien Boeuf | 2015-08-25 |
| | |_|/ / | |/| | | | | | | | | | | | | | stable ABI. | ||
| | * | | | auth context api change for string_ref | yang-g | 2015-08-25 |
| | |/ / | |||
| | * | | impl | yang-g | 2015-08-25 |
| | | | | |||
| | * | | remove constexpr since gcc 4.4 or vs2010 does not support it | yang-g | 2015-08-25 |
| |/ / | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref | Julien Boeuf | 2015-08-24 |
| |\ \ | |||
| * | | | Adding grpc::string_ref class. | Julien Boeuf | 2015-08-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies. |