Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #14469 from adelez/foundry_integration | adelez | 2018-02-22 |
|\ | | | | | Add more bazel tests | ||
* \ | Merge pull request #14437 from yihuazhang/security_connector_replacement | Mark D. Roth | 2018-02-21 |
|\ \ | | | | | | | Security connector replacement | ||
| | * | Add more bazel tests | Adele Zhou | 2018-02-20 |
| |/ |/| | |||
| * | place security_connector in its own subdirectory | Yihua Zhang | 2018-02-20 |
| | | |||
* | | Fix the fuzzer corpus path. | Adele Zhou | 2018-02-16 |
|/ | |||
* | Run clang fmt | Noah Eisen | 2018-02-09 |
| | |||
* | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| | |||
* | Merge branch 'master' into gpr_review | Vijay Pai | 2018-02-08 |
|\ | |||
* | | Privatize useful.h and avl.h | Vijay Pai | 2018-02-02 |
| | | |||
| * | Move cmdline and subprocess from public gpr to test/core/util | Vijay Pai | 2018-01-25 |
|/ | |||
* | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | |||
* | windows needs fflush after fprintf | Jan Tattermusch | 2018-01-12 |
| | |||
* | Revert "Revert "All instances of exec_ctx being passed around in src/core ↵ | Yash Tibrewal | 2017-12-06 |
| | | | | removed"" | ||
* | Revert "All instances of exec_ctx being passed around in src/core removed" | Yash Tibrewal | 2017-12-06 |
| | |||
* | Merge master into execctx | Yash Tibrewal | 2017-12-05 |
|\ | |||
| * | Pass a pollset_set to some client handshakers. | Dan Born | 2017-12-04 |
| | | |||
* | | Remove _ prefixed variable names | Yash Tibrewal | 2017-11-29 |
| | | |||
* | | Fix tests to call grpc_init and grpc_shutdown before using exec_ctx | Yash Tibrewal | 2017-11-28 |
| | | |||
* | | A few src/core fixes due to missing exec_ctx_finish | Yash Tibrewal | 2017-11-21 |
| | | |||
* | | Merge master | Yash Tibrewal | 2017-11-16 |
|\| | |||
* | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵ | Yash Tibrewal | 2017-11-14 |
| | | | | | | | | ExecCtx and some minor changes | ||
* | | Address some PR comments | Yash Tibrewal | 2017-11-14 |
| | | |||
| * | clang-format after nullptr changes | Craig Tiller | 2017-11-10 |
| | | |||
| * | Enable clang-tidy as a sanity check, fix up all known failures | Craig Tiller | 2017-11-10 |
| | | |||
* | | Merge with master | Yash Tibrewal | 2017-11-09 |
|\| | |||
| * | Merge master | Yash Tibrewal | 2017-11-06 |
| |\ | |||
| | * | Merge github.com:grpc/grpc into 50 | Craig Tiller | 2017-11-06 |
| | |\ | |||
| | | * | Removing port 443 for the service name (used as audience) when the url is https. | Julien Boeuf | 2017-11-03 |
| | | | | |||
| | * | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | |/ | |||
| * | | LLVMfuzzer extern C | Yash Tibrewal | 2017-10-31 |
| | | | |||
| * | | BUILD changes. test languauge to C++ | Yash Tibrewal | 2017-10-31 |
| | | | |||
| * | | some BUILD changes and designated initializers | Yash Tibrewal | 2017-10-30 |
| | | | |||
| * | | BUILD files changes for bazel | Yash Tibrewal | 2017-10-30 |
| | | | |||
| * | | Remove unnecessary extern Cs | Yash Tibrewal | 2017-10-25 |
| | | | |||
| * | | ssl_credentials_tests C++ized | Yash Tibrewal | 2017-10-25 |
| | | | |||
| * | | Merge branch 'master' into testc++ize | Yash Tibrewal | 2017-10-25 |
| |\| | |||
| * | | rename all test core files to cc and a lot of C++ style conversions | Yash Tibrewal | 2017-10-25 |
| | | | |||
| | * | Expose conversion of grpc to tsi cert pairs | Justin Burke | 2017-10-23 |
| |/ | |||
* / | Removing instances of exec_ctx being passed around in functions in | Yash Tibrewal | 2017-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+millis | Craig Tiller | 2017-09-29 |
|\ | |||
| * | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix | Mark D. Roth | 2017-09-25 |
| |\ | |||
* | \ | Merge github.com:grpc/grpc into grpc_millis | Craig Tiller | 2017-09-19 |
|\ \ \ | | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into grpc_millis | Craig Tiller | 2017-09-11 |
|\ \ \ | |||
| | * \ | Merge github.com:grpc/grpc into pollset_kick_stats | Craig Tiller | 2017-09-11 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-08 |
| |\ \ \ | |||
* | \ \ \ | Merge | Craig Tiller | 2017-09-08 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into pollset_kick_stats | Craig Tiller | 2017-09-08 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix | Mark D. Roth | 2017-09-08 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | fix secure_endpoint_test | jiangtaoli2016 | 2017-09-07 |
| | | | | | |||
| * | | | | Fake zero-copy frame protector | jiangtaoli2016 | 2017-09-06 |
| | | | | |