aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/deadline
Commit message (Collapse)AuthorAge
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
| * clang fmtGravatar ncteisen2017-11-17
| |
| * Remove all extern CGravatar ncteisen2017-11-17
| |
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\|
| * s/NULL/nullptrGravatar Craig Tiller2017-11-10
| |
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-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.
* Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
|
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | | | | | Also converting to .cc
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
|\|
| * More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
| |
| * Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
| * 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
| |
* | Propagate grpc_millis furtherGravatar Craig Tiller2017-07-19
| |
* | Compiling againGravatar Craig Tiller2017-07-17
|/
* C++ compatibility fixesGravatar Craig Tiller2017-07-11
|
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Cleanup filter selectionGravatar Craig Tiller2017-04-06
|
* Merge deadline_init/deadline_startGravatar Craig Tiller2017-04-06
|
* Merge branch 'minimal' into minimal_testGravatar Craig Tiller2017-04-04
|
* Fix sanityGravatar Craig Tiller2017-04-03
|
* Optionalize deadline checkingGravatar Craig Tiller2017-04-03