aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/compression/algorithm.c
Commit message (Expand)AuthorAge
* Copyright checker fixesGravatar Craig Tiller2016-01-05
* Add a error log to indicate error, then abort.Gravatar yang-g2016-01-04
* remove unreachable macroGravatar yang-g2016-01-04
* Done!Gravatar David Garcia Quintas2015-12-11
* More coverageGravatar David Garcia Quintas2015-12-10
* Remove metadata context from the channel stackGravatar Craig Tiller2015-11-19
* fix compilation with VS2010Gravatar Jan Tattermusch2015-10-08
* Restore sanityGravatar Craig Tiller2015-10-05
* Add API tracing to gRPC coreGravatar Masood Malekghassemi2015-10-02
* clang-format all core filesGravatar Craig Tiller2015-09-22
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
* clang-format all core filesGravatar Craig Tiller2015-09-22
* Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-08-24
|\
| * clang-format all sourceGravatar Craig Tiller2015-08-18
| * Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-17
| |\
| | * Renamed "none" as "identity" for the no-op compression algorithm for consiste...Gravatar David Garcia Quintas2015-08-13
* | | Server: added the ability to disable compression algorithmGravatar David Garcia Quintas2015-08-10
|/ /
* | Added tests (and bugfix) for grpc_compression_algorithm_parseGravatar David Garcia Quintas2015-07-21
* | Fixed buggy grpc_compression_algorithm_parseGravatar David Garcia Quintas2015-07-21
* | WIP, code complete, missing tests. Asan passes.Gravatar David Garcia Quintas2015-07-08
|/
* Moar tests, fixed wrongly named vbles, minor bugs.Gravatar David Garcia Quintas2015-06-25
* WIP. Need to merge and add more tests.Gravatar David Garcia Quintas2015-06-18
* Mapped DEFLARE as a high compression level algorithmGravatar David Garcia Quintas2015-06-15
* Introduced compression levels as an abstraction for the actual algorithm.Gravatar David Garcia Quintas2015-06-15
* Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Initial import.Gravatar Nicolas Noble2014-11-26