Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Fake zero copy protector" | 2017-08-31 | |
| | |||
* | Implement fake TSI zero-copy frame protector | 2017-08-30 | |
| | |||
* | Revert "Implement call combiner" | 2017-08-29 | |
| | |||
* | Implement call combiner. | 2017-08-25 | |
| | |||
* | Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512 | 2017-08-17 | |
|\ | | | | | Fix assert in grpc_timer_init(). | ||
| * | Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512 | 2017-08-16 | |
| | | |||
* | | Fixing memory leak and removing unneeded NULL checks. | 2017-08-16 | |
|/ | |||
* | Fix use-after-free in oauth2_credentials | 2017-08-09 | |
| | |||
* | Make bytes_to_send in tsi_handshaker_next const | 2017-08-07 | |
| | |||
* | Make tsi handshaker result unused bytes const | 2017-08-01 | |
| | |||
* | Add cancellation to asynchronous security APIs. | 2017-07-21 | |
| | |||
* | Better handling of token lifetime. | 2017-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). | ||
* | clang format | 2017-07-13 | |
| | |||
* | Tracers know their name | 2017-07-13 | |
| | |||
* | Merge pull request #11409 from annasapek/asynch-tsi-fake-handshaker | 2017-07-12 | |
|\ | | | | | Update tsi_fake_handshaker to implement the asynchronous TSI | ||
| * | Update tsi_fake_handshaker to implement the asynchronous TSI | 2017-07-11 | |
| | | |||
* | | Code cleanups in client_auth_filter and server_auth_filter. | 2017-07-10 | |
| | | |||
* | | Merge pull request #11495 from agc-sec/fixopenssl-jwt | 2017-07-06 | |
|\ \ | | | | | | | Fix compilation error associated with release of OpenSSL 1.1 | ||
| * | | Format the code. | 2017-06-14 | |
| | | | |||
| * | | Merge branch 'fixopenssl-jwt' of https://github.com/agc-sec/grpc into ↵ | 2017-06-14 | |
| |\ \ | | | | | | | | | | | | | fixopenssl-jwt | ||
| | * | | Create jwt_verifier.c | 2017-06-14 | |
| | | | | |||
| | * | | Create jwt_verifier.c | 2017-06-14 | |
| | | | | |||
| * | | | Adding a wrapper function to ↵ | 2017-06-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. There are a total of four files require modification and this is the only one in which a wrapper-type function is necessary. | ||
| | * | | Adding a wrapper function to ↵ | 2017-06-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. There are a total of four files require modification and this is the only one in which a wrapper-type function is necessary. | ||
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul | 2017-06-12 | |
|\| | | | |||
| * | | | Merge pull request #11391 from markdroth/channel_args_helpers | 2017-06-12 | |
| |\ \ \ | | |/ / | |/| | | Add helpers for creating channel args. | ||
* | | | | clang fmt | 2017-06-09 | |
| | | | | |||
| | * | | Add helpers for creating channel args. | 2017-06-09 | |
| | | | | |||
* | | | | Add cq and fd tracer | 2017-06-08 | |
| | | | | |||
* | | | | Add metadata, secendp, sec conn tracers | 2017-06-08 | |
| | | | | |||
* | | | | Add rich closure debug mode | 2017-06-08 | |
| |/ / |/| | | |||
| * | | Add rich closure debug mode | 2017-06-08 | |
|/ / | |||
* | | Merge github.com:grpc/grpc into ALL-the-things | 2017-06-08 | |
|\ \ | |||
| * | | auto-fix most of licenses | 2017-06-08 | |
| | | | |||
* | | | Merge github.com:grpc/grpc into ALL-the-things | 2017-06-07 | |
|\| | | |||
| * | | Implement LB policy updates | 2017-06-06 | |
| |/ | |||
* | | Merge branch 'thread_pool' into ALL-the-things | 2017-05-30 | |
|\ \ | |/ |/| | |||
* | | Revise handshaker to make callback once a time. | 2017-05-23 | |
| | | |||
* | | Revise based on Mark Roth comments. | 2017-05-22 | |
| | | |||
* | | Address Mark Roth's comments. | 2017-05-20 | |
| | | |||
| * | Merge remote-tracking branch 'origin/races' into thread_pool | 2017-05-17 | |
| |\ | |||
| * | | Remove workqueue, covered_by_poller as concepts, get Mac build up | 2017-05-12 | |
| |/ | |||
* | | Merge branch 'master' into handshaker | 2017-05-11 | |
|\| | |||
* | | fix memory leak in left_overs slice | 2017-05-11 | |
| | | |||
* | | Address Julien's comment and clang format | 2017-05-05 | |
| | | |||
| * | Merge branch 'epex4' into uberpoll | 2017-05-05 | |
| |\ | |||
| * | | Add initializers for all tracers | 2017-05-04 | |
| | | | |||
| * | | Fix ASAN/TSAN failures | 2017-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 | ||
| | * | Merge branch 'hiertune' into epex4+epoll1 | 2017-05-01 | |
| | |\ | | |/ | |/| | |||
* | | | Bug fix | 2017-04-29 | |
| | | |