summaryrefslogtreecommitdiff
path: root/shell/ShellUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shell: mongos stop() fixEliot Horowitz2009-04-121-1/+4
* close read end of pipe to avoid leaking descriptors MINORAaron2009-04-101-0/+1
* print timestamp with process killing failure logs MINORAaron2009-04-071-2/+16
* some windows fixeseliot2009-04-061-1/+6
* print error description, test timeout MINORAaron2009-04-061-1/+0
* remove logging about mongo process managementAaron2009-04-061-6/+4
* wait up to a full minute after sending sigkillAaron2009-04-031-2/+2
* sort allocated ports, since linux os doesn't allocate them in sorted orderAaron2009-04-031-3/+8
* validate kill call, wait longer for process to dieAaron2009-04-031-4/+4
* compile linuxAaron2009-04-031-0/+1
* waitpid return val debugAaron2009-04-031-1/+3
* wait for process to end even after killing second timeAaron2009-04-031-6/+8
* more correct process termination check, related debug loggingAaron2009-04-031-8/+10
* Log warning when shell sees null bytes in mongod outputAaron2009-04-021-0/+2
* temp sleep log for debuggingAaron2009-04-021-0/+1
* Only sleep extra on sigkill, be sure to stop running mongods at end of each d...Aaron2009-04-011-1/+2
* Dynamically allocate ports for use in repl testsAaron2009-04-011-0/+32
* Increase timeoutAaron2009-03-311-1/+1
* sleep to allow os to recover resources of killed processAaron2009-03-311-0/+1
* show error on Load errorEliot Horowitz2009-03-291-1/+1
* safer use of dbs mapAaron2009-03-261-4/+13
* Allow signal spec for stopMongoProgramAaron2009-03-121-5/+10
* Remove compiler warningAaron2009-03-061-1/+1
* CommentAaron2009-03-061-0/+2
* Compile other machinesAaron2009-03-061-0/+1
* CommentsAaron2009-03-051-3/+4
* fork checkpointAaron2009-03-051-5/+15
* fork checkpointAaron2009-03-051-9/+90
* shell fork checkpointAaron2009-03-051-90/+110
* Massert hackAaron2009-02-271-1/+1
* Now can start any 'mongo program' from within mongo shellAaron2009-02-131-34/+41
* Killing the spawned process doesn't widow the pipe -- have to close remote en...Aaron2009-02-131-7/+9
* Log output from spawned mongod instances to stdoutAaron2009-02-121-27/+70
* windowsEliot Horowitz2009-02-101-0/+1
* fix for not having . in pathEliot Horowitz2009-02-071-1/+7
* Better killAaron2009-01-301-3/+19
* Kill child mongod instances if killed abruptlyAaron2009-01-301-2/+6
* Get rid of hudson compiler warningAaron2009-01-291-2/+2
* Fix includes for linuxAaron2009-01-291-0/+3
* MergeAaron2009-01-291-22/+51
|\
| * listFilesEliot Horowitz2009-01-291-1/+30
| * not need so many v8:: aroundEliot Horowitz2009-01-291-21/+21
* | Add startMongod() and stopMongod() functions to mongoAaron2009-01-291-1/+116
|/
* bad command line handlingEliot Horowitz2009-01-281-0/+8
* dbshellEliot Horowitz2009-01-261-0/+188