summaryrefslogtreecommitdiff
path: root/src/mongo/transport/message_compressor_registry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38551 Convert message compressor options to IDLSara Golemon2019-01-091-18/+1
* SERVER-38168 Vendor Zstandard 1.3.7 to third_partyHenrik Edin2018-12-111-1/+4
* SERVER-35485 Add compressor capabilities for shell with URI inputTyler Kaye2018-10-251-6/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36074 Support zlib wire protocol compression by defaultJonathan Reams2018-07-311-1/+1
* SERVER-31642: Disable compression by default in the shellFiona Rowan2017-11-021-5/+6
* SERVER-27310 Add support for zlib wire protocol compressionHannes Magnusson2017-06-011-0/+3
* SERVER-28864 Turn on intra-cluster compression by defaultJonathan Reams2017-05-041-2/+9
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-11/+25
* SERVER-25264 Add MessageCompressorInterface and MessageCompressorRegistryJonathan Reams2016-08-091-0/+137