aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
Commit message (Collapse)AuthorAge
* 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.
* 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.
| | | * Add helpers for creating channel args.Gravatar Mark D. Roth2017-06-09
| | | |
| * | | Add refcount tracers for resolver, lb_policy, streamGravatar ncteisen2017-06-08
| | | |
| * | | Add rich closure debug modeGravatar ncteisen2017-06-08
| | |/ | |/|
| | * Add rich closure debug modeGravatar ncteisen2017-06-08
| |/
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
| * Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
| |
| * Merge pull request #10800 from kpayson64/fix_alpineGravatar kpayson642017-05-16
| |\ | | | | | | Fix alpine build
* | | Converting codeGravatar Craig Tiller2017-05-12
|/ /
* | Add initializers for all tracersGravatar Craig Tiller2017-05-04
| |
* | 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
* | Implement client-side load reporting for grpclb.Gravatar Mark D. Roth2017-05-02
| |
* | Don't abort on inputGravatar Noah Eisen2017-04-24
| |
| * Fix regressionGravatar Ken Payson2017-04-21
|/
* Merge pull request #10391 from dgquintas/lr_back_to_mdGravatar David G. Quintas2017-04-17
|\ | | | | Load Reporting back to using metadata
| * Load Reporting back to using metadataGravatar David Garcia Quintas2017-04-15
| |
* | Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
|/
* Cleanup filter selectionGravatar Craig Tiller2017-04-06
|
* Merge branch 'minimal' into minimal_testGravatar Craig Tiller2017-04-04
|\
| * Merge github.com:grpc/grpc into minimalGravatar Craig Tiller2017-04-04
| |\
| | * Merge branch 'new_transport_op' of github.com:ctiller/grpc into new_transport_opGravatar Craig Tiller2017-04-03
| | |\
* | | | Optionalize deadline checkingGravatar Craig Tiller2017-04-03
| | | |
* | | | Optionalize compress, gather all the http2 filter bits together in ext/Gravatar Craig Tiller2017-04-03
| | | |