aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/tsi/transport_security.h
Commit message (Collapse)AuthorAge
* Add tsi_handshaker_shutdown to TSIGravatar Yihua Zhang2018-05-09
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
* \ Merge masterGravatar Yash Tibrewal2017-11-21
|\ \
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| | |\ | | |/ | |/|
| | * clang fmtGravatar ncteisen2017-11-17
| | |
| | * Remove all extern CGravatar ncteisen2017-11-17
| | |
| * | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| |\| | | | | | | | | | Lot's of manual work to make this merge work
* | | Merge with masterGravatar Yash Tibrewal2017-11-09
|\ \ \ | | |/ | |/|
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
* | | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-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 nameGravatar Craig Tiller2017-10-18
| |
| * C++ize tracingGravatar Craig Tiller2017-10-16
|/
* Pass exec_ctx in TSI zero_copy_protector createGravatar jiangtaoli20162017-09-14
|
* Merge pull request #12105 from jiangtaoli2016/revert-12101-revert-11977-tsi_grpcGravatar Mark D. Roth2017-08-08
|\ | | | | Roll forward "Add TSI zero-copy frame protector"
* | Make bytes_to_send in tsi_handshaker_next constGravatar jiangtaoli20162017-08-07
| |
| * Revert "Revert "Add TSI zero-copy frame protector""Gravatar Jiangtao Li2017-08-07
|/
* Revert "Add TSI zero-copy frame protector"Gravatar Jiangtao Li2017-08-07
|
* minor fixGravatar jiangtaoli20162017-08-02
|
* Add TSI zero-copy frame protectorGravatar jiangtaoli20162017-07-28
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix ASAN/TSAN failuresGravatar Craig Tiller2017-05-03
| | | | | | - trace system is now thread safe when run with TSAN - fix a race in client_auth_filter.c - allow timer manager to run in single threaded mode for fuzzers
* Revise based on Mark's comments.Gravatar jiangtaoli20162017-04-10
|
* Update TSI with new non-blocking TSI interfaces.Gravatar jiangtaoli20162017-04-07
|
* Sanity fixesGravatar Craig Tiller2017-03-29
|
* Update include pathsGravatar Craig Tiller2017-03-28
|
* Move src/core/lib/tsi --> src/core/tsiGravatar Craig Tiller2017-03-28
|
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Fixed include guardsGravatar David Garcia Quintas2016-03-15
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Clean up tsi properties.Gravatar Julien Boeuf2015-05-13
|
* Adding support to enable tracing in tsi.Gravatar Julien Boeuf2015-03-01
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Changing size type in Transport Security (TSI) from uint32_t to size_t:Gravatar Julien Boeuf2015-01-15
| | | | Will remove grpc impedance mismatch.
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Initial import.Gravatar Nicolas Noble2014-11-26