summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-5797 Uncaught exception in count_slaveok.jsRandolph Tan2012-05-221-3/+11
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-1/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+282