aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security
Commit message (Expand)AuthorAge
...
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| * Clang formatGravatar Yash Tibrewal2017-10-02
| * More pointer conversions, deprecated string to char *, goto crossing initiali...Gravatar Yash Tibrewal2017-10-02
| * more pointer conversions and goto jump warningsGravatar Yash Tibrewal2017-10-02
| * More pointer conversion required after making build changesGravatar Yash Tibrewal2017-10-02
* | 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-28
| |\
| | * Fix race condition in composite credentials.Gravatar Mark D. Roth2017-09-28
| * | Add tracer for plugin credentials.Gravatar Mark D. Roth2017-09-26
| * | 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-19
|\ \ \
| | * \ Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-18
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #12359 from justinburke/tsi_factory_lockingGravatar Justin Burke2017-09-18
| |\ \ \
* | | | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-18
|\| | | |
| | | * | Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-18
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Add reference counting to tsi_ssl_handshaker_factoriesGravatar Justin Burke2017-09-15
| * | | | Pass exec_ctx in TSI zero_copy_protector createGravatar jiangtaoli20162017-09-14
| |/ / /
* | | | 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
| | |\ \ | | |/ / | |/| |
| * | | Compile fixGravatar Craig Tiller2017-09-08
| * | | 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
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #12418 from jiangtaoli2016/fake_zero_copy_protectorGravatar Mark D. Roth2017-09-08
| |\ \ \ \
| | | | * \ Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-07
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | * | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-07
| | | |\ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-07
|\| | | | |
| | | | | * clang-formatGravatar Mark D. Roth2017-09-06
| | * | | | Revise zero-copy protector interfaceGravatar jiangtaoli20162017-09-06
| | * | | | Fake zero-copy frame protectorGravatar jiangtaoli20162017-09-06
| * | | | | Reset cancellation closure when unreffing the call to avoid race conditions.Gravatar Mark D. Roth2017-09-05
| | | | | * 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
| | | |/ | | |/|
| * | | Fix asan and tsan failures.Gravatar Mark D. Roth2017-09-01
| * | | Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-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
| * | Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\| |
| * | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| * | Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512Gravatar Nicolas Noble2017-08-17
| |\ \
| | * | Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512Gravatar Maxim Dzoba2017-08-16
| * | | Fixing memory leak and removing unneeded NULL checks.Gravatar Julien Boeuf2017-08-16
| |/ /
| * | Fix use-after-free in oauth2_credentialsGravatar Yuchen Zeng2017-08-09