aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/channel_filter.cc
Commit message (Collapse)AuthorAge
* Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
|
* Add more filter priority levelsGravatar yang-g2018-08-01
|
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* 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
|\
| * Remove all extern CGravatar ncteisen2017-11-17
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | 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.
* Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
* Add missing extern CGravatar yang-g2017-08-29
|
* Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
|
* Implement call combiner.Gravatar Mark D. Roth2017-08-25
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* review feedbackGravatar Craig Tiller2017-04-03
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Everything compiles...Gravatar Craig Tiller2016-11-22
|
* C++ compilesGravatar Craig Tiller2016-11-21
|
* Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
|
* Fix C++ filter API and add test for it.Gravatar Mark D. Roth2016-11-07
|
* Code review changes.Gravatar Mark D. Roth2016-07-28
|
* Move channel_filter.h from include/ tree to src/ tree.Gravatar Mark D. Roth2016-06-29
|
* clang-formatGravatar Mark D. Roth2016-06-29
|
* Initial attempt at a C++ wrapper for the C grpc_transport_op andGravatar Mark D. Roth2016-06-27
| | | | grpc_transport_stream_op structs.
* Removed unnecessary comments. Added connection counter to test.Gravatar Mark D. Roth2016-06-16
|
* Fix portability issues.Gravatar Mark D. Roth2016-06-16
|
* clang-formatGravatar Mark D. Roth2016-06-16
|
* Pass channel args to ChannelData ctor and ChannelData to CallData ctor.Gravatar Mark D. Roth2016-06-16
|
* - fix build problemsGravatar Mark D. Roth2016-06-16
| | | | | - make changes suggested by reviewer - add test (not working yet)
* Initial attempt at a C++ API for defining channel filters.Gravatar Mark D. Roth2016-06-15