aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/load_reporting
Commit message (Collapse)AuthorAge
* Move uri_parser to libGravatar ncteisen2018-10-31
|
* Move uri_parser to common spotGravatar ncteisen2018-10-30
|
* Fix build issueGravatar Juanli Shen2018-08-23
|
* Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
|
* typo fixGravatar yang-g2018-08-01
|
* Add more filter priority levelsGravatar yang-g2018-08-01
|
* Add server load reporting serviceGravatar Juanli Shen2018-07-13
|
* Add load reporting filterGravatar Juanli Shen2018-06-22
|
* Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
|
* Reviewer feedbackGravatar ncteisen2018-06-13
|
* Use GRPC_CLOSURE_RUN instead of directly invoking callbacks in some filtersGravatar Hope Casey-Allen2018-06-11
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
|
* Wrap duplicated-name definitions in anonymous namespaceGravatar Vijay Pai2018-01-02
|
* 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
|\
| * clang fmtGravatar ncteisen2017-11-17
| |
| * Remove all extern CGravatar ncteisen2017-11-17
| |
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\|
| * 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.
* Some more extern CGravatar Yash Tibrewal2017-10-02
|
* 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
|
* Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
|
* Merge branch 'master' of https://github.com/grpc/grpc into ctoccGravatar Yash Tibrewal2017-09-08
|\
* | More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
| |
| * Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_pluginGravatar David Garcia Quintas2017-09-07
| |\ | |/ |/|
* | Merge pull request #12104 from dgquintas/filters_prioGravatar David G. Quintas2017-09-07
|\ \ | | | | | | Added way to remove filters from channel stack builder
| | * s/load_reporting/server_load_reportingGravatar David Garcia Quintas2017-09-06
| | |
| | * Fixed include guardsGravatar David Garcia Quintas2017-09-06
| | |
* | | 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
| | |
* | | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| | |
| * | Added way to remove filters from channel stack builderGravatar David Garcia Quintas2017-08-24
|/ /
| * Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h}Gravatar David Garcia Quintas2017-08-24
|/
* 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 rich closure debug modeGravatar ncteisen2017-06-08
|/
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Load Reporting back to using metadataGravatar David Garcia Quintas2017-04-15
|
* Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-11
|\
| * Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
| |
* | Cleanup filter selectionGravatar Craig Tiller2017-04-06
|/
* Merge github.com:grpc/grpc into minimalGravatar Craig Tiller2017-04-04
|