summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-21993 Add more diagnostics on fork() failureMark Benvenuto2015-12-231-1/+7
* SERVER-21248 speed up shell test function responsible for mongo program shutdownBenety Goh2015-12-101-14/+16
* SERVER-21304 make ProgramRegistry::_handles thread safeJason Carey2015-11-051-6/+34
* SERVER-20180 Include which kind of process logged a message in test outputCharlie Swanson2015-09-221-68/+60
* Revert "SERVER-20180 Include which kind of process logged a message in test o...Charlie Swanson2015-09-101-57/+62
* SERVER-20180 Include which kind of process logged a message in test outputCharlie Swanson2015-09-091-62/+57
* SERVER-20242 launchProcess should _exit after forkJason Carey2015-09-011-2/+8
* SERVER-19824 Make mongo shell report a non-zero exit code for subprograms tha...Andy Schwerin2015-08-121-2/+9
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+3
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-1/+2
* SERVER-19045 fix duplicate uassert codeAdam Midvidy2015-06-221-1/+1
* SERVER-19045 don't throw non-exceptionsAdam Midvidy2015-06-221-2/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-675/+670
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-4/+4
* SERVER-18723 boost -> stdx for recursive_mutexAdam Midvidy2015-06-181-15/+15
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-19/+19
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-5/+4
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-14/+0
* SERVER-17754 Move shell-specific files out of the server's copy of the driverKaloian Manassiev2015-03-261-1/+0
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-4/+4
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-10/+10
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove C headers from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-16304 Shell command startParallelShell should print the process idKaloian Manassiev2014-11-251-3/+4
* SERVER-16003 Make it possible to get the return code from startParallelShellSpencer T Brody2014-11-121-2/+3
* SERVER-15968: Fix snapshot1.js for WT & WindowsMark Benvenuto2014-11-051-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15517 use slashes rather than double quotes for escaping in shell laun...Sam Helman2014-10-101-1/+1
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-2/+3
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13264 Fix incorrect line endings prior to license updateIan Whalen2014-05-081-28/+28
* Improve debugging for Windows RunMongoProgram errorsMathias Stearn2014-05-061-4/+10
* SERVER-12896 MongoRunner fixes to make multiversion tests run on WindowsKaloian Manassiev2014-02-261-3/+46
* SERVER-5651: Better implementation of Windows server shutdownMark Benvenuto2013-12-311-23/+21
* SERVER-11613 Fix some brokenness in test loggingMathias Stearn2013-11-061-0/+1
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-241-8/+2
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-33/+32
* SERVER-9808 Fix issues found in CoN static analysisAndreas Nilsson2013-05-301-2/+4
* SERVER-9339 ensure all rollback update/delete paths are recordedEric Milkie2013-04-231-0/+9
* SERVER-8296 Print more useful information when pipe call fails in ProgramRunn...Spencer T Brody2013-01-231-1/+5
* Fix incorrect range testTad Marshall2013-01-221-1/+2
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-211-5/+27
* Revert "Change flag separator from space to equal sign for launching programs...Spencer T Brody2012-12-111-11/+4
* Change flag separator from space to equal sign for launching programs from shellSpencer T Brody2012-12-111-4/+11
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-1/+1
* SERVER-4237 Move auth handling out of gridfs.js and into test infrastructureSpencer T Brody2012-08-061-1/+1