aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/census/grpc_filter.c
Commit message (Collapse)AuthorAge
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | Also converting to .cc
* Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
|\ | | | | Second attempt at call combiner PR
* | More edits for C to CCGravatar Yash Tibrewal2017-09-06
| |
* | Modifying a few filesGravatar Yash Tibrewal2017-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
|
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Review feedback: bikeshedding roundGravatar Craig Tiller2017-03-31
|
* Merge github.com:grpc/grpc into new_transport_opGravatar Craig Tiller2017-03-20
|\
| * Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
| |
* | fixesGravatar Craig Tiller2017-03-10
|/
* 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
|
* Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\ | | | | | | metadata_filter_and_new_closures
| * 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
|\|
* | Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
| |
* | Get core compiling againGravatar 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
| |
* | Tests are starting to compileGravatar Craig Tiller2016-11-16
|/
* Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
|\ | | | | Add API for getting arbitrary state back from a channel
| * Add grpc_channel_get_info() to C-core API.Gravatar Mark D. Roth2016-10-27
| |
* | clang-formatGravatar Craig Tiller2016-10-26
| |
* | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
| |
* | Bulk update #includesGravatar Craig Tiller2016-10-26
|/
* Pass call start time into the call stack via grpc_call_element_args.Gravatar Mark D. Roth2016-10-14
|
* Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
|\
| * 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.
* | Merge branch 'master' into filter_call_init_failureGravatar Mark D. Roth2016-07-01
|\|
| * Annotate more thingsGravatar Craig Tiller2016-06-27
| |
* | 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
|/
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\
| * Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
| |\
* | \ Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
|\ \ \ | | |/ | |/|
* | | Progress converting to new error systemGravatar Craig Tiller2016-05-05
| | |
| * | generate projects & clang-formatGravatar David Garcia Quintas2016-05-03
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-03
| | |\ | |_|/ |/| |
| * | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-29
| |\ \ | |/ / |/| |
| | * Changes across the board from pollset to pollset_setGravatar David Garcia Quintas2016-04-18
| | |
| * | Added grpc_call_stats to the call stackGravatar David Garcia Quintas2016-04-14
| |/
* / Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-04
|/
* clang-fmtGravatar Craig Tiller2016-03-31
|
* Merge github.com:grpc/grpc into optionalize_censusGravatar Craig Tiller2016-03-31
|
* Build Census as a grpc pluginGravatar Craig Tiller2016-03-29