summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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