aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security
Commit message (Collapse)AuthorAge
...
* | 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
| |\ \ \ | | | | | | | | | | Add reference counting to tsi_ssl_handshaker_factories
* | | | | 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
| |\ \ \ \ | | | | | | | | | | | | Fake zero copy protector
| | | | * \ 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
| |/ / | | | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
| | * 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().
| | * | 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
| | |
| * | Make bytes_to_send in tsi_handshaker_next constGravatar jiangtaoli20162017-08-07
| | |
| * | Make tsi handshaker result unused bytes constGravatar jiangtaoli20162017-08-01
| | |
| * | Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
| | |
| | * Introduce long/short jobs to executor (not used yet)Gravatar Craig Tiller2017-07-18
| | |
| | * Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-07-17
| | |\ | | |/ | |/|
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
|\| |
| * | Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
| | | | | | | | | | | | | | | | | | | | | | | | - In C++, we need a constant for the max lifetime. - In C, make sure that we crop the lifetime in the credentials object itself and not just later during the creation of the token. This will allow the refresh to occur based on the actual token lifetime as opposed to the one from the user (which may be cropped).