summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46932 shell to output ProgramRunner outputGabriel Russell2020-05-201-1/+1
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-28/+29
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45260 replace verify with uassert in shell_utils_launcherBilly Donahue2020-04-211-18/+23
* SERVER-45222 Fix so the ProgramMultiplexer can output while the shell is wait...Henrik Edin2020-03-201-4/+6
* SERVER-46333 Disable log truncation in the shell ProgramMultiplexerHenrik Edin2020-02-241-1/+4
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-4/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-27/+40
* SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell2019-12-041-7/+13
* SERVER-39172 Shut down and validate nodes in parallel in ReplSetTest.stopSetWilliam Schultz2019-11-041-3/+45
* 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