summaryrefslogtreecommitdiff
path: root/src/mongo/transport/message_compressor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-101-23/+18
* Revert "SERVER-53150 Specify input/output to hello command"Kaloian Manassiev2021-02-101-18/+23
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-101-23/+18
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-10/+28
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-17/+31
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-181-1/+4
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-071-0/+4
* 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