summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8693 Do not try to reference JSON in autocompleteTad Marshall2013-02-261-1/+3
* SERVER-8520 Do not show startupWarnings at shell startup if --quietTad Marshall2013-02-251-2/+3
* fix typoEric Milkie2013-02-221-1/+1
* SERVER-8671 do not run currentop.js in parallel suite until fixes can be madeEric Milkie2013-02-221-0/+1
* Visual Studio -- exclude SpiderMonkey files in mongo V8 Debug buildsTad Marshall2013-02-212-3/+28
* SERVER-8531 Don't print startupWarnings when server is running with authSpencer T Brody2013-02-201-0/+3
* Visual Studio -- rename project and solution filesTad Marshall2013-02-208-5227/+5229
* SERVER-8613 Correctly authenticate tools run from under test with runMongoPro...Andy Schwerin2013-02-201-4/+10
* Visual Studio -- add JavaScript source code to all projectsTad Marshall2013-02-204-67/+98
* SERVER-8247 Add ES5 functions to autocomplete listsTad Marshall2013-02-191-9/+10
* SERVER-8501 One more rename of MONGO-CR to MONGODB-CRSpencer T Brody2013-02-151-1/+1
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-151-1/+1
* SERVER-8201: clean up String trim functions for ES5Ben Becker2013-02-151-6/+16
* Visual Studio -- add filesTad Marshall2013-02-124-0/+16
* SERVER-8285: fix shell's verbose mode by avoiding collision with db/collectio...Ben Becker2013-02-122-37/+37
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-122-11/+21
* SERVER-8279 warn if shard versions differ in mixed clusterGreg Studer2013-02-071-4/+19
* SERVER-8444 Print stack trace when ReplSetTest.getMaster() failsTad Marshall2013-02-071-1/+8
* SERVER-8287: reduce excessive memory consumption by the shell's tojson() helperBen Becker2013-02-031-12/+29
* SERVER-8443 Print exception information in ReplSetTest.callIsMasterTad Marshall2013-02-021-2/+2
* SERVER-8167 make units more accurateGreg Studer2013-02-012-6/+6
* Allow db.serverStatus() to take arguments that pipe through to commandEliot Horowitz2013-01-281-2/+6
* SERVER-8292 SERVER-7843 SERVER-7087 Make tojsonObject handle Error objectsTad Marshall2013-01-261-0/+4
* SERVER-8269 use sigaction instead of signal for SIGPIPE in the shellEric Milkie2013-01-231-1/+6
* SERVER-8269 ignore SIGPIPE in the shell; fixes Solaris testsEric Milkie2013-01-231-6/+3
* SERVER-8296 Print more useful information when pipe call fails in ProgramRunn...Spencer T Brody2013-01-231-1/+5
* SERVER-8060: MinKey/MaxKey fixes for V8Scott Hernandez2013-01-221-1/+1
* Fix incorrect range testTad Marshall2013-01-221-1/+2
* disable connections_opened.js in parallel suiteEric Milkie2013-01-181-1/+2
* SERVER-8243 unify return code from unhandled exception shell: Windows vs. LinuxEric Milkie2013-01-181-3/+4
* SERVER-8104: clean up js global objectBen Becker2013-01-185-846/+832
* Only try to add auth to master/slave tests when running the test in auth mode...Spencer T Brody2013-01-181-3/+5
* Visual Studio -- Do not set NDEBUG preprocessor symbolTad Marshall2013-01-172-32/+32
* When showing startupWarnings, don't print anything if there aren't actually a...Spencer T Brody2013-01-171-0/+3
* SERVER-8056 Better message to user when showing startup warnings in the shell...Spencer T Brody2013-01-171-1/+15
* SERVER-4237 SERVER-8191 Enable master/slave replication tests to run with authSpencer T Brody2013-01-171-4/+10
* SERVER-8048: catch exception if toString() doesn't exist on an object.Ben Becker2013-01-161-5/+12
* SERVER-8079 Do not overflow buffer on Yank or YankPopTad Marshall2013-01-161-0/+16
* Fix BB failure of replsetprio1.js by giving more time to find the primary in ...Spencer T Brody2013-01-151-13/+15
* buildbot fix multiVersion tests, future-proofgregorv2013-01-151-22/+68
* Visual Studio -- add new filesTad Marshall2013-01-144-0/+34
* SERVER-4237 Make ReplSetTest.awaitSecondaryNodes reload who slaves are after ...Spencer T Brody2013-01-141-3/+4
* Visual Studio -- add and remove filesTad Marshall2013-01-144-6/+201
* SERVER-8815 Add scale value checking to db.printCollectionStatsdaveh862013-01-111-5/+16
* SERVER-4237 Make ReplicaSetTest wait for nodes to stabilize after initializationSpencer T Brody2013-01-112-1/+3
* SERVER-7849: typoBen Becker2013-01-081-1/+1
* SERVER-7849: fix Random.genExp when random returns 0Eliot Horowitz2013-01-081-1/+8
* Fix behavioral bugs in db.addUser js helper.Andy Schwerin2013-01-071-4/+13
* SERVER-7128 Add --authenticationMechanism parameter to mongo shell.Andy Schwerin2013-01-024-14/+42
* Bulk v8 cleanup:Ben Becker2013-01-021-1/+1