summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-193-2/+4
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-182-6/+5
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-184-13/+9
* SERVER-18723 boost -> stdx for recursive_mutexAdam Midvidy2015-06-182-17/+15
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-177-38/+39
* SERVER-15017: benchRun might return incorrect stats valuesdalyd2015-06-172-59/+86
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-162-10/+16
* SERVER-18795: fix backport of printSlaveReplicationInfo on arbitersSam Kleinman2015-06-111-1/+1
* SERVER-18795: provide better printReplicationInfo error message for abitersSam Kleinman2015-06-111-1/+6
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-102-10/+8
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-104-21/+19
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-6/+5
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-102-4/+4
* SERVER-5044 Use relative error when testing sharded $stdDev operationsMathias Stearn2015-06-101-2/+13
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-1/+2
* SERVER-18667 Remove the ReplicaSetMonitor remembered seed listKaloian Manassiev2015-05-281-1/+2
* SERVER-13237: benchRun should use a thread-safe random number generatordalyd2015-05-282-6/+18
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-281-0/+2
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-271-2/+0
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-261-0/+2
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-222-6/+11
* SERVER-18487 Add filter object to getCollectionInfos() shell helper.Max Hirschhorn2015-05-211-12/+26
* SERVER-18557 remove usage of $cmd.findOne from shell and jstestsAdam Midvidy2015-05-212-23/+15
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-184-6/+27
* SERVER-18198 fix incorrect logic for applying read pref to aggregate commandAdam Midvidy2015-05-151-1/+3
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-0/+9
* SERVER-17754 Cleanup unused internal client codeKaloian Manassiev2015-05-121-1/+1
* SERVER-18334 preserve existing error message if runCommand fails due to conne...Adam Midvidy2015-05-111-2/+18
* SERVER-9666 Build mongo.cpp JS file into a libraryAndrew Morrow2015-05-061-0/+9
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-05-051-9/+0
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-05-041-0/+9
* SERVER-18284 use plain Array.isArray instead of polyfillsAdam Midvidy2015-05-012-11/+1
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-1/+1
* SERVER-9666 Push shell js generation into shell directoryAndrew Morrow2015-04-291-0/+36
* SERVER-18198 use native runCommand method in the shellAdam Midvidy2015-04-293-29/+164
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-5/+0
* SERVER-18201 Make sure js code is the last argument to mongo shell in startPa...Spencer T Brody2015-04-241-12/+12
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-0/+5
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-5/+0
* SERVER-17971 Make ShardingTest start single-server config servers as replica ...Spencer T Brody2015-04-232-72/+135
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+0
* SERVER-17971 Remove separateConfig option from ShardingTest and make its beha...Spencer T Brody2015-04-141-55/+29
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-0/+8
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-132-28/+30
* SERVER-17951: shell currentOp should always use primary read preferenceSam Kleinman2015-04-101-3/+29
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-3/+11
* SERVER-17544 remove exhaust option from find command parsingDavid Storch2015-04-091-8/+11
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-072-0/+3
* SERVER-7775 add killOp commandAdam Midvidy2015-04-062-2/+15
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-068-136/+21