summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-4/+4
* SERVER-18723 boost -> stdx for recursive_mutexAdam Midvidy2015-06-181-15/+15
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-19/+19
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-5/+4
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-14/+0
* SERVER-17754 Move shell-specific files out of the server's copy of the driverKaloian Manassiev2015-03-261-1/+0
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-4/+4
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-10/+10
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove C headers from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-16304 Shell command startParallelShell should print the process idKaloian Manassiev2014-11-251-3/+4
* SERVER-16003 Make it possible to get the return code from startParallelShellSpencer T Brody2014-11-121-2/+3
* SERVER-15968: Fix snapshot1.js for WT & WindowsMark Benvenuto2014-11-051-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15517 use slashes rather than double quotes for escaping in shell laun...Sam Helman2014-10-101-1/+1
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-2/+3
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13264 Fix incorrect line endings prior to license updateIan Whalen2014-05-081-28/+28
* Improve debugging for Windows RunMongoProgram errorsMathias Stearn2014-05-061-4/+10
* SERVER-12896 MongoRunner fixes to make multiversion tests run on WindowsKaloian Manassiev2014-02-261-3/+46
* SERVER-5651: Better implementation of Windows server shutdownMark Benvenuto2013-12-311-23/+21
* SERVER-11613 Fix some brokenness in test loggingMathias Stearn2013-11-061-0/+1
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-241-8/+2
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-33/+32
* SERVER-9808 Fix issues found in CoN static analysisAndreas Nilsson2013-05-301-2/+4
* SERVER-9339 ensure all rollback update/delete paths are recordedEric Milkie2013-04-231-0/+9
* SERVER-8296 Print more useful information when pipe call fails in ProgramRunn...Spencer T Brody2013-01-231-1/+5
* Fix incorrect range testTad Marshall2013-01-221-1/+2
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-211-5/+27
* Revert "Change flag separator from space to equal sign for launching programs...Spencer T Brody2012-12-111-11/+4
* Change flag separator from space to equal sign for launching programs from shellSpencer T Brody2012-12-111-4/+11
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-1/+1
* SERVER-4237 Move auth handling out of gridfs.js and into test infrastructureSpencer T Brody2012-08-061-1/+1
* multiVersion fix for launcher to avoid port requirements on mongodumpGreg Studer2012-07-121-8/+12
* Allow legacy and multi-version ShardingTest and ReplSetTests to be setup / sh...Greg Studer2012-07-121-1/+7
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-3/+4
* Include what you use fixes.Andy Schwerin2012-05-101-0/+1
* Updated test for SERVER-5405 to make it pass Windows builds.Randolph Tan2012-04-201-7/+41
* More compile win?Aaron2012-04-101-0/+2
* Rename namespace shellUtils to shell_utils.Aaron2012-04-101-1/+1
* includesAaron2012-04-101-3/+3
* SERVER-5485 Update old comments about thread safety.Aaron2012-04-101-1/+6
* Eliminate unused variable warning for non heapcheck builds.Aaron2012-04-101-5/+5
* SERVER-5485 Reduce usage of async signal unsafe routines when forking a new p...Aaron2012-04-101-11/+27
* Use thread safe i/o routines in shell utils.Aaron2012-04-101-12/+11
* ProgramRegistry renamings and some comments.Aaron2012-04-101-44/+45
* SERVER-5485 Add locking to ProgramRegistry.Aaron2012-04-101-1/+10