aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
Commit message (Collapse)AuthorAge
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
* | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |
| * Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
|/
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* windows needs fflush after fprintfGravatar Jan Tattermusch2018-01-12
|
* 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 into execctxGravatar Yash Tibrewal2017-12-05
|\
| * Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
| |
* | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| |
* | Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| |
* | A few src/core fixes due to missing exec_ctx_finishGravatar Yash Tibrewal2017-11-21
| |
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\|
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
| * clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| |
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-06
| | |\
| | | * Removing port 443 for the service name (used as audience) when the url is https.Gravatar Julien Boeuf2017-11-03
| | | |
| | * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |/
| * | LLVMfuzzer extern CGravatar Yash Tibrewal2017-10-31
| | |
| * | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | |
| * | some BUILD changes and designated initializersGravatar Yash Tibrewal2017-10-30
| | |
| * | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | |
| * | Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
| | |
| * | ssl_credentials_tests C++izedGravatar Yash Tibrewal2017-10-25
| | |
| * | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-25
| |\|
| * | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
| | |
| | * Expose conversion of grpc to tsi cert pairsGravatar Justin Burke2017-10-23
| |/
* / 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.
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
|\
| * Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-25
| |\
* | \ Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\ \ \ | | |/ | |/|
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
|\ \ \
| | * \ Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-11
| | |\ \ | | |/ / | |/| |
| * | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-08
| |\ \ \
* | \ \ \ MergeGravatar Craig Tiller2017-09-08
|\ \ \ \ \ | | |/ / / | |/| | |
| | | * | Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-08
| | | |\ \ | | |_|/ / | |/| | |
| | | | * Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-08
| | | | |\ | | |_|_|/ | |/| | |
| * | | | fix secure_endpoint_testGravatar jiangtaoli20162017-09-07
| | | | |
| * | | | Fake zero-copy frame protectorGravatar jiangtaoli20162017-09-06
| | | | |
| | | | * Change plugin credentials API to support both sync and async modes.Gravatar Mark D. Roth2017-09-01
| | |_|/ | |/| |
* | | | Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
|\| | |
| | | * Add pollset_kick statsGravatar Craig Tiller2017-09-01
| | |/ | |/|
| | * Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-08-31
| | |\ | | |/ | |/|
| * | Revert "Fake zero copy protector"Gravatar Jan Tattermusch2017-08-31
| | |
| * | Implement fake TSI zero-copy frame protectorGravatar jiangtaoli20162017-08-30
| | |
| * | Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
| | |