summaryrefslogtreecommitdiff
path: root/shell/dbshell.cpp
AgeCommit message (Collapse)Author
2011-10-08SERVER-3909: Blank lines don't work in the mongo shell starting with 2.0agirbal
2011-10-08SERVER-3909: Blank lines don't work in the mongo shell starting with 2.0agirbal
2011-07-29SERVER-3341 multiline cancels after two blank linesdannenberg
2011-07-27support for forced ssl everywhere in client and serverEliot Horowitz
2011-06-24SERVER-1687 .mongorc.js file is read from home directory on shell startupdannenberg
2011-06-15fixed white space mistakedannenberg
2011-06-15prompt can be string or function and works with spidermonkey in addition to v8dannenberg
2011-06-15fixed custom prompt in spidermonkeydannenberg
2011-06-15SERVER-3267 very basic custom prompt addeddannenberg
2011-06-02some rs logging cleaningEliot Horowitz
2011-05-02SERVER-2579: all v8 object creation is now lazy.agirbal
Correct allocation and freeing of underlying C++ object. Correct ordering of object properties even when new ones are added within JS. Supports deletion of properties with lazzy wrapper. Also removed scope->setThis in favor of passing it in the invoke() command.
2011-04-14indicate in mongo shell prompt if connected to a mongos. goal would be to ↵Dwight
prevent fat fingers and similar confusion.
2011-04-11Use merged linenoise on windows SERVER-1763Mathias Stearn
2011-04-06reduce windows-specific codeMathias Stearn
2011-04-06Make shell killOp on ctrl-c stuff work on windows too SERVER-1451Mathias Stearn
2011-04-04Consider lines ending in '.' as unfinished SERVER-2811Mathias Stearn
2011-03-18Revert "for now disable shell history on windows"Mathias Stearn
This reverts commit 25f158176761386f68624052de1952f5c8ab5599.
2011-03-18for now disable shell history on windowsMathias Stearn
2011-03-18don't use tab completions on windows yetEliot Horowitz
2011-03-18Revert "separate ifdef for history for linenoise"Eliot Horowitz
This reverts commit 261d65d6935d36bd2f243268bd7a1f623a972984.
2011-03-18separate ifdef for history for linenoiseEliot Horowitz
2011-03-18try linenoise on windowsEliot Horowitz
2011-03-18use linenoise as cppEliot Horowitz
2011-03-18fix in compileEliot Horowitz
2011-03-18use linenoise instead of readlineEliot Horowitz
2011-03-18remove unneed variableEliot Horowitz
2011-02-01verbose option for shellEliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-27when shell calls replGetStatus don't reset last errorEliot Horowitz
2010-12-06SERVER-2095: Small enhancement to previous commitTony Hannan
2010-12-06SERVER-2095: Shell requests another line when user enters a line with a ↵Tony Hannan
dangling operator. Eg. 'x = 1 +' will request more input
2010-12-03make rs shell prompt use readlineKristina
2010-11-23compileAlberto Lerner
2010-11-23show repl state in shell prompt. needs more workdwight
2010-11-11replace goingAway with inShutdown() SERVER-1876Eliot Horowitz
2010-09-08fix balancing of escaped //s SERVER-1758Kristina Chodorow
2010-09-07SERVER-1749 debuggingAaron
2010-08-24ignore shell prompts at start of line to make it easier to copy-paste user ↵Mathias Stearn
output
2010-08-18Only prompt users to kill Op if there is something to kill after 10ms ↵Mathias Stearn
SERVER-1508
2010-08-17Port killWithUri functionality to C++Mathias Stearn
2010-08-17shell/dbshell.cpp should use namespace mongoMathias Stearn
2010-08-09shell tab completion SERVER-1604Mathias Stearn
2010-07-29fix indentationMathias Stearn
2010-07-29fix compile for no readlineEliot Horowitz
2010-07-21fix shellkillop jstestMathias Stearn
2010-07-21fix atPrompt logicMathias Stearn
2010-07-21Revert "Revert "make mongo prompt before killing ops on the server SERVER-1451""Mathias Stearn
This reverts commit b392dc43b68bd20ee8ab597c6ec69fdbc4d494d7. Yes, this is reverting the revert. Unverting if you will
2010-07-19Revert "make mongo prompt before killing ops on the server SERVER-1451"Mathias Stearn
This reverts commit 3764a1f1bcf54588a98a4bd6fedaa9961d28a899. Need to think about how to make this work with the tests
2010-07-19make mongo prompt before killing ops on the server SERVER-1451Mathias Stearn
2010-07-14fix off by oneEliot Horowitz