summaryrefslogtreecommitdiff
path: root/shell/dbshell.cpp
AgeCommit message (Expand)Author
2010-04-22fix parsingEliot Horowitz
2010-04-08Disable IPv6 by default. Add function and cmdline opt to enable.Mathias Stearn
2010-04-08better handling of IPv6 literal addressesMathias Stearn
2010-03-30don't print out old getLastError on client error SERVER-852Eliot Horowitz
2010-03-17log message instead of printing stack trace when can't kill ops on shell shut...Aaron
2010-03-15Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron
2010-03-10Revert "SERVER-695 don't destroy static global mutexes"Aaron
2010-03-09SERVER-695 don't destroy static global mutexesAaron
2010-03-07try to prevent shutdown stack traceEliot Horowitz
2010-03-01exit; should exit shell SERVER-683Eliot Horowitz
2010-02-22SERVER-643 prevent test failures involving mongobridge, be more careful about...Aaron
2010-02-22Revert "Revert "SERVER-305 record uri on connect""Aaron
2010-02-22Revert "SERVER-305 record uri on connect"Aaron
2010-02-22SERVER-305 record uri on connectAaron
2010-02-17SERVER-305 shell kills in progress operations on clean exitAaron
2010-02-17move dummy createDirectClientEliot Horowitz
2010-02-10handle bad syntax betterEliot Horowitz
2010-02-09Merge branch 'licensing'Richard Kreuter
2010-02-09Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter
2010-02-09SERVER-500 remove debuggingAaron
2010-02-08SERVER-500 debugAaron
2010-02-08SERVER-500 debuggingAaron
2010-02-03printf needs a format stringMathias Stearn
2010-01-28Don't save shell history if the line contains .auth. SERVER-581Richard Kreuter
2010-01-13make --quiet option for shell SERVER-542Eliot Horowitz
2010-01-12MINOR use hidden value for native js thread object, avoids trouble when printingAaron
2010-01-12SERVER-529 when js thread throws an exception, log and check returnAaron
2009-12-29SERVER-470 complete setup for parallel clients in separate js scopesAaron
2009-12-29SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron
2009-12-29SERVER-470 MINOR Refactor shell scope init codeAaron
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-18split server test code out from general js code SERVER-472Eliot Horowitz
2009-12-08fail faster on crappy inputEliot Horowitz
2009-11-01don't do magic ctrl-c handling on freebsd SERVER-399Eliot Horowitz
2009-10-18quick fix for global namespace pollution (mostly client)metagoto
2009-09-25minor: fix for shell exit code on bad hostname, plus update testsMike Dirolf
2009-09-22handle ./mongo localhost:1000 - make it go to port 1000Eliot Horowitz
2009-09-22catch exceptions in shellEliot Horowitz
2009-09-22--versionEliot Horowitz
2009-09-19old boost fixEliot Horowitz
2009-09-18minor: don't check for argc before doing program_options stuff, could lead to...Mike Dirolf
2009-09-01multi-line test MINOREliot Horowitz
2009-09-01fix comments and multiple lines in the shellEliot Horowitz
2009-08-28make shell use exec instead of invokeEliot Horowitz
2009-08-25compile windows MINOREliot Horowitz
2009-08-25compile MINOREliot Horowitz
2009-08-25try jmp signal handlerEliot Horowitz
2009-08-25fix " in shell and ctrl-c takes you to outer loopEliot Horowitz
2009-08-25tell if javascript has been completed, if not - do a line feedEliot Horowitz
2009-08-20skip empty linesEliot Horowitz