summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.cpp
AgeCommit message (Expand)Author
2016-08-02SERVER-25366 Fix killOp arguments sent by the mongo shell on exit.Max Hirschhorn
2016-07-31SERVER-23168 fix shell crashes on ctrl+cNathan Typanski
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2015-11-12SERVER-20727 Seed shell random numbers from SecureRandomJonathan Reams
2015-11-06SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn
2015-07-28SERVER-19641 cleanup the js scope in quit()Jason Carey
2015-06-24SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-19SERVER-19041 Simplify SimpleMutexAndrew Morrow
2015-06-17SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy
2015-06-10SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow
2015-05-28SERVER-18667 Remove the ReplicaSetMonitor remembered seed listKaloian Manassiev
2015-05-22SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev
2015-05-18SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy
2015-04-30SERVER-18099 Refactor buildinfo/version reportingJonathan Reams
2015-04-13SERVER-7775 add currentOp commandAdam Midvidy
2015-04-06SERVER-7775 add killOp commandAdam Midvidy
2015-04-06SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody
2015-03-26SERVER-17754 Move shell-specific files out of the server's copy of the driverKaloian Manassiev
2015-03-23SERVER-17286 add --readMode flag to shellDavid Storch
2015-03-12SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin
2015-02-03SERVER-17167 restore multiline functionality in shellBenety Goh
2015-01-16SERVER-5399 Essentially aliasing quit, exit, and function call variations.Andrew McFague
2015-01-15SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow
2014-10-03SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow
2014-07-10SERVER-13961 Move benchRunner to be in the shell onlyKaloian Manassiev
2014-06-30SERVER-14293 Skip exit logging test when using address sanitizerAndrew Morrow
2014-06-10SERVER-2934 split server.js into multiple files: moved startMongodTest() to s...eshamaharishi
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
2014-03-18fixing errcodematt dannenberg
2014-03-18SERVER-13259 moved upgradeCheck()'s index key size checking logic from javasc...matt dannenberg
2014-03-03SERVER-12809 fix upgradechecker's index key size checkmatt dannenberg
2014-02-26SERVER-12786: add shell writeMode optionScott Hernandez
2014-02-24SERVER-12838: return status reasonScott Hernandez
2014-02-19SERVER-8391 upgradeCheck() function added to shellmatt dannenberg
2014-01-29SERVER-12284 Rewrite ReplSetMonitorMathias Stearn
2013-12-23SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin
2013-11-11SERVER-11627 Make the shell use write commands by defaultRandolph Tan
2013-11-08SERVER-11627 Make the shell use write commands by defaultRandolph Tan
2013-10-04SERVER-8510 Factored out mongo shell option storageShaun Verch
2013-09-18SERVER-7533 add _replMonitorStats() to get status from a ReplSetMonitormatt dannenberg
2013-07-24Clean up #includes to conform with coding standardDan Pasette
2013-05-14SERVER-9621 Add getBuildInfo() function to shellTad Marshall
2013-03-25SERVER-8502 Make sure authMechanism is actually used when running auth passth...Spencer T Brody
2013-01-18SERVER-8104: clean up js global objectBen Becker
2012-10-17SERVER-7344 add interpreterVersion to shell and buildInfoTad Marshall
2012-05-21Replace ::exit with ::_exit.Andy Schwerin
2012-05-04Rollback b118ba77c541b5f952cc9c3e418fee0644ee4c7f, which broke multi-line.Andy Schwerin
2012-05-04SERVER-5399: Essentially aliasing quit, exit, and function call variations.Andrew McFague
2012-04-12Break servers.js into several filesTad Marshall