aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/metadata.h
Commit message (Expand)AuthorAge
* Use grpc_mdelem_create() directly.Gravatar Soheil Hassas Yeganeh2018-10-14
* Avoid unnecessary ref/unref calls to get mdelem from slices.Gravatar Soheil Hassas Yeganeh2018-10-07
* 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 limi...Gravatar Hope Casey-Allen2018-09-06
* 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 rem...Gravatar Yash Tibrewal2017-12-06
* 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
| |\|
* | | 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
| | * 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
* 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