Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into ↵ | yang-g | 2018-12-17 |
|\ | | | | | | | gpr_test_util_to_grpc_test_util | ||
| * | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" | Mark D. Roth | 2018-12-11 |
| | | |||
| * | Revert "Allow encoding arbitrary channel args on a per-address basis." | hcaseyal | 2018-12-07 |
| | | |||
| * | Allow encoding arbitrary channel args on a per-address basis. | Mark D. Roth | 2018-12-07 |
| | | |||
* | | Fix BUILD files. Manually edit bzl files | yang-g | 2018-12-06 |
|/ | |||
* | change tests to use the new class instead of grpc_test_init | yang-g | 2018-11-30 |
| | |||
* | Fix the unused result error in client_channel_stress_test.cc. | Guantao Liu | 2018-10-01 |
| | |||
* | Revert "Revert "Add suppressions to sanitizers for bazel builds"" | adelez | 2018-06-15 |
| | |||
* | Revert "Add suppressions to sanitizers for bazel builds" | Nicolas Noble | 2018-06-14 |
| | |||
* | Add data param to grpc_cc_library | Adele Zhou | 2018-06-13 |
| | |||
* | Change grpc++ references in names to grpcpp | Vijay Pai | 2018-03-08 |
| | |||
* | clang-fmt | Vijay Pai | 2018-02-19 |
| | |||
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) | Vijay Pai | 2018-02-19 |
| | |||
* | Internalize gpr_thd except for id and currentid | Vijay Pai | 2018-02-12 |
| | |||
* | Convert resolver API to C++. | Mark D. Roth | 2018-02-08 |
| | |||
* | remove use of random_shuffle | yang-g | 2018-01-18 |
| | |||
* | Revert "Revert "All instances of exec_ctx being passed around in src/core ↵ | Yash Tibrewal | 2017-12-06 |
| | | | | removed"" | ||
* | Revert "All instances of exec_ctx being passed around in src/core removed" | Yash Tibrewal | 2017-12-06 |
| | |||
* | Merge master after no Extern C changes | Yash Tibrewal | 2017-11-30 |
|\ | |||
* | | A few src/core fixes due to missing exec_ctx_finish | Yash Tibrewal | 2017-11-21 |
| | | |||
| * | Remove all extern C | ncteisen | 2017-11-17 |
|/ | |||
* | Add client channel stress test | Juanli Shen | 2017-11-14 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Fix error refcount bug | Noah Eisen | 2017-05-02 |
| | | | | | Added a missing ref in httpcli.c. Also added a test to avoid regression | ||
* | Add set pointer api to channel_arguments | yang-g | 2015-11-25 |
| | |||
* | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | 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. | ||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
|\ | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | Remove one range-based for and do appropriate static casts on nullptr | Vijay Pai | 2015-07-21 |
|/ | |||
* | support per call credentials in c++ | Yang Gao | 2015-05-14 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\ | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| * | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | Yang Gao | 2015-04-24 |
| | | | | | | | | the tests to init/shutdown free. | ||
* | | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
|/ | |||
* | clang-format c++ code | Yang Gao | 2015-03-17 |
| | |||
* | Credentials prototyping | Craig Tiller | 2015-02-23 |
| | | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated. | ||
* | Include typecasts so that int and size_t are not compared (since their | vjpai | 2015-02-18 |
| | | | | signs don't match) | ||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Changing the SSL (Server) Credentials API. | Julien Boeuf | 2015-01-20 |
| | | | | | | | | | | | | | | - Changed the unsigned char * + size to NULL terminated strings which makes sense for the PEM format. I may change TSI later (but the impact will hopefully be much more limited). - Added a way to pass multiple key/cert pairs to servers which is needed when hosting more than one domain. - Removed the C++ SSL credentials tests as we are going to have an option to not specify the roots which will then be derived from the environment (well-known platform dependent locations and/or environment variable). - Fixed the php build which is the only one added in the run_test.py. This change will certainly break node, python and ruby. | ||
* | Initialize gtest correctly | Craig Tiller | 2015-01-12 |
| | |||
* | Make this file compile | Craig Tiller | 2015-01-12 |
| | |||
* | Add ServiceAccount Credentials wrapping and handle credentials creation | yangg | 2015-01-12 |
| | | | | | | | | failure. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83634736 | ||
* | Client side implementation of creating channel with credentials. | yangg | 2014-12-29 |
The old test_ssl_channel related code is deleted and the new create channel call is used for interop tests. Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82540921 |