summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* Visual Studio -- add new filesTad Marshall2012-11-174-0/+8
* SERVER-7592 new command aggregates statistics related to btree bucketsAndrea Lattuada2012-11-151-0/+123
* SERVER-7593 new command aggregates statistics related to the storage layout o...Andrea Lattuada2012-11-152-4/+198
* Visual Studio -- added and removed filesTad Marshall2012-11-144-8/+100
* SERVER-7168 Don't cache ensureIndex in shellMathias Stearn2012-11-122-19/+5
* SERVER-2407 Visual Studio -- define DEBUG for Debug buildsTad Marshall2012-11-111-16/+16
* SERVER-7086 Visual Studio -- create V8 source files using js2c.pyTad Marshall2012-11-092-4/+36
* Make authenticate actually retry on failure. SERVER-4237Spencer T Brody2012-11-091-2/+2
* make timeout param actually work in ReplSetTestEric Milkie2012-11-091-4/+4
* SERVER-7600 Fixup V8 includes, adapt Visual Studio projectsTad Marshall2012-11-091-24/+24
* SERVER-7386 Define ENABLE_DEBUGGER_SUPPORT for V8Tad Marshall2012-11-091-8/+8
* SERVER-7086 Add Visual Studio projects for V8Tad Marshall2012-11-073-0/+4056
* Visual Studio -- adapt to renamed filesTad Marshall2012-11-072-12/+8
* Make authenticate retry on socket exception SERVER-4237Spencer T Brody2012-11-071-7/+20
* SERVER-7565 SERVER-7126 SERVER-7576 Visual Studio require Python, run Python ...Tad Marshall2012-11-072-26/+76
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-11-0716-27/+91
|\
| * Try to make ShardingTest more robust. SERVER-4237Spencer T Brody2012-11-051-0/+1
| * SERVER-7423 Support commands for read preferenceRandolph Tan2012-10-313-3/+34
| * Merge pull request #316 from derickr/shell-show-databasesIan Whalen2012-10-261-1/+1
| |\
| | * Allow "show databases" as alias for "show dbs".Derick Rethans2012-10-161-1/+1
| * | SERVER-6802 allow bulk insert options from the shellGreg Studer2012-10-241-3/+6
| * | SERVER-7436 add Timestamp to autocomplete listTad Marshall2012-10-231-1/+1
| * | Visual Studio -- add new filesTad Marshall2012-10-232-0/+12
| * | Make ShardingTest add admin users to all its shards when running with auth SE...Spencer T Brody2012-10-231-5/+3
| * | SERVER-7344 add interpreterVersion to shell and buildInfoTad Marshall2012-10-171-0/+6
| |/
| * fix a lot of copyright noticesEliot Horowitz2012-10-153-8/+13
| * SERVER-7342 Have the listFiles() shell command always use foreward slash as t...Andy Schwerin2012-10-151-1/+1
| * Fixed typosPascal Borreli2012-10-144-4/+4
| * SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-1/+1
| * Visual Studio -- add new filesTad Marshall2012-10-112-0/+8
* | add a line of rs.help() textDwight2012-11-061-0/+1
|/
* SERVER-1887 make db.coll.dropIndex() work with name or key objectTad Marshall2012-10-091-12/+10
* SERVER-5175 Visual Studio -- add fail_point_* filesTad Marshall2012-10-092-1/+25
* slightly clearer help message? please review.Dwight2012-10-011-2/+2
* SERVER-7023 only recreate jsautokw.h if out-of-dateTad Marshall2012-09-301-17/+25
* SERVER-7160 Full mongorestore with auth should auth only against the admin dbSpencer T Brody2012-09-261-3/+13
* Move StringData to base/string_data.hMathias Stearn2012-09-263-6/+6
* Call runGlobalInitializersOrDie() at the top of the main() functions in mongo...Andy Schwerin2012-09-261-4/+6
* Visual Studio -- add new filesTad Marshall2012-09-262-3/+130
* Visual Studio -- add safe_num.cpp and .h for SERVER-6399Tad Marshall2012-09-202-0/+8
* SERVER-7032: Added help for sh.addTagRangeShaun Verch2012-09-191-1/+2
* SERVER-6633 removed parens at end of non function member help messageShaun Verch2012-09-191-1/+1
* SERVER-6943: fix sh.addTagRange for 3 config serversScott Hernandez2012-09-181-3/+3
* SERVER-7040 Fix startParallelShell to work when not being run in smoke.pySpencer T Brody2012-09-141-4/+5
* SERVER-4237 Only set db in spawned shell process if db is currently definedSpencer T Brody2012-09-101-1/+2
* Put '+' line continuation on previous line to avoid javascript line terminati...Spencer T Brody2012-09-101-3/+3
* Make tests that use startParallelShell work with auth. SERVER-4237Spencer T Brody2012-09-101-2/+5
* Visual Studio -- add bson_template_evaluator.cppTad Marshall2012-09-052-0/+8
* Make printShardingStatus print the shard key. SERVER-5705Spencer T Brody2012-09-041-2/+4
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-7/+4