summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-6/+7
* SERVER-13517 Internal client validates BSON in all command responses and when...Adam Chelminski2016-08-191-1/+13
* SERVER-25385 Eliminate checks of this against nullptrAndrew Morrow2016-08-171-3/+0
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+5
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-15133 remove DBClientCursor::initCommand()Misha Tyulenev2016-03-151-10/+0
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-2/+1
* SERVER-22184 check for the new error format in peekErrorAdam Midvidy2016-02-241-1/+4
* SERVER-21956 DBClientCursor should propagate the correct exception codeKaloian Manassiev2015-12-231-2/+10
* Revert "SERVER-21956 DBClientCursor should propagate the correct exception code"Kaloian Manassiev2015-12-221-6/+2
* SERVER-21956 DBClientCursor should propagate the correct exception codeKaloian Manassiev2015-12-221-2/+6
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2015-12-211-3/+1
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-23/+22
* SERVER-19991 Avoid referencing invalid connection when an exception is thrownCharlie Swanson2015-09-221-1/+2
* SERVER-20498 have metadata writer take the server addressAdam Midvidy2015-09-181-1/+1
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-241-20/+2
* SERVER-19464 Add a way to explicitly kill a DBClientCursor before destructionMathias Stearn2015-07-241-0/+7
* SERVER-19156 convert Colvin-Gibbons psuedo-move ops in Message to real move opsAdam Midvidy2015-07-091-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-419/+406
* SERVER-18036 removed NamespaceString construction from DBClientCursorBenety Goh2015-06-191-10/+61
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-161-16/+0
* SERVER-18292 support OP_COMMAND in commands executed using a DBClientCursorAdam Midvidy2015-06-161-10/+125
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+6
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-2/+1
* SERVER-17627 If getMore cursor is not found, report the cursor idKaloian Manassiev2015-03-171-4/+9
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-15438 check wasError before looking inside object for errorTyler Brock2014-10-021-1/+1
* SERVER-15182 remove tautological checks for "this" == NULLTyler Brock2014-09-191-3/+0
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+11
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-9/+9
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-0/+8
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-1/+1
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-0/+9
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+0
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-10/+8
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-1/+1
* SERVER-7516 do not swallow socket errors during cloner copiesEric Milkie2012-11-061-3/+4
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-8/+10
* SERVER-5797 Uncaught exception in count_slaveok.jsRandolph Tan2012-05-221-0/+11