summaryrefslogtreecommitdiff
path: root/shell/dbshell.cpp
AgeCommit message (Expand)Author
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
2009-08-14better file handling in shellEliot Horowitz
2009-08-12compile on 10.4 SERVER-231Eliot Horowitz
2009-08-10nicer error reportingEliot Horowitz
2009-08-07minor: fix some bugs in arg handlingMike Dirolf
2009-08-07minor: check if there were any files givenMike Dirolf
2009-08-07towards boost::po - needs testingMike Dirolf
2009-08-06minor: whitespaceMike Dirolf
2009-07-28put .dbshell in $HOME so can read it from anywhere SERVER-190Eliot Horowitz
2009-07-22mongo usage docs : file names have to end in .jsEliot Horowitz
2009-07-10" use foo" fixEliot Horowitz
2009-06-24print shell version on startupEliot Horowitz
2009-06-22fix bug with shell helperEliot Horowitz
2009-06-11fix shell printingEliot Horowitz
2009-06-11can't use JS eval trick from inside function because of JS scopingEliot Horowitz
2009-05-29use rawOut() when shell seg faults, log if shell gets SIGPIPE MINORAaron
2009-05-15get rid of fork()Aaron