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 master | Yash Tibrewal | 2018-11-16 |
|\ | |||
| * | Remeve memset(0) from arena allocated memory. | Soheil Hassas Yeganeh | 2018-11-05 |
| | | | | | | | | | | | | | | Callers are updated to properly initialize the memory. This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY environment variable. | ||
| * | use gRPC thread model | Yihua Zhang | 2018-11-01 |
| | | |||
| * | move SSL and fake URL strings to ssl_utils | Yihua Zhang | 2018-10-22 |
| | | |||
| * | security connector refactor | Yihua Zhang | 2018-10-22 |
| | | |||
| * | 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 |
| | | |||
| * | Reviewer comments | Yash Tibrewal | 2018-09-17 |
| | | |||
| * | Reviewer comments | Yash Tibrewal | 2018-09-14 |
| | | |||
| * | Also initialize closures again | Yash Tibrewal | 2018-09-07 |
| | | |||
| * | Be cautious and wait for possible error causing callbacks before we treat ↵ | Yash Tibrewal | 2018-09-07 |
| | | | | | | | | trailing metadata | ||
| * | Merge branch 'cronetfix' into status | Yash Tibrewal | 2018-08-31 |
| |\ | |||
| | * | Revert "Revert "Fathom tcp changes"" | Yash Tibrewal | 2018-08-27 |
| | | | |||
| | * | Revert "Fathom tcp changes" | Jan Tattermusch | 2018-08-27 |
| | | | |||
* | | | More commits | Yash Tibrewal | 2018-08-26 |
| |/ |/| | |||
| * | Modify existing error child manipulation | Yash Tibrewal | 2018-08-21 |
| | | |||
| * | Merge branch 'master' into status | Yash Tibrewal | 2018-08-20 |
| |\ | |||
* | \ | Merge master | Yash Tibrewal | 2018-08-13 |
|\ \ \ | | |/ | |/| | |||
| * | | Explictly Flush exec_ctx after resetting call_combiner_set_notify_on_cancel ↵ | Yash Tibrewal | 2018-08-08 |
| | | | | | | | | | | | | to avoid the need to take refs on the stack for cancellation closures on exec_ctx | ||
| | * | PR Feedback Changes | kpayson64 | 2018-07-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. | ||
* | Merge pull request #15879 from hcaseyal/client_auth_allocation | hcaseyal | 2018-07-03 |
|\ | | | | | Remove allocation in client auth filter and use call arena instead | ||
| * | Allocate on call arena in client_auth_filter | Hope Casey-Allen | 2018-07-03 |
| | | |||
* | | Remove auth_context from call data. Use channel data auth context instead | Hope Casey-Allen | 2018-06-29 |
| | | |||
* | | Fix macro error and clang tidy | Hope Casey-Allen | 2018-06-29 |
| | | |||
* | | Remove allocation in server_auth_filter | Hope Casey-Allen | 2018-06-29 |
|/ | |||
* | Remove allocation in server_auth filter and allocate on the arena instead | Hope Casey-Allen | 2018-06-22 |
| | |||
* | Revert "Add Type Checking On Channel Args" | Noah Eisen | 2018-06-14 |
| | |||
* | Reviewer feedback | ncteisen | 2018-06-13 |
| | |||
* | Remove all uses of raw GRPC_ARG_POINTER | ncteisen | 2018-06-13 |
| | |||
* | Add tsi_handshaker_shutdown to TSI | Yihua Zhang | 2018-05-09 |
| | |||
* | Merge pull request #15190 from yihuazhang/enable_cpp_for_alts_interop | yihuaz | 2018-04-26 |
|\ | | | | | Enable C++ in ALTS interop tests | ||
| * | don't call security_handshake_failed_locked | Yihua Zhang | 2018-04-25 |
| | | |||
* | | Change trace logging to use GPR_INFO instead of GPR_DEBUG. | Mark D. Roth | 2018-04-25 |
| | | |||
| * | enable c++ for ALTS kokoro tests | Yihua Zhang | 2018-04-25 |
|/ | |||
* | Add tracer for handshakers. | Mark D. Roth | 2018-04-17 |
| | |||
* | Remove unnecessary includes of exec_ctx.h | Yash Tibrewal | 2018-03-14 |
| | |||
* | Use metadata batch callouts in client_auth_filter. | Mark D. Roth | 2018-03-12 |
| | |||
* | Convert slice hash table and service config code to C++. | Mark D. Roth | 2018-02-26 |
| | |||
* | Add a sanity check for inclusion of port_platform.h | Alexander Polcyn | 2018-02-23 |
| | |||
* | place security_connector in its own subdirectory | Yihua Zhang | 2018-02-20 |
| | |||
* | Run clang fmt | Noah Eisen | 2018-02-09 |
| | |||
* | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| | |||
* | Merge branch 'master' into gpr_review_host_port | Vijay Pai | 2018-02-07 |
|\ | |||
| * | Upmerge branch 'v1.9.x' into 'master' | Mehrdad Afshari | 2018-02-05 |
| |\ | |||
| | * | Merge pull request #14315 from kpayson64/fix_refcounting | kpayson64 | 2018-02-05 |
| | |\ | | | | | | | | | Fixes refcounting issue |