summaryrefslogtreecommitdiff
path: root/src/mongo/shell/mongo.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18284 use plain Array.isArray instead of polyfillsAdam Midvidy2015-05-011-5/+1
* SERVER-18198 use native runCommand method in the shellAdam Midvidy2015-04-291-0/+39
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-04-061-1/+1
* Revert "SERVER-17450 Cleanup SSL test infrastructure"Charlie2015-03-241-1/+1
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-03-241-1/+1
* SERVER-17286 add --readMode flag to shellDavid Storch2015-03-231-0/+25
* SERVER-15426 shell helpers for log component configurationMatt Kangas2014-10-131-2/+35
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+12
* SERVER-9634 typo fixesVeres Lajos2014-06-091-1/+1
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-7/+7
* SERVER-13037 Fix misspelling ("compatability" to "compatibility")Sean Wilkinson2014-04-251-1/+1
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-12/+41
* SERVER-12127 test of single write results, example of using new write command...Greg Studer2014-02-101-2/+2
* SERVER-12214 Make WriteResult in the shell adhere to write command specRandolph Tan2014-01-101-2/+6
* Revert "SERVER-12214 Make WriteResult in the shell adhere to write command spec"Dan Pasette2014-01-091-6/+2
* SERVER-12214 Make WriteResult in the shell adhere to write command specRandolph Tan2014-01-081-2/+6
* Remove extraneous warning about connecting to a pre-2.5.4 server.Dan Pasette2013-11-201-1/+0
* Downconversion support for mongo shell and typed WriteResults and WriteConcernsGreg Studer2013-11-151-2/+42
* SERVER-11627 Make the shell use write commands by defaultRandolph Tan2013-11-111-8/+1
* SERVER-11627 Make the shell use write commands by defaultRandolph Tan2013-11-081-0/+11
* SERVER-7455 x.509 cluster auth tests and expanded use-ssl passthroughAndreas Nilsson2013-09-301-1/+2
* SERVER-8030 Validate connection string in JavaScript connect() functionTad Marshall2013-03-111-16/+48
* SERVER-7423 Support commands for read preferenceRandolph Tan2012-10-311-0/+21
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+102