aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/metadata.h
Commit message (Collapse)AuthorAge
* Use grpc_mdelem_create() directly.Gravatar Soheil Hassas Yeganeh2018-10-14
| | | | | Remove grpc_mdelem_from_slices_no_unref() since it's a wrapper around grpc_mdelem_create().
* Avoid unnecessary ref/unref calls to get mdelem from slices.Gravatar Soheil Hassas Yeganeh2018-10-07
| | | | | | | | | grpc_mdelem_from_slices() unref's the key and value. As a result, in quite a few cases on the hot path, we first ref slice, so that grpc_mdelem_from_slices() can unref them. Add grpc_mdelem_from_slices_no_unref() which does not unref() the input slices. This cuts 0.5% - 1.0% across app benchmarks.
* Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
|
* Even cleaner implementation that does not modify the grpc_mdelem struct.Gravatar Hope Casey-Allen2018-09-12
|
* Much cleaner approach that should address code review comments as wellGravatar Hope Casey-Allen2018-09-10
|
* WIP. Modifying grpc_mdelem to store the static hpack table idnexGravatar Hope Casey-Allen2018-09-10
|
* Responding to code review commentsGravatar Hope Casey-Allen2018-09-10
|
* WIP. Handling error conditions such as duplicate metadata, metadata size ↵Gravatar Hope Casey-Allen2018-09-06
| | | | limit, and default count. Clang tidy.
* WIP. Created static data for size of metadata and callouts indexGravatar Hope Casey-Allen2018-09-04
|
* Add ability to use static hpack table on the encode pathGravatar Hope Casey-Allen2018-08-28
|
* Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Privatize useful.h and avl.hGravatar Vijay Pai2018-02-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
|\
* \ Merge masterGravatar Yash Tibrewal2017-11-21
|\ \
| | * 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
| | |
| * | Make debug flags DebugOnlyGravatar ncteisen2017-11-10
| | |
| * | 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
* | | 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
| | |
| | * Merge github.com:grpc/grpc into tracerGravatar Craig Tiller2017-10-18
| | |\ | | |/ | |/|
| * | Use key in dynamic table if availableGravatar yang-g2017-10-16
|/ /
| * C++ize tracingGravatar Craig Tiller2017-10-16
|/
* Removing few more build errorsGravatar Yash Tibrewal2017-10-02
|
* Add metadata, secendp, sec conn tracersGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Fix memory leakGravatar Craig Tiller2016-11-23
|
* Fix metadata batch removal ref countingGravatar Craig Tiller2016-11-23
|
* Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
|
* Get identity law testing rightGravatar Craig Tiller2016-11-18
|
* Progress towards mdelem pointer eliminationGravatar Craig Tiller2016-11-18
|
* Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
|
* Merge branch 'slice_interning' into eliminate_mdstrGravatar Craig Tiller2016-11-16
|\
| * Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
| |\
| | * Fix use-after-free in time parse cachingGravatar Craig Tiller2016-11-15
| | |
* | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-14
| | |
* | | Initial elimination of grpc_mdstr from metadata.{h,c}Gravatar Craig Tiller2016-11-10
|/ /
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\|
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* Bulk update #includesGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|