summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-28990 avoid bind on --repairAnnie Black2018-09-121-2/+4
* SERVER-25640 check if jstests leave unterminated processesKevin Albertson2018-02-201-0/+3
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-5/+4
* SERVER-26649 don't use close to end readMatt Cotter2016-10-311-2/+3
* SERVER-22992 waiting on forked process also waits on consuming outputMatt Cotter2016-10-121-2/+8
* SERVER-25777 When stopping a spawned process, MongoDB shell will now abort af...Eric Milkie2016-09-291-1/+1
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-23829 shell launcher logs name stored on ProgramRunnerMatt Cotter2016-08-181-5/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-18877: Spawn process with environment variablesSpencer Jackson2016-05-031-2/+5
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-1/+0
* SERVER-21304 make ProgramRegistry::_handles thread safeJason Carey2015-11-051-1/+8
* SERVER-20180 Include which kind of process logged a message in test outputCharlie Swanson2015-09-221-11/+10
* Revert "SERVER-20180 Include which kind of process logged a message in test o...Charlie Swanson2015-09-101-10/+11
* SERVER-20180 Include which kind of process logged a message in test outputCharlie Swanson2015-09-091-11/+10
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-80/+84
* SERVER-18723 boost -> stdx for recursive_mutexAdam Midvidy2015-06-181-2/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-17/+14
* SERVER-9753 Use pid_t type for pid argument in declarationTad Marshall2013-05-291-1/+1
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-211-0/+4
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-7/+14
* Compile win?Aaron2012-04-101-0/+4
* Rename namespace shellUtils to shell_utils.Aaron2012-04-101-1/+1
* includesAaron2012-04-101-0/+1
* ProgramRegistry renamings and some comments.Aaron2012-04-101-12/+19
* SERVER-5485 Add locking to ProgramRegistry.Aaron2012-04-101-1/+3
* Move ProgramRegistry implementation out of header.Aaron2012-04-101-38/+11
* Normalize ProgramRegistry validation.Aaron2012-04-101-2/+5
* Close pipe file descriptors when awaiting process termination as well as when...Aaron2012-04-101-6/+0
* Add routines to ProgramRegistry that combine closing a pipe with erasing a re...Aaron2012-04-101-5/+13
* Begin moving process related resources into 'ProgramRegistry'.Aaron2012-04-101-0/+45
* Move log multiplexing into a ProgramOutputMultiplexer class; locking is still...Aaron2012-04-101-0/+11
* Clean ProgramRunner class a bit.Aaron2012-04-101-9/+9
* Remove the isMongoProgram argument to the ProgramRunner constructor.Aaron2012-04-101-1/+1
* Move ProgramRunner class definition into shell_utils_launcher header.Aaron2012-04-101-0/+24
* Move remaining 'unsafe' shell utils into shell_utils_extended.Aaron2012-04-101-3/+3
* Rename shell_launcher to shell_utils_launcher.Aaron2012-04-101-0/+38