summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25488 Added JavaScript funciton to mongo shell to check for sanitizer ...Jonathan Abrahams2016-09-151-18/+0
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-1/+1
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-25366 Fix killOp arguments sent by the mongo shell on exit.Max Hirschhorn2016-08-021-1/+1
* SERVER-23168 fix shell crashes on ctrl+cNathan Typanski2016-07-311-2/+35
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-20727 Seed shell random numbers from SecureRandomJonathan Reams2015-11-121-7/+13
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-2/+2
* SERVER-19641 cleanup the js scope in quit()Jason Carey2015-07-281-10/+0
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-1/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-254/+252
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-4/+4
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18667 Remove the ReplicaSetMonitor remembered seed listKaloian Manassiev2015-05-281-1/+2
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-4/+8
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-0/+1
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-1/+1
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-131-3/+6
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-1/+6
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-2/+0
* SERVER-17754 Move shell-specific files out of the server's copy of the driverKaloian Manassiev2015-03-261-0/+3
* SERVER-17286 add --readMode flag to shellDavid Storch2015-03-231-0/+5
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-6/+4
* SERVER-17167 restore multiline functionality in shellBenety Goh2015-02-031-2/+0
* SERVER-5399 Essentially aliasing quit, exit, and function call variations.Andrew McFague2015-01-161-0/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-13961 Move benchRunner to be in the shell onlyKaloian Manassiev2014-07-101-2/+7
* SERVER-14293 Skip exit logging test when using address sanitizerAndrew Morrow2014-06-301-0/+18
* SERVER-2934 split server.js into multiple files: moved startMongodTest() to s...eshamaharishi2014-06-101-0/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* fixing errcodematt dannenberg2014-03-181-1/+1
* SERVER-13259 moved upgradeCheck()'s index key size checking logic from javasc...matt dannenberg2014-03-181-13/+8
* SERVER-12809 fix upgradechecker's index key size checkmatt dannenberg2014-03-031-1/+2
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-0/+5
* SERVER-12838: return status reasonScott Hernandez2014-02-241-1/+2
* SERVER-8391 upgradeCheck() function added to shellmatt dannenberg2014-02-191-0/+26
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-1/+1
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-1/+1
* SERVER-11627 Make the shell use write commands by defaultRandolph Tan2013-11-111-1/+1
* SERVER-11627 Make the shell use write commands by defaultRandolph Tan2013-11-081-0/+6
* SERVER-8510 Factored out mongo shell option storageShaun Verch2013-10-041-1/+16
* SERVER-7533 add _replMonitorStats() to get status from a ReplSetMonitormatt dannenberg2013-09-181-0/+16
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-9621 Add getBuildInfo() function to shellTad Marshall2013-05-141-2/+12
* SERVER-8502 Make sure authMechanism is actually used when running auth passth...Spencer T Brody2013-03-251-4/+3
* SERVER-8104: clean up js global objectBen Becker2013-01-181-0/+1
* SERVER-7344 add interpreterVersion to shell and buildInfoTad Marshall2012-10-171-0/+6
* Replace ::exit with ::_exit.Andy Schwerin2012-05-211-1/+1