aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/static_metadata.h
Commit message (Collapse)AuthorAge
* Run the tools/codegen/core/gen_static_metadata.py and generate theGravatar Vishal Powar2018-11-16
| | | | required files
* Client-side health checking support.Gravatar Mark D. Roth2018-10-24
|
* Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
|
* Add in port_platform.h. The permanent fix for this is currently in a pending ↵Gravatar Hope Casey-Allen2018-09-19
| | | | PR that should get merged soon
* Remove unnecessary callout_is_default checksGravatar Hope Casey-Allen2018-09-19
|
* Retry support.Gravatar Mark D. Roth2018-02-28
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* regenerate metadataGravatar Muxi Yan2018-02-06
|
* Replace message/deflate,gzip with deflate,gzipGravatar Muxi Yan2018-02-06
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
|\ | | | | | | fix-stream-compression-config-interface
* | clang-formatGravatar Muxi Yan2017-12-06
| |
| * clang fmtGravatar ncteisen2017-11-17
| |
| * Remove all extern CGravatar ncteisen2017-11-17
| |
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | Revert changes to "identity" "deflate" "gzip" "stream-gzip" compression ↵Gravatar Muxi Yan2017-10-11
| | | | | | | | | | | | | | algorithm names at surface API This reverts commit 63602748415fb836afd7a9685fbe5e85bf5ebfed. This reverts commit 33d7a7aa5a7ff5230a654390779e5da56a7639f8.
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-10-06
|\| | | | | | | fix-stream-compression-config-interface
* | Make the names of compression algorithms backwards compatible at surface APIGravatar Muxi Yan2017-10-06
| |
| * some build changes, some unresolved dependenciesGravatar Yash Tibrewal2017-10-02
| |
* | clang-formatGravatar Muxi Yan2017-09-25
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-09-25
|\| | | | | | | fix-stream-compression-config-interface
* | Change C core surface APIGravatar Muxi Yan2017-09-25
|/
* Use a separate table to determine which callouts are default.Gravatar Mark D. Roth2017-09-01
|
* clang-format and generate projectGravatar Muxi Yan2017-07-28
|
* Resolve performanceGravatar Muxi Yan2017-07-27
|
* Separate stream compression from message-wise compressionGravatar Muxi Yan2017-07-26
|
* Revert "Stream compression configuration"Gravatar Muxi Yan2017-07-21
| | | | This reverts commit a4dc077d3c1eef677102f68496732b7dd2374875.
* Stream compression configurationGravatar Muxi Yan2017-07-12
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Load Reporting back to using metadataGravatar David Garcia Quintas2017-04-15
|
* Change metadata names used by the instrumentation.Gravatar Bogdan Drutu2017-04-13
|
* 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
|
* Make everything compile for clang & gccGravatar Craig Tiller2016-11-23
|
* Simplify batch callout index calculationGravatar Craig Tiller2016-11-23
|
* Fix compile, make slice.c respect sub_refcountGravatar Craig Tiller2016-11-23
|
* Declare sub_refcnt fieldGravatar Craig Tiller2016-11-23
|
* Initial conversion work to indexed metadataGravatar Craig Tiller2016-11-22
|
* Get identity law testing rightGravatar Craig Tiller2016-11-18
|
* Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
|
* Fix static string interningGravatar Craig Tiller2016-11-17
|
* Initial fixesGravatar Craig Tiller2016-11-17
|
* Tests are starting to compileGravatar Craig Tiller2016-11-16
|
* Add method config stuffGravatar Craig Tiller2016-11-14
|
* Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
|
* Initial elimination of grpc_mdstr from metadata.{h,c}Gravatar Craig Tiller2016-11-10
|
* s/lb-cost/lb-cost-binGravatar David Garcia Quintas2016-10-15
|
* Renamed LB-related metadata keysGravatar David Garcia Quintas2016-10-11
|
* Renamed grpc-census-bin to grpc-stats-binGravatar David Garcia Quintas2016-09-14
|
* addressed comments from reviewGravatar Makarand Dharmapurikar2016-08-30
| | | | | | | modified comment about when GET verb is used. Added code to read data from send_message and defer the op when it is not fully available. clang-format one more time.