aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/compression
Commit message (Collapse)AuthorAge
* bug fixGravatar Muxi Yan2017-07-26
|
* 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
|
* Add COUNT for stream compression methodGravatar Muxi Yan2017-07-12
|
* Comments and fixesGravatar Muxi Yan2017-07-08
|
* Sanity fixGravatar Muxi Yan2017-07-05
|
* Move stream_compression to src/core/lib/compressionGravatar Muxi Yan2017-07-05
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* 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
|
* Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
|
* Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
|
* Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
|
* Progress towards mdstr eliminationGravatar Craig Tiller2016-11-14
|
* Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
|
* Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|
* 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
|
* Merge branch 'compression_incoming_checks' into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
|\
* | got rid of grpc_compression_optionsGravatar David Garcia Quintas2016-05-17
| |
* | Merge branch 'moar-compression-public-refactorings' into ↵Gravatar David Garcia Quintas2016-05-17
|\ \ | | | | | | | | | compression_md_level_bis
| * | Refactorings and renamings related to compression.Gravatar David Garcia Quintas2016-05-16
| |/ | | | | | | Also added levels to the channel args options.
* / Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
|/ | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightGravatar Craig Tiller2016-03-25
|
* Fix include guardsGravatar Craig Tiller2016-03-25
|
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25