summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-5/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-28509 Move code to assemble legacy requests out of DBClientMathias Stearn2017-07-261-0/+71
* SERVER-6541 Delete Message::toString()Mathias Stearn2017-06-281-33/+0
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-59/+13
* SERVER-27556 Cleanup sharding request processing codeKaloian Manassiev2017-01-031-3/+3
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-4/+5
* SERVER-23972 Disallow decimal insertion in legacy write mode when featureComp...Tess Avitabile2016-09-061-6/+5
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+4
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-11/+20
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-2/+1
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-1/+1
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-29/+39
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-1/+1
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-3/+3
* SERVER-20267 use the explain command path to answer OP_QUERY with $explain on...David Storch2015-09-031-1/+1
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-271-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-136/+135
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-2/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16258 Remove our strnlen and audit all callersMathias Stearn2014-12-081-1/+1
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-29/+29
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-301-0/+101
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* normalize #includes in many filesEric Milkie2013-04-181-2/+3
* SERVER-7220 fix Linux compileTad Marshall2012-10-041-1/+1
* fix licenses these should be apacheDwight2012-09-171-15/+14
* SERVER-5797 Uncaught exception in count_slaveok.jsRandolph Tan2012-05-221-14/+19
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+108