summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-13/+12
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-7/+0
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-1/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-41481 updated DbResonse exhaustCursorId commentVishnu Kaushik2019-06-191-5/+2
* SERVER-41481 1 started new branch, added functionality for exhaustCursorId o...Vishnu Kaushik2019-06-191-0/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* 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-26/+28
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-0/+2
* SERVER-28509 Move code to assemble legacy requests out of DBClientMathias Stearn2017-07-261-0/+115
* SERVER-28509 Downconvert document sequences when serializing requests to old ...Mathias Stearn2017-06-281-1/+9
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-48/+26
* SERVER-28303 Delete old OP_MSG codeMathias Stearn2017-03-201-2/+1
* SERVER-27556 Cleanup sharding request processing codeKaloian Manassiev2017-01-031-3/+3
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-8/+5
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+3
* SERVER-13517 Internal client validates BSON in all command responses and when...Adam Chelminski2016-08-191-0/+4
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-6/+11
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-1/+1
* SERVER-23128 Parsers that parse legacy and command writes into uniform objectsMathias Stearn2016-04-211-1/+1
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-2/+2
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-0/+49
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-8/+3
* SERVER-20267 use the explain command path to answer OP_QUERY with $explain on...David Storch2015-09-031-1/+1
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+2
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-211/+221
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-9/+9
* SERVER-15174 Provide some improved semantics for data_cursor and data_viewAndrew Morrow2014-09-081-4/+4
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-24/+107
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-301-104/+43
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-271-0/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-6/+6
* SERVER-11982 connection error when doing sharded cluster upgrade following re...Randolph Tan2014-02-111-1/+4
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-4/+15
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-1/+0
* normalize #includes in many filesEric Milkie2013-04-181-5/+5
* SERVER-8183 Iterative implementation of validateBSON().Andy Schwerin2013-01-181-1/+1
* SERVER-7769 - turn objcheck on by default and use new fast bson validateEliot Horowitz2012-12-191-7/+15
* SERVER-6802 preserve correct continue-on-error semantics for mongos bulk insertsGreg Studer2012-10-241-3/+8
* SERVER-7220 fix Linux compileTad Marshall2012-10-041-1/+1
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-1/+1
* SERVER-4262 normalize options for write operations and refactor into common l...Greg Studer2012-06-081-6/+0