aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/metadata_batch.h
Commit message (Collapse)AuthorAge
* Remeve memset(0) from arena allocated memory.Gravatar Soheil Hassas Yeganeh2018-11-05
| | | | | | | Callers are updated to properly initialize the memory. This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY environment variable.
* Much cleaner approach that should address code review comments as wellGravatar 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.
* 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
|
* Retry support.Gravatar Mark D. Roth2018-02-28
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* 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 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.
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * Removing few more build errorsGravatar Yash Tibrewal2017-10-02
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-07
|\|
| * Use a separate table to determine which callouts are default.Gravatar Mark D. Roth2017-09-01
| |
| * Detect default metadata using the callout list.Gravatar Mark D. Roth2017-08-25
| |
* | Propagate grpc_millis furtherGravatar Craig Tiller2017-07-19
|/
* 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 sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Fix some auth filtering bugsGravatar Craig Tiller2016-11-23
|
* Fix metadata batch removal ref countingGravatar Craig Tiller2016-11-23
|
* Everything compiles...Gravatar Craig Tiller2016-11-22
|
* Initial conversion work to indexed metadataGravatar Craig Tiller2016-11-22
|
* Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
|
* Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
|\
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* clang-formatGravatar Craig Tiller2016-10-26
|
* Bulk update #includesGravatar Craig Tiller2016-10-26
|
* Initial attempt at a C++ wrapper for the C grpc_transport_op andGravatar Mark D. Roth2016-06-27
| | | | grpc_transport_stream_op structs.
* Another boolification.Gravatar Mark D. Roth2016-06-24
|
* Add grpc_metadata_batch_size() function.Gravatar Mark D. Roth2016-05-02
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix include guardsGravatar Craig Tiller2016-03-25
|
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25