summaryrefslogtreecommitdiff
path: root/src/mongo/transport/message_compressor_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-15/+15
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-6/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38168 Vendor Zstandard 1.3.7 to third_partyHenrik Edin2018-12-111-1/+28
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-31505 Simplify Snappy compressorJonathan Reams2017-10-161-4/+5
* SERVER-31273 Use Source/Sink version of snappy functionsJonathan Reams2017-09-291-1/+88
* SERVER-28008 Fix lintAndrew Morrow2017-08-241-2/+2
* SERVER-28008 Always reply to compressed messages with the same compressorAndrew Morrow2017-08-231-0/+59
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-27310 Add support for zlib wire protocol compressionHannes Magnusson2017-06-011-1/+8
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-3/+66
* SERVER-25263 Add MessageCompressorManagerJonathan Reams2016-08-091-0/+123