aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/slice
Commit message (Expand)AuthorAge
* Respond to review commentsGravatar Craig Tiller2017-01-17
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
* Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
* Fix bug whereby errors on a call do not lead to cancellationGravatar Craig Tiller2016-12-08
* Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
* Fix correctness, mem leakGravatar Craig Tiller2016-11-23
* Sketch intern vtable condensed opsGravatar Craig Tiller2016-11-23
* Sketch intern sub vtableGravatar Craig Tiller2016-11-23
* Start sketching interning refcountGravatar Craig Tiller2016-11-23
* Start sketching interning refcount, fix staticGravatar 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
* h2_full_test in debug passesGravatar Craig Tiller2016-11-18
* Get identity law testing rightGravatar Craig Tiller2016-11-18
* Merge branch 'slice_with_exec_ctx' into eliminate_mdstrGravatar Craig Tiller2016-11-18
|\
* | Fix static metadataGravatar Craig Tiller2016-11-17
* | Fix static string interningGravatar 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
| |\|
| | * Fix include guardsGravatar Craig Tiller2016-11-16
| | * Merge branch 'slice_with_exec_ctx' of github.com:ctiller/grpc into slice_with...Gravatar 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-14
* | | | | Conversion progressGravatar Craig Tiller2016-11-14
| | | | * Review feedbackGravatar 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
|/ / /
* | | First pass of slice interning facilitiesGravatar Craig Tiller2016-11-10
* | | Initial cut of slice interningGravatar 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
* Fix include guardsGravatar Craig Tiller2016-10-26
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
* Add incldues, fix function namesGravatar Craig Tiller2016-10-26
* Update includes, s/gpr_dump_slice/grpc_dump_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