aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #2920 from nicolasnoble/winnt-checkGravatar Craig Tiller2015-09-25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Better handling of _WIN32_WINNT.
| | * | | | Merge github.com:grpc/grpc into clang_formatGravatar Craig Tiller2015-09-25
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | * | | Recycle partially filled buffers on the next readGravatar Craig Tiller2015-09-24
| |_|/ / / |/| | | |
| | * | | Add clang-format to sanityGravatar Craig Tiller2015-09-24
| | | | |
* | | | | Windows fixesGravatar Craig Tiller2015-09-23
| |/ / / |/| | |
| | * | Do not use string_ref for output params.Gravatar Julien Boeuf2015-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.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
| | | |
* | | | Adding documentation.Gravatar Julien Boeuf2015-09-15
| | | |
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-09-15
|\ \ \ \
| * \ \ \ Merge branch 'immolating-conversion' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-09-11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | immolating-conversion
| * \ \ \ \ Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-11
| |\ \ \ \ \
| | | * | | | Mac build fixesGravatar Craig Tiller2015-09-10
| | |/ / / / | |/| | | |
| * | | | | First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
| | |_|/ / | |/| | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-09-08
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into winnt-checkGravatar Nicolas "Pixel" Noble2015-09-04
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | Conflicts: vsprojects/global.props
| * | | | Removed grpc_security.h from auth_context.hGravatar David Garcia Quintas2015-09-03
| | | | |
| * | | | Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | | | | | | | | | | | | | | | | | Original PR #3074 by @dgquintas
| * | | | Merge branch 'third-coming' into endpointsGravatar Craig Tiller2015-09-01
| |\ \ \ \
| | | | | * Move static value grpc::string_ref::npos definition to cc fileGravatar Konstantin Podsvirov2015-09-01
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-08-31
|\| | | |
* | | | | 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.
| * | | | Merge pull request #3107 from a-veitch/view_apiGravatar Hongyu Chen2015-08-31
| |\ \ \ \ | | | | | | | | | | | | API for: defining view and aggregations, associating them with metrics, and retrieving data
| | * | | | change aggregation_ops to internal typeGravatar Alistair Veitch2015-08-31
| | | | | |
| | | * | | Merge github.com:grpc/grpc into second-comingGravatar Craig Tiller2015-08-31
| | | |\ \ \ | | |_|/ / / | |/| | | |
* | | | | | Forgot to finish the doc...Gravatar Julien Boeuf2015-08-31
| | | | | |
* | | | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_pluginGravatar Julien Boeuf2015-08-31
|\| | | | |
* | | | | | Adding C API for metadata credentials plugin.Gravatar Julien Boeuf2015-08-31
| | | | | |
| | * | | | scalar -> sumGravatar Alistair Veitch2015-08-31
| | | | | |
| | * | | | remove const from data() typeGravatar Alistair Veitch2015-08-31
| | | | | |
| | * | | | rename record fnGravatar Alistair Veitch2015-08-31
| | | | | |
| | * | | | mergeGravatar Alistair Veitch2015-08-31
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | change aggregation type namesGravatar Alistair Veitch2015-08-31
| | | | | |
| | * | | | add clone to aggregation opsGravatar Alistair Veitch2015-08-31
| | | | | |
| * | | | | Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
| | | | | |
| * | | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-30
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2668 from a-veitch/tracing_apiGravatar Craig Tiller2015-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Tracing api
| | * | | | | 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' into tracing_apiGravatar Alistair Veitch2015-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).
| | * | | | | | add functions for getting trace recordsGravatar Alistair Veitch2015-08-28
| | | | | | | |
| | | | * | | | merge to headGravatar Alistair Veitch2015-08-28
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | * | | | rewrite to reviewer commentsGravatar Alistair Veitch2015-08-28
| | | | | | | |
| * | | | | | | Merge pull request #3104 from yang-g/create_channelGravatar Craig Tiller2015-08-27
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Create channel API change
| | | | | * | | | make metric part of viewGravatar Alistair Veitch2015-08-27
| | | | | | | | |
| | | | * | | | | 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