aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-13
|\
* \ Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-12
|\ \
| | * Merge github.com:grpc/grpc into latent-seeGravatar Craig Tiller2015-10-09
| | |\ | | |/ | |/|
| | * Move profiling system to gprGravatar Craig Tiller2015-10-09
| | |
| | * Simplify adding annotations, annotate more thingsGravatar Craig Tiller2015-10-09
| | |
| | * Latency tracesGravatar Craig Tiller2015-10-08
| | |
* | | C++ Alarm implementation (with tests).Gravatar David Garcia Quintas2015-10-07
| |/ |/|
| * mark unreachable code with a macroGravatar yang-g2015-10-07
|/
* Merge pull request #3602 from grpc/release-0_11Gravatar Tim Emiola2015-10-02
|\ | | | | Upmerge from beta to master.
| * Update README.mds that don't currently have Status 'Beta'Gravatar Tim Emiola2015-10-01
| |
* | Merge github.com:grpc/grpc into clangfGravatar Craig Tiller2015-10-01
|\ \
| * | Fix an assertGravatar Vijay Pai2015-09-29
| | |
| * | C++ changes required to maintain gcc4.4 compatibility - reduce useGravatar Vijay Pai2015-09-29
| | | | | | | | | | | | of ambiguous nullptr, eliminate use of brace initializer lists
* | | Fix clang-format scriptGravatar Craig Tiller2015-09-28
|/ /
* | Merge pull request #3474 from ctiller/clang_formatGravatar Nicolas Noble2015-09-25
|\ \ | | | | | | Add clang-format to sanity
| * \ Merge github.com:grpc/grpc into clang_formatGravatar Craig Tiller2015-09-25
| |\ \
* | | | Fast path for proto serialization for small protosGravatar Craig Tiller2015-09-24
| |/ / |/| |
| * | Add clang-format to sanityGravatar Craig Tiller2015-09-24
| | |
* | | Windows fixesGravatar Craig Tiller2015-09-23
|/ /
* | It is a bad idea to have a map with string_refs as output params.Gravatar Julien Boeuf2015-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).Gravatar Julien Boeuf2015-09-21
| |
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-09-15
|\ \
| * | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-09-08
| |\|
| | * Guard against empty vectorGravatar yang-g2015-09-03
| | |
| | * Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | | | | | | | | | Original PR #3074 by @dgquintas
| | * Add missed headerGravatar yang-g2015-09-01
| | |
* | | Design and implementation of the core credentials plugin API.Gravatar Julien Boeuf2015-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.Gravatar Julien Boeuf2015-08-28
| |
* | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
|\ \
| * \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-08-28
| |\ \ | | | | | | | | | | | | credentials_naming_and_cleanup
* | \ \ Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-28
|\ \ \ \ | | |/ / | |/| |
* | | | Adding C++ metadata processor.Gravatar Julien Boeuf2015-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_channelGravatar Craig Tiller2015-08-27
| |\ \ \ | | | | | | | | | | Create channel API change
* | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-27
|\| | | |
| | | * | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2015-08-27
| | |/| | | |/| | | | | | | | | | | | | credentials_naming_and_cleanup
| * | | | Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
| |\ \ \ \ | | | | | | | | | | | | First draft at addressing #1799 for grpc_security.
| | | * | | implementation fixGravatar yang-g2015-08-27
| | | | | |
| | | * | | channel creation API changeGravatar yang-g2015-08-27
| | | | | |
* | | | | | Aligning C++ interface with C for the auth metadata processor.Gravatar Julien Boeuf2015-08-26
| | | | | |
| * | | | | minor fixesGravatar yang-g2015-08-26
| | |/ / / | |/| | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-26
|\ \ \ \ \
| | * \ \ \ Merge remote-tracking branch 'upstream/master' into string_ref_authGravatar yang-g2015-08-26
| | |\ \ \ \
| | | * | | | Add ostream support for string_refGravatar Craig Tiller2015-08-26
| | | | | | |
| | | | | * | Credentials cleanup:Gravatar Julien Boeuf2015-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 ↵Gravatar Julien Boeuf2015-08-25
| | |_|/ / | |/| | | | | | | | | | | | | stable ABI.
| | * | | auth context api change for string_refGravatar yang-g2015-08-25
| | |/ /
| | * | implGravatar yang-g2015-08-25
| | | |
| | * | remove constexpr since gcc 4.4 or vs2010 does not support itGravatar yang-g2015-08-25
| |/ /
| * | Merge branch 'master' of github.com:grpc/grpc into cpp_string_refGravatar Julien Boeuf2015-08-24
| |\ \
| * | | Adding grpc::string_ref class.Gravatar Julien Boeuf2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies.