aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client
Commit message (Collapse)AuthorAge
* Fix uninitialized variableGravatar Craig Tiller2016-06-09
|
* Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
|\ | | | | Allow servers to select compression level via initial MD & overall compression cleanup
* | clang-format, fix headers, windows fixesGravatar Adam Michalik2016-06-07
| |
* | Add C++ support for using external FDGravatar Adam Michalik2016-06-07
| |
| * Refactorings and renamings related to compression.Gravatar David Garcia Quintas2016-05-16
|/ | | | Also added levels to the channel args options.
* Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
|
* Fix client_crash_test, implement idempotency, fail_fast for C++Gravatar Craig Tiller2016-04-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* fixed multiple initialization of globalsGravatar David Garcia Quintas2016-03-18
|
* docstringsGravatar David Garcia Quintas2016-03-08
|
* Provide explicit API for user to set user agent string prefixGravatar yang-g2016-02-10
|
* Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
|
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
* | copyrightsGravatar David Garcia Quintas2016-01-27
| |
* | After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
| |
* | async_stream.h done. CompilesGravatar David Garcia Quintas2016-01-25
| |
* | fixed copyrightsGravatar David Garcia Quintas2016-01-21
| |
* | Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
| |
| * Update the copyrights of the modified files.Gravatar Bogdan Drutu2016-01-19
| |
| * Fix the build.Gravatar Bogdan Drutu2016-01-14
| |
| * Add virtual destructors for the default implementations as well.Gravatar Bogdan Drutu2016-01-12
|/
* Fix the naming conflict issue that cause the tests to fail.Gravatar Bogdan Drutu2015-12-12
|
* Add a destructor callback as wellGravatar Bogdan Drutu2015-12-11
|
* Add a hook for the default constructor of ClientContext.Gravatar Bogdan Drutu2015-12-11
|
* Merge pull request #4175 from yang-g/tcp_refactorGravatar Craig Tiller2015-12-03
|\ | | | | Refactor security connector and handshake
* \ Merge pull request #4207 from yang-g/server_builder_optionsGravatar Craig Tiller2015-12-03
|\ \ | | | | | | Server builder options
| | * merge with head and resolve conflictGravatar yang-g2015-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
| | * | Add set pointer api to channel_argumentsGravatar yang-g2015-11-25
| |/ / |/| |
| * | 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 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 branch 'master' of https://github.com/grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-10-17
|\|
* | Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-10-12
| |
| * Latency tracesGravatar Craig Tiller2015-10-08
|/
* 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
* 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
|
* 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
|\ \ \ | | |/ | |/|