aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/slice.h
Commit message (Collapse)AuthorAge
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-03
|\
* | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
| * Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the ↵Gravatar Yash Tibrewal2017-11-02
|/ | | | addresses of public api functions to check if they can be linked to
* Minor formatting, commenting and clang format for C to C++ conversionGravatar Yash Tibrewal2017-09-18
|
* Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead ofGravatar Yash Tibrewal2017-09-18
| | | | designated initializers
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* address comments, format changesGravatar Alexander Polcyn2017-05-10
|
* cpp doc nitsGravatar Alexander Polcyn2017-05-05
|
* Copy slices for in-process transports: its no longer safe to just refGravatar Craig Tiller2017-04-21
|
* Add flexibility on *which* slice gets reffedGravatar Craig Tiller2017-04-20
| | | | Use it to ensure that sb_move_first acts predictably
* Merge github.com:grpc/grpc into framing_costsGravatar Craig Tiller2017-04-17
|\
| * Fix handling of slice in http_client_filterGravatar David Garcia Quintas2017-04-14
| |
* | Fix compilation, add a check for no slow usages of grpc_slice_mallocGravatar Craig Tiller2017-04-13
| |
* | Reduce duplicationGravatar Craig Tiller2017-04-12
| |
* | Optimize framing a littleGravatar Craig Tiller2017-04-12
|/ | | | | | | | | - rely on the fact that data-to-come holds a reference to data-being-written, so there's no need to add a ref for every frame written - provide an 'inlined' version of grpc_slice_malloc (via a #define) that gives the compiler more information about small allocations to enable better optimization
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
|
* 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 newlinesGravatar Craig Tiller2016-11-16
| | |
* | | Progress towards mdstr eliminationGravatar 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
|/ /
* | Initial cut of slice interningGravatar Craig Tiller2016-11-10
| |
* | Start slice interningGravatar Craig Tiller2016-11-09
|/
* Fix include guardsGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26