aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/handshake
Commit message (Collapse)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|
* Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""Gravatar yihuaz2018-10-05
|
* Revert "Create and pass pollset_set to ALTS TSI handshaker"Gravatar Jan Tattermusch2018-10-05
|
* pass a pollset_set to ALTS TSI handshakerGravatar Yihua Zhang2018-10-02
|
* Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
* Add tracer for handshakers.Gravatar Mark D. Roth2018-04-17
|
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
|
* Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* 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 pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
|\ | | | | All instances of exec_ctx being passed around in src/core removed
* | clang-formatGravatar Vijay Pai2017-12-04
| |
* | Fix up review commentsGravatar Dave MacLachlan2017-11-30
| |
* | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
| | | | | | | | | | | | | | | | As a client of grpc I want to be aware of which threads are being created by grpc, and giving them recognizable names makes it significantly easier to diagnose what is going on in my programs. This provides thread names for macOS and Linux. Adding support for other platforms should be easy for platform specialists.
| * changes for macosGravatar Yash Tibrewal2017-11-20
| |
| * Merge masterGravatar Yash Tibrewal2017-11-16
| |\ | |/ |/|
* | Fix missing copyright, fix merge conflict in updated BUILDGravatar Alexander Polcyn2017-11-13
| |
* | Merge remote-tracking branch 'upstream/master' into pass_args_to_tsiGravatar Alexander Polcyn2017-11-13
|\ \
* \ \ Merge remote-tracking branch 'upstream/master' into pass_args_to_tsiGravatar Alexander Polcyn2017-11-13
|\ \ \ | | |/ | |/|
* | | Use existing read buffer in security handshaker if presentGravatar Alexander Polcyn2017-11-13
| | |
| | * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |/
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |/ |/|
| * BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| |
| * BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| |
| * rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
|/
* Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
|
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\
| * fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Adding dummy layering check option.Gravatar Nicolas "Pixel" Noble2017-05-19
|/
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
* | Rewriting core tests BUILD files to use the build system.Gravatar Nicolas "Pixel" Noble2017-04-18
| |
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-30
| |\ | |/ |/|
* | Update include pathsGravatar Craig Tiller2017-03-28
| |
| * Updates C CoreGravatar Sree Kuchibhotla2017-03-22
| |
| * Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
| |
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-03
| |\ | |/ |/|
| * Change Core to use the new completion_queue_create APIGravatar Sree Kuchibhotla2017-03-02
| |
* | Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
|/
* Merge pull request #9773 from dgquintas/build_filesGravatar David G. Quintas2017-02-28
|\ | | | | Test BUILD file assortment
* \ Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
|\ \
| | * test/core/handshakeGravatar David Garcia Quintas2017-02-17
| |/ |/|
| * Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* | Expand wildcard IP addresses on servers.Gravatar Dan Born2017-02-09
| |
* | Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|/
* Fixing msan issue in client_ssl.cGravatar Julien Boeuf2017-01-19
| | | | | | See this error (somehow triggered by a new version of boringssl): https://grpc-testing.appspot.com/job/gRPC_pull_requests_msan_c/1154/testReport/junit/(root)/c_linux_msan/bins_msan_handshake_client_GRPC_POLL_STRATEGY_poll_cv/ In the alpn callback, in_len is the size of the in buffer and not the number of alpn elements.