aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/channel_stack.h
Commit message (Collapse)AuthorAge
* Allow error strings in final_info to propagate to filters on call destructionGravatar Yash Tibrewal2018-07-23
|
* Fix comment for init_channel_elem to refer to elem->channel_data, not ↵Gravatar Hope Casey-Allen2018-05-25
| | | | elem->call_data
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* 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
|\
* \ Merge masterGravatar Yash Tibrewal2017-11-21
|\ \
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-21
| | |\ | | |/ | |/|
| * | Merge pull request #13364 from ncteisen/surfacing-error-detailsGravatar Noah Eisen2017-11-21
| |\ \ | | | | | | | | Add Error String to Recv Status API
| | * | Fix real TSAN/ASAN bugGravatar Noah Eisen2017-11-20
| | | |
| | | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| | | |\ | | |_|/ | |/| |
| | | * clang fmtGravatar ncteisen2017-11-17
| | | |
| | | * Remove all extern CGravatar ncteisen2017-11-17
| | | |
| | * | Add error string to recv status APIGravatar ncteisen2017-11-13
| | |/
| * | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| |\| | | | | | | | | | Lot's of manual work to make this merge work
* | | 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.
| * Better nameGravatar Craig Tiller2017-10-18
| |
| * C++ize tracingGravatar Craig Tiller2017-10-16
|/
* Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\
| * Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
| |
| * 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
|/
* Add refcount tracers for resolver, lb_policy, streamGravatar ncteisen2017-06-08
|
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix ASAN/TSAN failuresGravatar Craig Tiller2017-05-03
| | | | | | - trace system is now thread safe when run with TSAN - fix a race in client_auth_filter.c - allow timer manager to run in single threaded mode for fuzzers
* clang-formatGravatar Craig Tiller2017-03-31
|
* Review feedback: bikeshedding roundGravatar Craig Tiller2017-03-31
|
* Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
|
* FixesGravatar Craig Tiller2017-03-13
|
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
|\
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| |
| * Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
|/
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Cleaning up error handlingGravatar Craig Tiller2017-01-06
|
* Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\
| * Clean up C++ filter API.Gravatar Mark D. Roth2016-12-12
| |
| * clang-formatGravatar Mark D. Roth2016-11-18
| |
| * Change destroy_call_elem() to return a grpc_error*.Gravatar Mark D. Roth2016-11-18
| |
* | Merge branch 'slice_interning' into eliminate_mdstrGravatar Craig Tiller2016-11-16
|\|
* | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
| |
| * Merge remote-tracking branch 'upstream/master' into latency_in_final_infoGravatar Mark D. Roth2016-11-09
| |\ | |/ |/|
* | Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
|\ \ | | | | | | Add API for getting arbitrary state back from a channel