summaryrefslogtreecommitdiff
path: root/src/mongo/transport/message_compressor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-14/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-31273 Use Source/Sink version of snappy functionsJonathan Reams2017-09-291-7/+23
* SERVER-28008 Always reply to compressed messages with the same compressorAndrew Morrow2017-08-231-4/+16
* SERVER-28669 Correct typo in LOG(3) compreession -> compressionEoin Brazil2017-06-271-1/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+3
* SERVER-28986 Improve compression negotiation loggingHannes Magnusson2017-05-301-0/+10
* SERVER-28864 clear compressor list before reconnecting in shellJonathan Reams2017-05-041-2/+5
* SERVER-28831 Log which compressor is being used for decompressingHannes Magnusson2017-04-191-0/+2
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-0/+9
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-7/+13
* SERVER-25263 Add MessageCompressorManagerJonathan Reams2016-08-091-0/+243