aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/load_reporting
Commit message (Collapse)AuthorAge
* Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
|
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
|\
| * Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-17
| |\
* | | 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
| |
* | Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
|/
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\ | | | | | | metadata_filter_and_new_closures
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\
| | * clang-format codeGravatar Craig Tiller2017-01-03
| | |
| | * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* | | 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
| |\|
* | | Fix correctness, mem leakGravatar Craig Tiller2016-11-23
| | |
* | | Fix metadata batch removal ref countingGravatar Craig Tiller2016-11-23
| | |
* | | Initial conversion work to indexed metadataGravatar Craig Tiller2016-11-22
| | |
* | | Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
| | |
* | | Merge branch 'slice_with_exec_ctx' into eliminate_mdstrGravatar Craig Tiller2016-11-18
|\| |
| | * clang-formatGravatar Mark D. Roth2016-11-18
| | |
| | * Change destroy_call_elem() to return a grpc_error*.Gravatar Mark D. Roth2016-11-18
| | |
* | | Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
| | |
* | | Tests are starting to compileGravatar Craig Tiller2016-11-16
|/ /
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
|\|
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\|
| * Add grpc_channel_get_info() to C-core API.Gravatar Mark D. Roth2016-10-27
|/
* fixed missing variable renameGravatar David Garcia Quintas2016-10-17
|
* s/lb-cost/lb-cost-binGravatar David Garcia Quintas2016-10-15
|
* Removed outdated TODOs and improved docstringsGravatar David Garcia Quintas2016-10-11
|
* Renamed LB-related metadata keysGravatar David Garcia Quintas2016-10-11
|
* Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
|\
| * clang-formatGravatar David Garcia Quintas2016-08-01
| |
| * removed some bits from invalid LR designGravatar David Garcia Quintas2016-07-26
| |
| * Simplified LR filterGravatar David Garcia Quintas2016-07-13
| |
| * added some more docsGravatar David Garcia Quintas2016-07-12
| |
| * fixed failures in h2_proxyGravatar David Garcia Quintas2016-07-11
| |
| * Added new features to load reporting.Gravatar David Garcia Quintas2016-07-10
| | | | | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test.
* | clang-formatGravatar Mark D. Roth2016-06-23
| |
* | Change grpc_channel_filter init_call_elem() method to return grpc_error.Gravatar Mark D. Roth2016-06-23
|/
* Fix fuzzing detected bugGravatar Craig Tiller2016-06-10
|
* merge leftoverGravatar David Garcia Quintas2016-06-06
|
* Added support for trailing metadataGravatar David Garcia Quintas2016-05-04
|
* properly lock call to custom lr funcGravatar David Garcia Quintas2016-05-04
|
* Turned load reporting into a pluginGravatar David Garcia Quintas2016-05-02
|
* Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-29
|
* all good! missing end2end test for new lr filterGravatar David Garcia Quintas2016-04-29
|
* After addition of grpc_call_statsGravatar David Garcia Quintas2016-04-15
|
* Load Reporting hook and filter skeletonGravatar David Garcia Quintas2016-04-06