aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/slice/slice_hash_table.c
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
|
* clang-formatGravatar Mark D. Roth2017-04-20
|
* Change hash table to use linear probing and add unit test.Gravatar Mark D. Roth2017-04-19
| | | | Also add some missing rules in test/core/slice/BUILD.
* Simplify hash table API: remove per-entry vtable and take ownership ofGravatar Mark D. Roth2017-04-19
| | | | keys and values.
* Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Respond to review commentsGravatar Craig Tiller2017-01-17
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
|
* h2_full_test in debug passesGravatar Craig Tiller2016-11-18
|
* Merge branch 'slice_with_exec_ctx' into eliminate_mdstrGravatar Craig Tiller2016-11-18
|
* Move slice functions to vtable, implement hashGravatar Craig Tiller2016-11-17
|
* Conversion progressGravatar Craig Tiller2016-11-14
|
* Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10