aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/compression
Commit message (Collapse)AuthorAge
* Merge pull request #5494 from dgquintas/guard_checkGravatar Jan Tattermusch2016-03-20
|\ | | | | New #include guard sanity check + fixes to current guards
* | vs doesn't like some c99 features...Gravatar David Garcia Quintas2016-03-18
| |
* | Implemented compression level algorithms properly (as a function of the ↵Gravatar David Garcia Quintas2016-03-17
| | | | | | | | accepted algorithms by the call's peer.
| * Fixed include guardsGravatar David Garcia Quintas2016-03-15
|/
* Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|
* 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
|
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* Done!Gravatar David Garcia Quintas2015-12-11
|
* More coverageGravatar David Garcia Quintas2015-12-10
|
* Further coverage for compressionGravatar David Garcia Quintas2015-12-09
|
* Increased message_compress.c coverageGravatar David Garcia Quintas2015-12-09
|
* 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 github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-11
|\
* | First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
| |
| * 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 ↵Gravatar David Garcia Quintas2015-08-13
| | | | | | | | | | | | consistency with the spec
| | * 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
|
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\ | | | | | | | | Conflicts: include/grpc/compression.h
* | clang-format affected filesGravatar Craig Tiller2015-06-17
| |
| * Fixed wrong switch label nameGravatar David Garcia Quintas2015-06-16
| |
| * 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
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Remove unused variableGravatar Craig Tiller2015-02-24
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Initial import.Gravatar Nicolas Noble2014-11-26