summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-5/+5
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-4/+6
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-011-0/+1
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-2/+0
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-041-0/+10
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-7/+5
* SERVER-37096 Fix to allow for multiversion naming in executable filesJonathan2018-12-131-1/+12
* SERVER-37096 shell now checks for missing extension before appending exeJonathan2018-12-101-1/+1
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-061-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-37134 initialize _pipe and _portablack122018-09-211-2/+3
* SERVER-28990 avoid bind on --repairAnnie Black2018-09-121-16/+33
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-25640 check if jstests leave unterminated processesKevin Albertson2018-02-201-0/+17
* SERVER-31375: pathExists, resetDbpath, copyDbpath should not print stacktrace...Fiona Rowan2017-11-281-4/+12
* SERVER-31465 Shell should log if it fails because of a bad exit code for a childJonathan Reams2017-10-111-3/+4
* SERVER-27549 Print message on intentional server crash.Robert Guo2017-05-231-8/+14
* SERVER-22348 propagate binary paths from resmoke to MongoRunnerRobert Guo2017-01-101-8/+18
* SERVER-26910 lock around fork() in shell launcherJason Carey2016-11-071-67/+83
* SERVER-26649 don't use close to end readMatt Cotter2016-10-311-41/+67
* SERVER-22992 only declare _createProcessMtx on windowsMatt Cotter2016-10-131-0/+2
* SERVER-22992 waiting on forked process also waits on consuming outputMatt Cotter2016-10-121-145/+146
* SERVER-25777 When stopping a spawned process, MongoDB shell will now abort af...Eric Milkie2016-09-291-24/+15
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-161-8/+2
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-161-2/+5
* SERVER-23829 shell launcher logs name stored on ProgramRunnerMatt Cotter2016-08-181-29/+11
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+2
* SERVER-24785 backup_restore.js fails when observing FTDC interim filesMark Benvenuto2016-07-291-1/+9
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-9/+9
* SERVER-24788 Raise the timeout waiting for processes to end in the shellJonathan Reams2016-06-281-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-10/+11
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-18877: Spawn process with environment variablesSpencer Jackson2016-05-031-22/+178
* SERVER-23717 do not allocate memory in child if exec failsJonathan Reams2016-04-151-2/+3
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-9/+3
* SERVER-22737 make exit logging.js more robustAdam Midvidy2016-03-041-6/+1
* SERVER-22493 don't use boost's initial_path when finding programs in MongoRunnerJonathan Reams2016-02-181-18/+3
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-01-291-4/+9
* 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