summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* use rawOut() when shell seg faults, log if shell gets SIGPIPE MINORAaron2009-05-291-20/+9
* version() for shellEliot Horowitz2009-05-281-0/+8
* BUG SERVER-51 change port allocation strategy to hopefully avoid allocating d...Aaron2009-05-281-2/+4
* protect global undefined_ variable MINORAaron2009-05-281-1/+1
* get rid of extraneous Map warning MINOREliot Horowitz2009-05-271-1/+0
* added countReturn which takes limit and and skip into considerationEliot Horowitz2009-05-271-0/+12
* killOp and currentOp helpersEliot Horowitz2009-05-261-0/+9
* helper to get mem info of shell process MINOREliot Horowitz2009-05-261-0/+16
* print handling of null MINOREliot Horowitz2009-05-211-0/+8
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-201-0/+12
|\
| * some js safety stuff MINOREliot Horowitz2009-05-201-0/+12
* | explicitly bind e2e mongod instances to loopback interfaceAaron2009-05-201-0/+2
|/
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-201-0/+6
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-201-3/+3
| |\
| * | converToCappend on collectionEliot Horowitz2009-05-201-0/+6
* | | compile solaris MINORAaron2009-05-201-1/+1
| |/ |/|
* | specify loopback interface when getting portAaron2009-05-201-1/+1
* | also expect port arg for mongobridgeAaron2009-05-201-1/+1
* | handle more non-server programsAaron2009-05-201-1/+1
* | fix compiler warning MINORAaron2009-05-201-1/+1
|/
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-191-1/+12
|\
| * fix shell commandsEliot Horowitz2009-05-191-1/+12
* | audit allocated ports to make sure there are no duplicates MINORAaron2009-05-191-0/+2
|/
* cleaning index accessor methodsEliot Horowitz2009-05-191-2/+3
* some collection admin helper methodsEliot Horowitz2009-05-161-0/+36
* get rid of fork()Aaron2009-05-152-7/+1
* convert clonecolletion.js test to use spawned shells instead of fork()Aaron2009-05-151-3/+4
* add ability to spawn a shell from shellAaron2009-05-153-32/+103
* Merge branch 'smshell'Eliot Horowitz2009-05-158-157/+486
|\
| * make assert.eq betterEliot Horowitz2009-05-151-2/+3
| * kill spawned mongo processes on synchronous os signalAaron2009-05-152-1/+2
| * cleanup externalSetup modes MINORAaron2009-05-151-1/+1
| * Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellEliot Horowitz2009-05-141-1/+1
| |\
| | * don't exec jsconcatcode for forked contexts, not sure why this is a problemAaron2009-05-141-1/+1
| * | print shell stuffEliot Horowitz2009-05-143-5/+22
| |/
| * fix _idEliot Horowitz2009-05-141-1/+1
| * Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellEliot Horowitz2009-05-142-9/+2
| |\
| | * port fork() to spidermonkeyAaron2009-05-141-9/+0
| | * set up mongo program scope; debugging MINORAaron2009-05-141-0/+2
| * | Math.sigFigEliot Horowitz2009-05-141-0/+8
| |/
| * port remaining shell util functions except for forkAaron2009-05-143-3/+258
| * port quit and allocatePortsAaron2009-05-141-1/+47
| * smshell: more utils working, some other fixesEliot Horowitz2009-05-135-85/+121
| * smshell: almost doneEliot Horowitz2009-05-131-0/+1
| * Spider Monkey Shell: another checkpointEliot Horowitz2009-05-132-8/+6
| * checkpoint for smshell - working except for dbEliot Horowitz2009-05-131-50/+23
* | 10 sec timeout to connect to mongod, in case machine is busy MINORAaron2009-05-131-1/+1
* | run pair4.js mongod programs in very verbose mode MINORAaron2009-05-131-1/+5
|/
* cached version for visual studio MINOREliot Horowitz2009-05-131-0/+2061
* remove empty dbpath command MINORAaron2009-05-121-10/+0