aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
...
| | | * | merge with head and resolve conflictGravatar yang-g2015-12-02
| | | |\ \ | |_|_|/ / |/| | | |
| * | | | Review feedbackGravatar Craig Tiller2015-12-02
| | | | |
* | | | | Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
| | | | | * Merge branch 'master' into bbufGravatar vjpai2015-11-30
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | | * WIPGravatar vjpai2015-11-30
| | | | | |
| | | * | | Add set pointer api to channel_argumentsGravatar yang-g2015-11-25
| | | | | |
| | | * | | add server_builder_optionGravatar yang-g2015-11-25
| |_|/ / / |/| | | |
| | * | | Global hook for doing something in response to a synchronous server callGravatar Craig Tiller2015-11-24
| |/ / / |/| | |
| * | | Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
| | | |
| * | | Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy);
| * | | Fixing implementations.Gravatar Julien Boeuf2015-11-18
| | | |
* | | | clang-formatGravatar Craig Tiller2015-11-18
| |/ / |/| |
* | | Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
|\ \ \ | |/ / |/| | Core transport & call cleanup
* | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \ \ | | |/ | |/|
* | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \ \
| | * | Handle cancel before start caseGravatar yang-g2015-11-17
| |/ /
| | * Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
| | |\ | | |/ | |/|
| * | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinitionGravatar Craig Tiller2015-11-04
| |\ \ | | | | | | | | Move static value grpc::string_ref::npos definition to cc file
| | | * stream_op cleanup: miscellanyGravatar Craig Tiller2015-11-02
| | |/ | |/|
* | | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-10-17
|\| |
| * | 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
| |\ \ \
* | | | | Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-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
| | | |
| | | * Move static value grpc::string_ref::npos definition to cc fileGravatar Konstantin Podsvirov2015-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
| |