summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-1/+1
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-1/+0
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-011-5/+5
* SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...David Storch2021-10-251-3/+0
* SERVER-59300 Make AsyncDBClient use OP_MSG rather than OP_QUERY for isMasterDavid Storch2021-10-131-10/+3
* SERVER-59233 Address stringop and array bounds warnings with GCC 11Andrew Morrow2021-09-301-8/+9
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-66/+65
* SERVER-58140 Remove legacy update/delete parsersYoonsoo Kim2021-08-101-23/+14
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-68/+20
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-3/+0
* SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...Irina Yatsenko2021-06-151-0/+10
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-1/+2
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-3/+3
* 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