summaryrefslogtreecommitdiff
path: root/shell/dbshell.cpp
AgeCommit message (Expand)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
2011-04-14indicate in mongo shell prompt if connected to a mongos. goal would be to pre...Dwight
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
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
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 dangl...Tony Hannan
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 ou...Mathias Stearn
2010-08-18Only prompt users to kill Op if there is something to kill after 10ms SERVER-...Mathias Stearn
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
2010-07-19Revert "make mongo prompt before killing ops on the server SERVER-1451"Mathias Stearn
2010-07-19make mongo prompt before killing ops on the server SERVER-1451Mathias Stearn
2010-07-14fix off by oneEliot Horowitz