summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-25/+18
* SERVER-30118 DSMergeCursors only return connections to pool if in clean stateMathias Stearn2017-07-261-0/+13
* SERVER-30118 always check replyTo field in DBClientMathias Stearn2017-07-261-0/+2
* SERVER-28509 Make DBClientCursor store batch as vector<BSONObj>Mathias Stearn2017-06-281-30/+10
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-0/+1
* SERVER-13517 Internal client validates BSON in all command responses and when...Adam Chelminski2016-08-191-0/+1
* SERVER-25385 Eliminate checks of this against nullptrAndrew Morrow2016-08-171-7/+0
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-0/+5
* SERVER-15133 remove DBClientCursor::initCommand()Misha Tyulenev2016-03-151-10/+0
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-6/+6
* SERVER-19464 Add a way to explicitly kill a DBClientCursor before destructionMathias Stearn2015-07-241-0/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-224/+260
* SERVER-18036 removed NamespaceString construction from DBClientCursorBenety Goh2015-06-191-42/+32
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-3/+4
* SERVER-18292 support OP_COMMAND in commands executed using a DBClientCursorAdam Midvidy2015-06-161-0/+8
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-4/+3
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15182 remove tautological checks for "this" == NULLTyler Brock2014-09-191-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-12/+1
* SERVER-5092 basic.h should not be present in a header contextBenety Goh2014-07-151-2/+0
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-15/+15
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-6/+7
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-0/+3
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-2/+1
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-141-0/+3
* SERVER-939 abilitiy to distribute collections in a single dbRandolph Tan2013-01-181-1/+7
* Make handling of stale configs in ParallelSortClusteredCursor saferSpencer T Brody2012-08-091-0/+2
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-5797 Uncaught exception in count_slaveok.jsRandolph Tan2012-05-221-0/+10
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-2/+0
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-4/+8
* fix slave ok getMore cursors via mongos by storing actual server usedEliot Horowitz2012-01-251-0/+6
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+243