Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | extend local credentials to support tcp loopback | Yihua Zhang | 2018-12-16 |
| | |||
* | Move security credentials, connectors, and auth context to C++ | Soheil Hassas Yeganeh | 2018-12-13 |
| | | | | | | | This is to use `grpc_core::RefCount` to improve performnace. This commit also replaces explicit C vtables, with C++ vtable with its own compile time assertions and performance benefits. It also makes use of `RefCountedPtr` wherever possible. | ||
* | Merge pull request #16963 from yihuazhang/security_connector_refactor_new | yihuaz | 2018-10-24 |
|\ | | | | | security connector refactor | ||
| * | move SSL and fake URL strings to ssl_utils | Yihua Zhang | 2018-10-22 |
| | | |||
| * | security connector refactor | Yihua Zhang | 2018-10-22 |
| | | |||
* | | Do not pass interested_parties during handshake | Yihua Zhang | 2018-10-12 |
|/ | |||
* | Add changes in #16782 | Yihua Zhang | 2018-10-05 |
| | |||
* | Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker"" | yihuaz | 2018-10-05 |
| | |||
* | Revert "Create and pass pollset_set to ALTS TSI handshaker" | Jan Tattermusch | 2018-10-05 |
| | |||
* | pass a pollset_set to ALTS TSI handshaker | Yihua Zhang | 2018-10-02 |
| | |||
* | Revert "Revert "Fathom tcp changes"" | Yash Tibrewal | 2018-08-27 |
| | |||
* | Revert "Fathom tcp changes" | Jan Tattermusch | 2018-08-27 |
| | |||
* | Fathom TCP level changes. TracedBuffer for keeping track of all buffers | Yash Tibrewal | 2018-07-16 |
| | | | | | to be traced. Adding tests for Fathom and TracedBuffer. A lot more. Please read PR description. | ||
* | Migrate SSL_transport_security TSI to new TSI handshaker API | jiangtaoli2016 | 2018-05-09 |
| | |||
* | cache default SSL root cert store | jiangtaoli2016 | 2018-03-23 |
| | |||
* | [grpc] Add SSL session client cache support | Ruslan Nigmatullin | 2018-03-20 |
| | |||
* | Add a sanity check for inclusion of port_platform.h | Alexander Polcyn | 2018-02-23 |
| | |||
* | Run clang fmt | Noah Eisen | 2018-02-09 |
| | |||
* | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| | |||
* | Privatize useful.h and avl.h | Vijay Pai | 2018-02-02 |
| | |||
* | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 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 into execctx | Yash Tibrewal | 2017-12-05 |
|\ | |||
| * | Pass a pollset_set to some client handshakers. | Dan Born | 2017-12-04 |
| | | |||
* | | Merge master after no Extern C changes | Yash Tibrewal | 2017-11-30 |
|\| | |||
* | | Merge master | Yash Tibrewal | 2017-11-21 |
|\ \ | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c | ncteisen | 2017-11-20 |
| | |\ | | |/ | |/| | |||
| | * | clang fmt | ncteisen | 2017-11-17 |
| | | | |||
| | * | Remove all extern C | ncteisen | 2017-11-17 |
| | | | |||
* | | | Merge master | Yash Tibrewal | 2017-11-16 |
|\ \ \ | | |/ | |/| | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing++ | Noah Eisen | 2017-11-13 |
| | |\ | | |/ | |/| | |||
| * | | clang-format after nullptr changes | Craig Tiller | 2017-11-10 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing++ | ncteisen | 2017-11-10 |
| | |\ | | | | | | | | | | | | | Lot's of manual work to make this merge work | ||
| * | | | s/NULL/nullptr | Craig Tiller | 2017-11-10 |
| | |/ | |/| | |||
* | | | Merge with master | Yash Tibrewal | 2017-11-09 |
|\| | | |||
| * | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | | | |||
* | | | Removing instances of exec_ctx being passed around in functions in | Yash Tibrewal | 2017-10-18 |
|/ / | | | | | | | | | | | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break. | ||
| * | Better name | Craig Tiller | 2017-10-18 |
| | | |||
| * | Merge github.com:grpc/grpc into tracer | Craig Tiller | 2017-10-18 |
| |\ | |/ |/| | |||
| * | C++ize tracing | Craig Tiller | 2017-10-16 |
| | | |||
* | | Add comparison function for security connectors. | Mark D. Roth | 2017-10-16 |
|/ | |||
* | Add newline at the end of src/core headers that did not have it | Yash Tibrewal | 2017-10-09 |
| | |||
* | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-10-05 |
|\ | |||
| * | Changes for C to C++. Adding extern C to header files for compatibility. | Yash Tibrewal | 2017-10-02 |
| | | | | | | | | Also converting to .cc | ||
| * | Changes for C to C++. Adding extern C to header files for compatibility. | Yash Tibrewal | 2017-10-02 |
| | | |||
| * | More pointer conversions, deprecated string to char *, goto crossing ↵ | Yash Tibrewal | 2017-10-02 |
| | | | | | | | | initializations | ||
| * | more pointer conversions and goto jump warnings | Yash Tibrewal | 2017-10-02 |
| | | |||
| * | More pointer conversion required after making build changes | Yash Tibrewal | 2017-10-02 |
| | | |||
* | | Merge github.com:grpc/grpc into grpc_millis | Craig Tiller | 2017-09-20 |
|\| |