summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-1/+1
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-1/+1
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-2/+2
* SERVER-70957: Refactor ProgramRunner to support launching programs from C++ codeVarun Ravichandran2022-12-231-729/+41
* SERVER-72059 Named Pipes _writeTestPipeBsonFileSync() test shell funcKevin Cherkauer2022-12-131-4/+30
* SERVER-71564 Named Pipes _writeTestPipeBsonFile() test shell functionKevin Cherkauer2022-11-301-1/+104
* SERVER-70011 Restrict named pipe path using start-up parameterYoonsoo Kim2022-11-291-3/+45
* SERVER-70392 Named Pipes _writeTestPipe shell functionKevin Cherkauer2022-11-171-3/+144
* SERVER-67415 Create golden-data JS suitesDavid Percy2022-08-171-1/+1
* SERVER-68715 Fixed shell NaN PID possibilityAlexander Neben2022-08-111-2/+6
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-7/+8
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-42/+38
* SERVER-63022 unregisterProgram shouldn't fail if called multiple times on the...Richard Samuels2022-02-021-7/+13
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-5/+5
* SERVER-61423 Be able to use mongoq from jstestsSophia Tan2021-11-231-3/+13
* SERVER-60887 Retry delete and create directory in resetDBPathMark Benvenuto2021-11-081-18/+54
* SERVER-61096 ResetDbPath sometimes errors while recreating dbpath on WindowsRichard Samuels2021-10-291-1/+14
* SERVER-59013: Rewrite shell and JS tests to use generated FCV constantsXueruiFa2021-08-181-0/+17
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-251-1/+2
* SERVER-51514 ProgramRunner::launchProcess() should escape backslashes on WindowsGregory Wlodarek2020-10-131-2/+2
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-9/+3
* SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu2020-08-181-1/+9
* SERVER-49347 Fix locking in shell's ProgramRegistryMark Benvenuto2020-07-081-14/+23
* SERVER-48068 Fix handling of program registry and wait_for_pid in mongo shellRichard Samuels2020-06-261-69/+92
* SERVER-48782: On request, backup datafiles when restarting test mongod instan...Daniel Gottlieb2020-06-161-2/+6
* SERVER-48352 logv2 cleanup for scripting/mozjs, shell/Gabriel Russell2020-06-101-38/+28
* SERVER-44553 Make the shell ResetDbpath helper resilient to files being open ...Gregory Noma2020-06-091-2/+12
* 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