summaryrefslogtreecommitdiff
path: root/src/mongo/transport/message_compressor_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-101-10/+31
* Revert "SERVER-53150 Specify input/output to hello command"Kaloian Manassiev2021-02-101-31/+10
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-101-10/+31
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-181-0/+20
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-071-0/+20
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+3
* 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