Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Remove _ prefixed variable names | Yash Tibrewal | 2017-11-29 |
| | |||
* | 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 |
| | | |||
| * | make stats_test skip values far from boundaries | Jan Tattermusch | 2017-11-13 |
| | | |||
* | | Correction to closure.cc,bm_chttp2_hpack and few more | Yash Tibrewal | 2017-11-10 |
| | | |||
* | | Merge with master | Yash Tibrewal | 2017-11-09 |
|\| | |||
| * | Merge master | Yash Tibrewal | 2017-11-06 |
| |\ | |||
| | * | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | | | |||
| * | | Remove unnecessary extern Cs | Yash Tibrewal | 2017-10-25 |
| |/ | |||
* | | 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. | ||
| * | clang-format | Craig Tiller | 2017-10-07 |
| | | |||
| * | accurate, exhaustive "fast" version of this test | Craig Tiller | 2017-10-08 |
| | | |||
| * | Use a mutex for an exact test | Craig Tiller | 2017-10-08 |
| | | |||
| * | Multithread & shard stats test, make it exhaustive | Craig Tiller | 2017-10-07 |
|/ | |||
* | clang-format | Craig Tiller | 2017-09-07 |
| | |||
* | Bounds fixes | Craig Tiller | 2017-09-05 |
| | |||
* | Optimize test | Craig Tiller | 2017-09-05 |
| | |||
* | Add stats test | Craig Tiller | 2017-09-01 |