aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
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 into execctxGravatar Yash Tibrewal2017-12-05
|\
| * Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
| |
* | 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
| | | |
* | | | Merge masterGravatar Yash Tibrewal2017-11-16
|\ \ \ \ | | |_|/ | |/| |
| | | * Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-11-15
| | | |\ | | |_|/ | |/| | | | | | surfacing-error-details
| | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar Noah Eisen2017-11-13
| | |\ \ | | |/ / | |/| |
| | | * Add error string to recv status APIGravatar ncteisen2017-11-13
| | | |
| | * | clang fmtGravatar Noah Eisen2017-11-12
| | | |
| | * | 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
| * | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | |/ | |/|
* | | 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
| |
| * clang-formatGravatar Craig Tiller2017-10-16
| |
| * C++ize tracingGravatar Craig Tiller2017-10-16
|/
* 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-19
|\|
| * Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-13
|\|
| * Adding pointer conversions. Renaming a few variables and type names to avoid ↵Gravatar Yash Tibrewal2017-09-12
| | | | | | | | C++ compilation issues
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
|\|
| * Adding more pointer type conversionsGravatar Yash Tibrewal2017-09-08
| |
* | MergeGravatar Craig Tiller2017-09-08
|\ \
| | * More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
| |/
| * Merge pull request #12104 from dgquintas/filters_prioGravatar David G. Quintas2017-09-07
| |\ | | | | | | Added way to remove filters from channel stack builder
| * | 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
| | |
| | * Added way to remove filters from channel stack builderGravatar David Garcia Quintas2017-08-24
| |/
| * Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-07-26
| |\
| * | Separate stream compression from message-wise compressionGravatar Muxi Yan2017-07-26
| | |
* | | Propagate grpc_millis furtherGravatar Craig Tiller2017-07-19
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
|\ \ \ | | |/ | |/|
| * | Tracers know their nameGravatar ncteisen2017-07-13
| |/
| * Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-12
| |\
| | * Merge pull request #11391 from markdroth/channel_args_helpersGravatar Mark D. Roth2017-06-12
| | |\ | | | | | | | | Add helpers for creating channel args.