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-09-171-5/+5
* SERVER-43153 Expose pids of spawned processes in the shellRyan Timmons2019-09-101-0/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+6
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-2/+1
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+2
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-5/+5
* SERVER-41623 Fix building on newer windows Toolkits.ADAM David Alan Martin2019-06-141-4/+0
* SERVER-41623 Fix building of `shell_utils_launcher` on FreeBSD.ADAM David Alan Martin2019-06-131-1/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* 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