summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-142-3/+3
* SERVER-18796: sh.status() show 'dropped:false' colls againKevin Pulo2015-07-131-1/+1
* SERVER-17286 extend shell to use getMore command if --readMode is commandsDavid Storch2015-07-102-14/+97
* SERVER-18506: Make the balancer section of printShardingStatus() respect the ...Kevin Pulo2015-07-102-77/+87
* Revert "SERVER-19289 Sharding tests should always use wiredTiger as the stora...Daniel Alabi2015-07-091-3/+0
* SERVER-19289 Sharding tests should always use wiredTiger as the storage engin...Daniel Alabi2015-07-091-0/+3
* SERVER-19085 Add new suite for running 3-node legacy config serversDaniel Alabi2015-07-022-1/+10
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-303-2/+6
* SERVER-18917 make DBCommandCursor::next() shell method not require calling ha...Mathias Stearn2015-06-291-0/+2
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-243-4/+11
* SERVER-18868 Check the exit code of the parallel shell.Max Hirschhorn2015-06-231-5/+19
* SERVER-19045 fix duplicate uassert codeAdam Midvidy2015-06-221-1/+1
* SERVER-19045 don't throw non-exceptionsAdam Midvidy2015-06-221-2/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-204-47/+71
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2019-4852/+5115
* 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