aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/slice/slice.c
Commit message (Collapse)AuthorAge
* Fix correctness, mem leakGravatar Craig Tiller2016-11-23
|
* Fix compile, make slice.c respect sub_refcountGravatar Craig Tiller2016-11-23
|
* Declare sub_refcnt fieldGravatar Craig Tiller2016-11-23
|
* Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
|
* Fix static metadataGravatar Craig Tiller2016-11-17
|
* All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
|
* Move slice functions to vtable, implement hashGravatar Craig Tiller2016-11-17
|
* Merge branch 'slice_interning' into eliminate_mdstrGravatar Craig Tiller2016-11-16
|\
| * Merge branch 'slice_with_exec_ctx' into slice_interningGravatar Craig Tiller2016-11-16
| |\
| | * Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
| | |\
| | | * Merge github.com:grpc/grpc into newlinesGravatar Craig Tiller2016-11-16
| | | |
* | | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
|/ / /
* / / Start slice interningGravatar Craig Tiller2016-11-09
|/ /
* / Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* clang-formatGravatar Craig Tiller2016-10-26
|
* 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