aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/channel_filter.h
Commit message (Collapse)AuthorAge
* Remove filters from subchannel argsGravatar Juanli Shen2019-01-03
|
* Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
|
* Add more filter priority levelsGravatar yang-g2018-08-01
|
* Add load reporting filterGravatar Juanli Shen2018-06-22
|
* Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
|
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
|
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* 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.
* Merge pull request #12331 from markdroth/c++_filter_api_fixGravatar Mark D. Roth2017-08-31
|\ | | | | Add recv_message() method to TransportStreamOpBatch class.
| * Add recv_message() method to TransportStreamOpBatch class.Gravatar Mark D. Roth2017-08-30
| |
* | 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
|
* Improvements to C++ filter API:Gravatar Mark D. Roth2017-06-29
| | | | | | | - Make sure all C-core parameters are passed into C++ methods. - Add Destroy() methods for ChannelData and CallData. - Use C++-style casts. - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* review feedbackGravatar Craig Tiller2017-04-03
|
* Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-04-03
|\
* | Review feedback: bikeshedding roundGravatar Craig Tiller2017-03-31
| |
| * Reinstate one check, fix fall outGravatar Craig Tiller2017-03-30
| |
* | Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-20
|\|
| * Fix compilationGravatar Craig Tiller2017-03-15
| |
* | Convert C++Gravatar Craig Tiller2017-03-10
|/
* Fix compileGravatar Craig Tiller2017-02-22
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Fix C++ buildGravatar Craig Tiller2017-01-09
|
* Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\
| * Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\
| | * clang-formatGravatar Mark D. Roth2016-12-14
| | |
| | * Fix bug.Gravatar Mark D. Roth2016-12-12
| | |
| | * Clean up C++ filter API.Gravatar Mark D. Roth2016-12-12
| | |
| | * clang-formatGravatar Mark D. Roth2016-11-30
| | |
| | * Fix build problems.Gravatar Mark D. Roth2016-11-28
| | |
* | | C++ compilesGravatar Craig Tiller2016-11-21
| | |
* | | Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
|/ /
* / 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
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Fix header.Gravatar Mark D. Roth2016-10-06
|
* Merge with newly added/modified filesGravatar David Garcia Quintas2016-08-30
|
* Removing unused header.Gravatar Nicolas "Pixel" Noble2016-08-23
|