summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-16/+16
* SERVER-1259 removing some of the verify calls with error messages before repl...Eliot Horowitz2012-03-261-1/+1
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-7/+10
* SERVER-4733 work actual version conflicts into most version exceptionsGreg Studer2012-03-011-2/+1
* SERVER-4812 use say() not sayPiggyback() when closing cursors and lazyKill is...Greg Studer2012-02-211-2/+13
* fix slave ok getMore cursors via mongos by storing actual server usedEliot Horowitz2012-01-251-3/+7
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+324